Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

A Basic Cryptocurrency Built with Lotion based on awesome Tendermint.

Awesome Lists containing this project

README

        


Lamborghini Coin



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



Travis Build Status







## 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)