Skip to content

celenium-io/astria-indexer

Folders and files

NameName
Last commit message
Last commit date
Nov 9, 2024
Nov 9, 2024
Feb 18, 2025
Feb 20, 2025
Nov 9, 2024
Nov 9, 2024
Feb 20, 2025
Feb 20, 2025
Feb 20, 2025
Feb 1, 2024
Feb 1, 2024
Feb 1, 2024
Aug 31, 2024
Feb 20, 2025
Feb 1, 2024
Nov 9, 2024
Sep 15, 2024
Nov 9, 2024
Oct 18, 2024
Feb 20, 2025
Feb 20, 2025

Repository files navigation

Astria Indexer

Build Status made_with golang License: MIT Go Coverage

Standalone

To run indexer clone repository, open directory containing project and run build command. Example:

git clone git@github.com:celenium-io/astria-indexer.git
cd astria-indexer
make build

or by docker compose

git clone git@github.com:celenium-io/astria-indexer.git
cd astria-indexer
docker-compose up -d --build

You have to set environment variables for customizing instances and indexing logic. Example of environment file can be found here.

You can run full stack with GUI:

export TAG=v1.0.0 # set here needed backend version
export FRONT_TAG=v1.0.0  # set here needed frontend version
docker-compose -f full.docker-compose.yml up -d 

After that you can find GUI on http://localhost:3000.