Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 567 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 567 Bytes

ctrl-api-nodejs

This is a server stack which stands up the CTRL API after initializing geth, ipfs, and mongodb.

How to use

  1. Get docker & docker-compose.
  2. Run this code:
git clone https://github.com/LedgerCTRL/ctrl-api-nodejs.git
cd ctrl-api-nodejs/
docker-compose build
docker-compose up
  1. Read the docs at localhost:8088/docs/

Make calls to localhost:8088/v2/

Enjoy!