Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pinax-network/eth-blobs
https://github.com/pinax-network/eth-blobs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pinax-network/eth-blobs
- Owner: pinax-network
- Created: 2024-02-23T17:15:33.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-12T19:49:36.000Z (10 months ago)
- Last Synced: 2024-04-01T16:23:36.886Z (9 months ago)
- Language: Go
- Size: 337 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 or use endpoints provided by [Pinax](https://pinax.network/).
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`