| Crates.io | supra_indexer_sdk |
| lib.rs | supra_indexer_sdk |
| version | 0.1.1 |
| created_at | 2025-12-19 11:30:56.778896+00 |
| updated_at | 2025-12-20 04:14:04.974974+00 |
| description | A Rust SDK for interacting with the Supra blockchain indexer. |
| homepage | https://meetrathoddeveloper.netlify.app/ |
| repository | https://github.com/mrathod05/supra-indexer-sdk-rs |
| max_upload_size | |
| id | 1994628 |
| size | 66,921 |
A Rust SDK for efficiently indexing and processing events from the Supra blockchain.
The Supra Indexer SDK provides a structured framework for building custom indexers that fetch, process, and store blockchain events from Supra nodes. It handles database management, pagination, error handling, and event processing out of the box.
For a basic, straightforward example of how to use the SDK, check out the examples folder.
Add this to your Cargo.toml:
[dependencies]
supra-indexer-sdk = "0.1.0"
Visit the examples directory to see complete, working implementations including:
For detailed API documentation, run:
cargo doc --open
Contributions are welcome! Please feel free to submit a Pull Request.
For issues and questions, please open an issue on GitHub.