A Basic Cryptocurrency Built with Lotion based on awesome Tendermint. (For demo purpose)
$ npm i --save lambocoin
$ cd node_modules/lambocoin
// run it
$ npm start // <- default to 3000
// or
$ npm start 3333 // <- define port to 3333
import lambocoin from 'lambocoin';
const App = new lambocoin();
App.listen(3303);
<!-- GET -->
$ curl http://localhost:3000/state
<!-- POST -->
$ curl http://localhost:3000/txs -d '{}'