Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets committed Feb 22, 2024
1 parent 0c856ae commit f0ab7aa
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 39 additions & 0 deletions eth.blobs/README.md
Original file line number Diff line number Diff line change
@@ -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
```
2 changes: 1 addition & 1 deletion eth.blobs/substreams.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f0ab7aa

Please sign in to comment.