Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sui-foundation/custom-indexer-example


https://github.com/sui-foundation/custom-indexer-example

Last synced: about 5 hours ago
JSON representation

Awesome Lists containing this project

README

        

# 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](https://docs.sui.io/guides/developer/advanced/custom-indexer) for more information.

## Prerequisites
- Rust

## How to install
Once you have Rust installed, you can build the custom indexer by running the following command:
```bash
cargo build
```

## How to run
```bash
cargo run main.rs
```