This is a complimentary example to the Sui Custom Indexer documentation. It demonstrates how to create a custom indexer for Sui. See the Sui Custom Indexer documentation for more information.
- Rust
Once you have Rust installed, you can build the custom indexer by running the following command:
cargo build
cargo run main.rs