Skip to content
/ babel Public

Babel is a standard interface to query the sync status of a blockchain node.

License

Notifications You must be signed in to change notification settings

umbracle/babel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Babel

Babel is a standard interface to query the sync status of a blockchain node.

Usage

Run as a Grpc server:

$ go run cmd/main.go --plugin ethereum_el server url=http://localhost:8545

Supported nodes

The following blockchain/clients have support in Babel:

  • Ethereum Execution client (ethereum_el): It uses the Json-RPC specification. Any geth clone should also be compatible with this plugin.
  • Ethereum Consensus client (ethereum_cl): It uses the Beacon-API specification.

About

Babel is a standard interface to query the sync status of a blockchain node.

Topics

Resources

License

Stars

Watchers

Forks

Packages