solana-streamer-sdk 1.0.0

A lightweight Rust library for real-time event streaming from Solana DEX trading programs. Supports PumpFun, PumpSwap, Bonk, and Raydium protocols with Yellowstone gRPC and ShredStream.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod account_event_parser;
pub mod common_event_parser;
pub mod global_state;
pub mod parser_cache;
pub mod traits;
pub use traits::DexEvent;
pub use parser_cache::{
    AccountEventParseConfig, AccountEventParserFn, GenericEventParseConfig,
    InnerInstructionEventParser, InstructionEventParser, get_account_configs,
};

pub mod event_parser;
pub mod merger_event;