solana-streamer-sdk 0.4.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
pub mod events;
pub mod parser;
pub mod types;

pub use events::*;
pub use parser::BonkEventParser;
pub use types::*;