From f0ab7aa9668657e56d21de43dbb2103ae28a7c6e Mon Sep 17 00:00:00 2001 From: YaroShkvorets Date: Thu, 22 Feb 2024 14:47:30 -0500 Subject: [PATCH] add readme --- eth.blobs/README.md | 39 +++++++++++++++++++++++++++++++++++++++ eth.blobs/substreams.yaml | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 eth.blobs/README.md diff --git a/eth.blobs/README.md b/eth.blobs/README.md new file mode 100644 index 0000000..a1385c4 --- /dev/null +++ b/eth.blobs/README.md @@ -0,0 +1,39 @@ +# Ethereum Beacon chain Blobs Substream + +### [Latest Releases](https://github.com/pinax-network/substreams/releases) + +### Quickstart + +```bash +$ make gui +``` + +or + +```bash +$ substreams gui -e goerli-scdm37b.mar.eosn.io:10016 https://github.com/pinax-network/substreams/releases/download/blobs-v0.2.0/eth-blobs-v0.2.0.spkg map_blobs -s -100 --plaintext +``` + +### Graph + +```mermaid +graph TD; + map_blobs[map: map_blobs]; + sf.beacon.type.v1.Block[source: sf.beacon.type.v1.Block] --> map_blobs; + +``` + +### Modules + +```yaml +Package name: eth_blobs +Version: v0.2.0 +Modules: +---- +Name: map_blobs +Initial block: 0 +Kind: map +Input: source: sf.beacon.type.v1.Block +Output Type: proto:eth.blobs.v1.Blobs +Hash: ca9133543d1628df5681107b2ea68c4ade81cd8f +``` \ No newline at end of file diff --git a/eth.blobs/substreams.yaml b/eth.blobs/substreams.yaml index 9815bec..c1ee61c 100644 --- a/eth.blobs/substreams.yaml +++ b/eth.blobs/substreams.yaml @@ -1,7 +1,7 @@ specVersion: v0.1.0 package: name: "eth_blobs" - version: v0.1.0 + version: v0.2.0 imports: eth: https://github.com/streamingfast/firehose-ethereum/releases/download/v2.0.0/ethereum-v1.1.0.spkg