sol-parser-sdk 0.4.7

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
# IDL Source

These IDL files are synced from `bitquery/solana-idl-lib` for the pool protocols currently supported by `sol-parser-sdk`.

Source: https://github.com/bitquery/solana-idl-lib

Mapping:

- `pumpfun.json` <- `pumpfun/pump.json`
- `pump_amm.json` <- `pumpswap/amm.json`
- `raydium_clmm.json` <- `raydium/amm_v3_with_swapv2.json`
- `raydium_cpmm.json` <- `raydium/raydium_cp.json`
- `raydium_amm_v4.json` <- `raydium/raydium_amm.json`
- `raydium_pool_v4.json` <- `raydium/pool_v4.json`
- `raydium_launchpad.json` <- `raydium/launchpad.json`
- `meteora_amm.json` <- `meteora/amm_052.json`
- `meteora_damm_v2.json` <- `meteora/cp_amm_016.json`
- `meteora_dlmm.json` <- `meteora/lb_clmm_090.json`
- `orca_whirlpool.json` <- `orca/whirlpool_v2.json`