A rough blockchain to demonstrate how cryptocurrency works.
BlockChain
- automatically change difficulty of mining
Client
- wallet
- mine block(to earn coin)
- check my balance
- can send coin to other people
- P2P
Client's Server
- browse Blockchain
- browse Transactions
yarn # install dependencies
yarn build-run # build typescript and run it