| Crates.io | riglr-events-core |
| lib.rs | riglr-events-core |
| version | 0.3.0 |
| created_at | 2025-09-10 19:48:02.155812+00 |
| updated_at | 2025-09-10 19:48:02.155812+00 |
| description | Core event processing abstractions and traits for riglr blockchain agents |
| homepage | https://github.com/riglr/riglr |
| repository | https://github.com/riglr/riglr |
| max_upload_size | |
| id | 1832950 |
| size | 333,244 |
Core event processing abstractions and traits for the riglr ecosystem, providing a unified framework for blockchain event handling across multiple chains.
riglr-events-core defines the foundational event processing infrastructure used throughout riglr. It provides chain-agnostic abstractions for parsing, processing, and reacting to blockchain events with high performance and reliability.
Add riglr-events-core to your Cargo.toml:
[dependencies]
riglr-events-core = "0.3.0"
riglr-core = "0.1.0"
# Optional: Enable chain-specific features
riglr-events-core = { version = "0.3.0", features = ["solana", "evm"] }
For comprehensive documentation, architecture details, and implementation guides, see: docs/src/concepts/event-parsing.md
The documentation covers:
Licensed under MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)