solana-streamer-sdk 1.1.1

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
pub mod common;
pub mod core;
pub mod protocols;

pub use core::traits::DexEvent;
pub use protocols::types::Protocol;