Package Logo
peridot-spl-token
peridot-spl-token@v0.2.1
Total Downloads
2
Published
17 hours 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

bfaa37111de311a55394d8efcd8e9e5135ca77e7
map map_filtered_transactions (
paramsstring
solana:v030:blocks_without_votessf.solana.type.v1.Block
)  -> sf.substreams.solana.v1.Transactions
Default param : program:TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA
substreams gui peridot-spl-token@v0.2.1 map_filtered_transactions

map
map_spl_mint_burn

9c07da35eab23e7388b3adc29d84465a4288771d
substreams gui peridot-spl-token@v0.2.1 map_spl_mint_burn

map
map_filtered_wormhole_transactions

bfaa37111de311a55394d8efcd8e9e5135ca77e7
Default param : program:TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA
substreams gui peridot-spl-token@v0.2.1 map_filtered_wormhole_transactions

map
map_wormhole_events

584a41245638747af4b01ae3c031d24bd3a0ac8d
substreams gui peridot-spl-token@v0.2.1 map_wormhole_events

map
map_filtered_metaplex_transactions

bfaa37111de311a55394d8efcd8e9e5135ca77e7
Default param : program:TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA
substreams gui peridot-spl-token@v0.2.1 map_filtered_metaplex_transactions

map
map_metaplex_events

fa36badae672f959fdb2964eecd03912ed1d8fb0
substreams gui peridot-spl-token@v0.2.1 map_metaplex_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.1 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.1 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.1 solana:v030:program_ids_without_votes
Protobuf

Protobuf Docs Explorer

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