0.0.17 • Published 7 years ago

lambocoin v0.0.17

Weekly downloads
25
License
MIT
Repository
github
Last release
7 years ago

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

0.0.17

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago