Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reforest/lambocoin
A Basic Cryptocurrency Built with Lotion based on awesome Tendermint.
https://github.com/reforest/lambocoin
basecoin coin crypto cryptocurrency hackathon lamborghini lotionjs mit-license npm tendermint
Last synced: 2 months ago
JSON representation
A Basic Cryptocurrency Built with Lotion based on awesome Tendermint.
- Host: GitHub
- URL: https://github.com/reforest/lambocoin
- Owner: reforest
- License: mit
- Created: 2018-04-07T05:05:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-09T03:27:02.000Z (over 6 years ago)
- Last Synced: 2024-10-19T19:59:36.111Z (3 months ago)
- Topics: basecoin, coin, crypto, cryptocurrency, hackathon, lamborghini, lotionjs, mit-license, npm, tendermint
- Language: JavaScript
- Size: 1.96 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
Lamborghini Coin
A Basic Cryptocurrency Built with Lotion based on awesome Tendermint. (For demo purpose)## Installation
```command
$ npm i --save lambocoin
```## Use it in command line
```command
$ cd node_modules/lambocoin
// run it
$ npm start // <- default to 3000
// or
$ npm start 3333 // <- define port to 3333
```## Use it in Node
```javascript
import lambocoin from 'lambocoin';
const App = new lambocoin();
App.listen(3303);
```## Endpoints
```command$ curl http://localhost:3000/state
$ curl http://localhost:3000/txs -d '{}'
```## Author
[reforest (Andy Chen)](https://github.com/reforest)
## Resources
- [lotionjs](https://lotionjs.com/)
- [Tendermint](https://github.com/tendermint/tendermint)
- [Cosmos](https://cosmos.network/)## Standard
[![JavaScript Style Guide](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard)