Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 495 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 495 Bytes

Sui Custom Indexer Example

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.

Prerequisites

  • Rust

How to install

Once you have Rust installed, you can build the custom indexer by running the following command:

cargo build

How to run

cargo run main.rs