Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.08 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.08 KB

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,

make test

Deployment

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.

License

Apache 2.0