Skip to content

error1100/ergodex-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ergodex-stats

A set of docker containers that leverages the ErgoDEX backend to scan and dump swap/pool/blockchain statistics into a database.

Quick Start

If docker and docker-compose v2 are setup then:
docker compose up -d

To check if everything is working properly login to the Postgres database:
psql -U ergodex -h localhost -d ergodex -p 5432

Default password: ergodex

Then fetch the latest global index:
select max(gindex) from pools;

API

API Docs can be found at http://127.0.0.1:8080/redoc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages