This is a server stack which stands up the CTRL API after initializing geth, ipfs, and mongodb.
- Get docker & docker-compose.
- Run this code:
git clone https://github.com/LedgerCTRL/ctrl-api-nodejs.git
cd ctrl-api-nodejs/
docker-compose build
docker-compose up
- Read the docs at localhost:8088/docs/
Make calls to localhost:8088/v2/
Enjoy!