https://github.com/playerx/blockchain
Demo project for Toptal
https://github.com/playerx/blockchain
Last synced: 9 months ago
JSON representation
Demo project for Toptal
- Host: GitHub
- URL: https://github.com/playerx/blockchain
- Owner: playerx
- Created: 2018-03-17T14:37:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-09T04:53:16.000Z (about 8 years ago)
- Last Synced: 2025-09-05T13:56:41.957Z (10 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
[](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`