-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1018a31
commit c61e5e8
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,19 @@ | ||
# Ethereum Blobs Monorepo | ||
# Ethereum Blobs | ||
This repository contains several components: | ||
- `proto` - Blobs protobuf definitions | ||
- `substreams` - Substreams modules to stream blobs data from substreams-enabled Consensus Layer Firehose | ||
- `subgraph` - Substreams-based Subgraph that uses substreams module | ||
- `api-service` - REST API service to access to blobs via substreams sink that can be used as a drop-in replacement for Consensus Layer clients' blob_sidecar API | ||
|
||
## Substreams | ||
For source of block data, you need to have access to consensus layer substreams-enabled firehose endpoint for your chain, powered by [Beacon Firehose](https://github.com/pinax-network/firehose-beacon). | ||
|
||
You can either run your own stack (hard) or use endpoints provided by [Pinax](https://pinax.network/) (easy). | ||
|
||
Currently, the following chains are supported: | ||
- Ethereum: `eth-cl.substreams.pinax.network:443` | ||
- Holesky: `holesky-cl.substreams.pinax.network:443` | ||
- Sepolia: `sepolia-cl.substreams.pinax.network:443` | ||
- Goerli: `goerli-cl.substreams.pinax.network:443` | ||
- Gnosis: `gnosis-cl.substreams.pinax.network:443` | ||
- Chiado: `chiado-cl.substreams.pinax.network:443` |