bodhiproject / bodhi-qweb3-api

An open source local API server to interact with Bodhi Core contracts and the Qtum Blockchain.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEPRECATED. Bodhi-API is now part of Bodhi-GraphQL.

Bodhi-API

An open source local API server for interacting with the Bodhi-Core platform and Qtum blockchain.

Get Started

1. Clone project

SSH:

git clone git@github.com:bodhiproject/bodhi-api.git

or HTTPS:

git clone https://github.com/bodhiproject/bodhi-api.git

2. Install dependencies

cd bodhi-api
npm install

3. Run project

npm start

4. Run Qtum daemon

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

Commands

Fixing lint issues

npm run lint:fix

About

An open source local API server to interact with Bodhi Core contracts and the Qtum Blockchain.

License:GNU Lesser General Public License v3.0


Languages

Language:JavaScript 100.0%