Backend service for Balanced Network.
For local development, you will want to run the docker-compose.db.yml
as you develop. To run the tests,
make test
To bring up the whole stack, run:
docker-compose -f docker-compose.db.yml -f docker-compose.yml up -d
If you are running in prod, be sure to change the DB password with an .env
file. You'd be also wise to run a local ICON node. Note that sync time might be slow and is not tested outside of proximity to the ICON tracker.
Apache 2.0