Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sui-foundation/custom-indexer-example
https://github.com/sui-foundation/custom-indexer-example
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/sui-foundation/custom-indexer-example
- Owner: sui-foundation
- Created: 2024-07-09T22:47:28.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T06:14:20.000Z (4 months ago)
- Last Synced: 2024-07-11T03:02:04.796Z (4 months ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```