Package Logo
solana_substream
solana-substream@v0.1.0
Total Downloads
1
Published
5 hours ago
Publisher
User Avatar Vinit5994
Total Downloads
1
Published
5 hours ago
Publisher
User Avatar Vinit5994

Readme

solana_substream Substreams modules

This package was initialized via substreams init, using the sol-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_my_data

This module will do a simple computation of the number of transactions and the number of instructions in each block.

Documentation

Modules

Maps icon
Maps

map
map_my_data

372e2fc841111786d71848464691ca53e4e56965
map map_my_data (
solana:blocks_without_votessf.solana.type.v1.Block
)  -> mydata.v1.MyData
substreams gui solana-substream@v0.1.0 map_my_data

map
solana:blocks_without_votes

0be93a73c65aa8ec2de4b1a47209edeea493ff29
map solana:blocks_without_votes (
)  -> sf.solana.type.v1.Block
substreams gui solana-substream@v0.1.0 solana:blocks_without_votes
Protobuf

Protobuf Docs Explorer

sol.instructions.v1
sol.transactions.v1
sf.solana.type.v1
mydata.v1