DEPRECATED. Bodhi-API is now part of Bodhi-GraphQL.
An open source local API server for interacting with the Bodhi-Core platform and Qtum blockchain.
SSH:
git clone [email protected]:bodhiproject/bodhi-api.git
or HTTPS:
git clone https://github.com/bodhiproject/bodhi-api.git
cd bodhi-api
npm install
npm start
In order to actually call the Qtum blockchain you will need to start the Qtum daemon. You will need to download the latest Qtum binary first.
cd qtum-x.xx.xx/bin
./qtumd -testnet -logevents -printtoconsole -rpcuser=bodhi -rpcpassword=bodhi
npm run lint:fix