| Crates.io | riglr-solana-events |
| lib.rs | riglr-solana-events |
| version | 0.3.0 |
| created_at | 2025-09-10 19:53:56.533777+00 |
| updated_at | 2025-09-10 19:53:56.533777+00 |
| description | Standalone, high-performance Solana event parsing library used by riglr and other projects. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1832954 |
| size | 2,029,039 |
High-performance Solana event parsing library providing specialized parsers for major protocols including Raydium, Jupiter, Pump.fun, and more.
riglr-solana-events is a standalone, high-performance library for parsing Solana blockchain events. Originally built for riglr, it's designed to be used by any project needing reliable Solana event parsing. It provides battle-tested parsers for major DeFi protocols and can process thousands of transactions per second.
Add riglr-solana-events to your Cargo.toml:
[dependencies]
riglr-solana-events = "0.3.0"
solana-sdk = "1.18"
tokio = { version = "1", features = ["full"] }
For comprehensive documentation, parser implementations, and performance guides, see: docs/src/concepts/event-parsing.md
The documentation covers:
Licensed under MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)