Package Logo
pump-fun-substreams-sorium
pump-fun-substreams-sorium@v0.1.2
Total Downloads
13
Published
yesterday
Publisher
User Avatar azura-c0

Readme

Pump.fun Substreams

Track all the instructions and events from the Pump.fun program in Solana.

This Substreams uses the Pump.fun Anchor IDL to decode instruction and event data.

About Substreams

Substreams, is one of the production of The Graph, which allows you to stream data and sink it into a variety of places (a Postgres database, a JS application, or a Subgraph).

Get Started

NOTE: This Substreams has been auto-generated by using the substreams init command of the Substreams CLI. Try it out!

Run the Binary

A compiled Substreams project is contained in the pump-fun-v0.1.0.spkg file, which contains all the decoding logic of the Solana program.

  1. Install the Substreams CLI.

  2. Run the Substreams

substreams gui

Build the Project

  1. Install the Substreams CLI.

  2. Build the project (you will need Rust installed)

substreams build
  1. Run the Substreams
substreams init

Documentation

Modules

Maps icon
Maps

map
map_program_data

4f27d02bc93f8f65c2236f8c6c0963e83addd956
map map_program_data (
solana:blocks_without_votessf.solana.type.v1.Block
)  -> substreams.v1.program.Data
substreams gui pump-fun-substreams-sorium@v0.1.2 map_program_data

map
solana:blocks_without_votes

0be93a73c65aa8ec2de4b1a47209edeea493ff29
map solana:blocks_without_votes (
)  -> sf.solana.type.v1.Block
substreams gui pump-fun-substreams-sorium@v0.1.2 solana:blocks_without_votes

map
solana:v020:blocks_without_votes

0be93a73c65aa8ec2de4b1a47209edeea493ff29
map solana: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 pump-fun-substreams-sorium@v0.1.2 solana:v020:blocks_without_votes
Block Indexes icon
Block Indexes

blockIndex
solana:program_ids_without_votes

811466d12743a8b02be8ba6649cfa9a24aa1af62
substreams gui pump-fun-substreams-sorium@v0.1.2 solana:program_ids_without_votes
Protobuf

Protobuf Docs Explorer

substreams.v1.program
sol.transactions.v1
sf.solana.type.v1
sol.instructions.v1