Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 951 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 951 Bytes

Indexer Service

This service is a way to index on any event on the blockchain via an API.

codebuild build workflow codecov

Architecture

sequence_architecture.png

Setup

  1. Set AWS environment variables
  2. Download the bin file

Running tests

  1. Run docker compose docker compose -f compose.dev.yaml up --build
  2. Run tests with cargo nextest run --test-threads=1