Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umbracle/babel
Babel is a standard interface to query the sync status of a blockchain node.
https://github.com/umbracle/babel
blockchain
Last synced: about 1 month ago
JSON representation
Babel is a standard interface to query the sync status of a blockchain node.
- Host: GitHub
- URL: https://github.com/umbracle/babel
- Owner: umbracle
- License: mpl-2.0
- Created: 2022-11-26T10:32:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-24T06:52:03.000Z (over 1 year ago)
- Last Synced: 2024-06-20T02:07:34.657Z (6 months ago)
- Topics: blockchain
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://ethereum.org/en/developers/docs/apis/json-rpc/) specification. Any `geth` clone should also be compatible with this plugin.
- Ethereum Consensus client (`ethereum_cl`): It uses the [Beacon-API](https://ethereum.github.io/beacon-APIs/#/Node/getSyncingStatus) specification.