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

https://github.com/code-monad/spore-search

A very tiny program shows how to index Spore and Cluster cells from chain using indexer.
https://github.com/code-monad/spore-search

Last synced: 7 months ago
JSON representation

A very tiny program shows how to index Spore and Cluster cells from chain using indexer.

Awesome Lists containing this project

README

          

# Spore Search
A very tiny example program shows how to index Spore and Cluster cells from chain using indexer.

## Quick Start
Just Run `cargo run`, it will run and listen at default port `8000`

## API

- `/api/v1/spore/all`: Get all Spore cells on chain.
- `/api/v1/spore/id/`: Get Spore with specific ID.
- `/api/v1/cluster/all`: Get all Cluster cells on chain.
- `/api/v1/cluster/id/`: Get Cluster with specific ID.