Package Logo
peridot-spl-token
peridot-spl-token@v0.2.0
Total Downloads
2
Published
3 days ago
Publisher
User Avatar joshschcom

Readme

peridot 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_filtered_transactions

This module retrieves Solana transactions filtered by one or several Program IDs. You will only receive transactions containing the specified Program IDs).

NOTE: Transactions containing voting instructions will NOT be present.

map_my_data

This module allows you to create transformations on the filtered transactions.

Documentation

Modules

Maps icon
Maps

map
map_filtered_transactions

cc065aaa3b8bfda459002442d62d568cc488e20b
map map_filtered_transactions (
paramsstring
solana:v030:blocks_without_votessf.solana.type.v1.Block
)  -> sf.substreams.solana.v1.Transactions
Default param : program:3u8hJhpWcB8GfnpnLCuRztPD6qgqbtT6NBKMLVMqYc6N
substreams gui peridot-spl-token@v0.2.0 map_filtered_transactions

map
map_spl_mint_burn

0e6fb023fc24e49bd774271e2e91701a2151c9ff
substreams gui peridot-spl-token@v0.2.0 map_spl_mint_burn

map
map_filtered_wormhole_transactions

cc065aaa3b8bfda459002442d62d568cc488e20b
Default param : program:3u8hJhpWcB8GfnpnLCuRztPD6qgqbtT6NBKMLVMqYc6N
substreams gui peridot-spl-token@v0.2.0 map_filtered_wormhole_transactions

map
map_wormhole_events

610f7e4948e7b00c5d3702d20ee822ce9cc6ae6f
substreams gui peridot-spl-token@v0.2.0 map_wormhole_events

map
solana:v030:blocks_without_votes

0be93a73c65aa8ec2de4b1a47209edeea493ff29
map solana:v030:blocks_without_votes (
)  -> sf.solana.type.v1.Block
substreams gui peridot-spl-token@v0.2.0 solana:v030:blocks_without_votes

map
solana:v030:v020:blocks_without_votes

0be93a73c65aa8ec2de4b1a47209edeea493ff29
map solana:v030:v020:blocks_without_votes (
)  -> sf.solana.type.v1.Block

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 peridot-spl-token@v0.2.0 solana:v030:v020:blocks_without_votes
Block Indexes icon
Block Indexes

blockIndex
solana:v030:program_ids_without_votes

811466d12743a8b02be8ba6649cfa9a24aa1af62
blockIndex solana:v030:program_ids_without_votes (
)  -> sf.substreams.index.v1.Keys
substreams gui peridot-spl-token@v0.2.0 solana:v030:program_ids_without_votes
Protobuf

Protobuf Docs Explorer

sol.transactions.v1
wormhole.v1
sol.instructions.v1
spl_token.v1
sf.solana.type.v1