- Install
substreams
and its dependencies here - To use streamingfast endpoints, check
authentication
- Asking the server to backprocess from the initialBlock in the manifest (31,313,760) to our startBlock (31,330,000), send the snapshot from there (
-i
flag) and streaming the data from the next 50 blocks.
substreams run -e mainnet.sol.streamingfast.io:443 https://github.com/streamingfast/substreams-playground/releases/download/v0.5.4/solana-spl-transfers-v0.5.4.spkg store_mint_native_volumes -s 31330000 -t +50 -i
cargo build --release
substreams protogen substreams.yaml --exclude-paths="sf/solana,sf/substreams,google"
- Asking the server to backprocess from the initialBlock in the manifest (31,313,760) to our startBlock (31,330,000), send the snapshot from there (
-i
flag) and streaming the data from the next 50 blocks.
substreams run -e mainnet.sol.streamingfast.io:443 substreams.yaml store_mint_native_volumes -s 31330000 -t +50 -i