lambocoin

0.0.17 • Public • Published

Lamborghini Coin

A Basic Cryptocurrency Built with Lotion based on awesome Tendermint. (For demo purpose)

Travis Build Status

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 '{}'

Author

reforest (Andy Chen)

Resources

Standard

JavaScript Style Guide

Readme

Keywords

none

Package Sidebar

Install

npm i lambocoin

Weekly Downloads

8

Version

0.0.17

License

MIT

Unpacked Size

338 kB

Total Files

26

Last publish

Collaborators

  • amazingandyyy