A new general API for the RChain bounties platform. This allows anyone to create an interface for the RChain bounties platform.
(This project could also potentially serve as an easy entry point to the data once the bounty system is migrated to the RChain blockchain network. Induviduals could host their own versions of this API and bounty user interfaces could provide users a selection of APIs to choose from.)
This project is divided in 2 stages:
As of this moment in time the first stage is being developed.
Follow these steps to get started:
git clone https://github.com/th3build/rchain-bounties-api.git
cd rchain-bounties-api
npm install
PORT=3000 npm start
(the port can be any port you like)You can now send requests to localhost:3000
. Keep the terminal command running in the background, and you can start developing.
hapi.js
.npm start
output for any errors.COMING SOON