All packages
my_project_sol

my_project_sol

0xFar777
v0.1.0/6 downloads

Package ref

my-project-sol@v0.1.0

Run package

CLI

Run map_spl_transfers from the command line.

substreams run my-project-sol@v0.1.0 map_spl_transfers -e solana --start-block -1
Authenticate by running substreams auth or directly on thegraph.market (see docs).

README

my_project 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.

Modules

Execution graph

6 modules
Show 4 dependencies
map

solana:solana:v020:blocks_without_votes

`blocks_without_votes` allows you to consume a full Solana Block without Vote instructions (`Vote111111111111111111111111111111111111111`). If you consume it on HISTORICAL data (+1000 blocks from HEAD), you will be reading from the StreamingFast cache, thus saving costs on the amount of TB read.