
hivemapper
Package ref
hivemapper@v0.2.10Run package
CLI
Run map_outputs from the command line.
substreams run hivemapper@v0.2.10 map_outputs -e solana --start-block -1substreams auth or directly on thegraph.market (see docs).README
substreams-hivemapper
Generate protos
make protogen
Build substreams
make build
Set up token
Visit https://substreams.streamingfast.io/reference-and-specs/authentication to fetch a token or run below command if you have already followed the instructions from the linked documentation page.
sftoken
Run substreams
substreams run substreams.yaml map_holders -e mainnet.sol.streamingfast.io:443 -t +1000
Modules
Execution graph
Show 8 dependencies
Output
sf.solana.type.v1.BlockInputs
Output
sf.substreams.index.v1.Keys
Output
sf.substreams.index.v1.Keys
Output
sf.substreams.solana.v1.Transactions
Inputs
Output
sf.substreams.solana.v1.Transactions
Inputs
`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.
Output
sf.solana.type.v1.BlockInputs
`filtered_transactions_without_votes` allows you to consume transactions containing instructions from specific program_id based on a filter string. Supported operators are: logical or `||`, logical and `&&` and parenthesis: `()`. Example: to only consume TRANSACTIONS containing Token or ComputeBudget instructions: `program:TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA || program:ComputeBudget111111111111111111111111111111`. Transactions containing `Vote111111111111111111111111111111111111111` are always excluded.
Inputs
Output
sf.substreams.index.v1.Keys
