Substreams is a powerful blockchain indexing technology, developed for The Graph Network.
Substreams enables developers to write Rust modules, composing data streams alongside the community, and provides extremely high performance indexing by virtue of parallelization, in a streaming-first fashion.
Substreams has all the benefits of StreamingFast Firehose, like low-cost caching and archiving of blockchain data, high throughput processing, and cursor-based reorgs handling.
Full documentation for installing, running and working with Substreams is available at: https://substreams.streamingfast.io.
Please first refer to the general StreamingFast contribution guide, if you wish to contribute to this code base.
substreams gui kohei-solana-dex-trades@v1.1.2 map_block
substreams gui kohei-solana-dex-trades@v1.1.2 sol:blocks_without_votes
substreams gui kohei-solana-dex-trades@v1.1.2 sol:transactions_by_programid_without_votes
substreams gui kohei-solana-dex-trades@v1.1.2 sol:transactions_by_programid_and_account_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.
substreams gui kohei-solana-dex-trades@v1.1.2 sol:v020:blocks_without_votes
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.
substreams gui kohei-solana-dex-trades@v1.1.2 sol:v020:filtered_transactions_without_votes
substreams gui kohei-solana-dex-trades@v1.1.2 sol:program_ids_without_votes
substreams gui kohei-solana-dex-trades@v1.1.2 sol:program_ids_and_accounts_without_votes
program_ids_without_votes
creates a cache to efficiently retrieve instructions based on the program ID.
For example, the following sets keys for the Token program:
substreams gui kohei-solana-dex-trades@v1.1.2 sol:v020:program_ids_without_votes