Simple HTTP server, following Blockotus Open and Decentralized Standard specifications.
This repository is part of BLOCKOTUS Organism (https://github.com/BLOCKOTUS/organism).
To run the server, executes:
$ yarn start
APIs imported from the Organs, to interact with the Network and Contracts.
const user = require('../organs/user/api');
const identity = require('../organs/identity/api');
const job = require('../organs/job/api');
- /user
- /user/keypair
- /identity
- /job
- /job/list
- /job/complete
Fork and submit a pull-request.
Clone or download the repository. Modify at your convenience.
In an ideal world, you will conserve the same license, and give credits to the author @danielfebrero.