Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/playerx/blockchain
Demo project for Toptal
https://github.com/playerx/blockchain
Last synced: about 1 month ago
JSON representation
Demo project for Toptal
- Host: GitHub
- URL: https://github.com/playerx/blockchain
- Owner: playerx
- Created: 2018-03-17T14:37:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-09T04:53:16.000Z (over 6 years ago)
- Last Synced: 2024-04-10T14:13:01.153Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 392 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# toptal-blockchain
[![engine: jokio](https://img.shields.io/badge/engine-%F0%9F%83%8F%20jokio-44cc11.svg)](https://github.com/jokio/jokio)Demo project for Toptal
## Vision
* blockchain and cryptocurrency are separated, cryptocurrency is built on top of blockchain
* Solution is built with typescript, so it can be run using browser or nodejs
* Solution is built with functional style, mostly pure functions, to test it easily## Communication
* WebSockets for node2node
* Graphql for public api
* Console for administration api## Prerequisites
1. nodejs (mandatory)
2. yarn (recomended)
3. tslint (recomended)## How to start miner nodes
* `yarn`
* `yarn dev:node2`
* `yarn dev:node3`## How to start dev node
* `yarn`
* `yarn dev`