lambocoin
v0.0.17
Published
A Basic Cryptocurrency Built with Lotion based on awesome Tendermint.
Downloads
15
Readme
Installation
$ npm i --save lambocoin
Use it in command line
$ cd node_modules/lambocoin
// run it
$ npm start // <- default to 3000
// or
$ npm start 3333 // <- define port to 3333
Use it in Node
import lambocoin from 'lambocoin';
const App = new lambocoin();
App.listen(3303);
Endpoints
<!-- GET -->
$ curl http://localhost:3000/state
<!-- POST -->
$ curl http://localhost:3000/txs -d '{}'