Package Logo
peridot-spl-token
peridot-spl-token@v0.1.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

27b3954c8ac43c5f79a1bc1ee53e5f2a94edbfae
map map_filtered_transactions (
paramsstring
solana:v030:blocks_without_votessf.solana.type.v1.Block
)  -> sf.substreams.solana.v1.Transactions
Default param : program:worm2ZoG2kUd4vFXhvjh93UUH596ayRfgQ2MgjNMTth
substreams gui peridot-spl-token@v0.1.0 map_filtered_transactions

map
map_spl_mint_burn

c878fddbbbc57b8b479d52a477a7eb7a8aec6d7a
substreams gui peridot-spl-token@v0.1.0 map_spl_mint_burn

map
map_filtered_wormhole_transactions

27b3954c8ac43c5f79a1bc1ee53e5f2a94edbfae
Default param : program:worm2ZoG2kUd4vFXhvjh93UUH596ayRfgQ2MgjNMTth
substreams gui peridot-spl-token@v0.1.0 map_filtered_wormhole_transactions

map
map_wormhole_events

33328119ec4ad7c807a525d7bf14a848b406e82f
substreams gui peridot-spl-token@v0.1.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.1.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.1.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.1.0 solana:v030:program_ids_without_votes
Protobuf

Protobuf Docs Explorer

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