-
Notifications
You must be signed in to change notification settings - Fork 2
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
0c856ae
commit f0ab7aa
Showing
2 changed files
with
40 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 |
---|---|---|
@@ -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 | ||
``` |
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