Package Logo
substreams_base_main
substreams_base_main@v0.1.1
Total Downloads
8
Published
3 days ago
Publisher
User Avatar noslav

Readme

base_mainnet Substreams modules

This package was initialized via substreams init, using the evm-minimal template.

Usage

substreams build
substreams auth
substreams gui       			  # Get streaming!

Optionally, you can publish your Substreams to the Substreams Registry.

substreams registry login         # Login to substreams.dev
substreams registry publish       # Publish your Substreams to substreams.dev

Modules

map_block_metadata

This module extracts small bits of block data, and does simple computations over the number of transactions in each block.

map_block_full

This module extracts the entire block, as received by the Substreams module.

License

Documentation

Modules

Maps icon
Maps

map
map_block_metadata

25b62c28c82beebe383dea81d9b12066394111ed
map map_block_metadata (
blocksf.ethereum.type.v2.Block
)  -> base.mainnet.block_metadata.v1.Metadata

map_block_metadata allows you to view a basic information about a block

substreams gui substreams-base-main@v0.1.1 map_block_metadata

map
map_block_full

6bb025ca49f496d3e643497793f4aa550f6c1d47

map_block_full allows you to view a complete block, as received by a Substreams module

substreams gui substreams-base-main@v0.1.1 map_block_full
Protobuf

Protobuf Docs Explorer

base.mainnet.block_metadata.v1