balancednetwork / balanced-backend

Backend to balanced stats page and other services
Apache License 2.0
0 stars 1 forks source link

balanced-backend

loopchain [GitHub Release]()

Backend service for Balanced Network.

API Docs + Live Stats Page

Development

For local development, you will want to run the docker-compose.db.yml as you develop. To run the tests,

python3.10 -m venv .venv && source .venv/bin/activate
make install 
make test
# Alternatively you can manually run the tests but make sure the DB is up. 
make up-dbs
# And then bring down the dbs 
make down-dbs
# See all options with 
make help

License

Apache 2.0