A minimal blockchain written in node.js
git clone https://github.com/lonestarx1/blockchain.git
npm install
npm start
Try adjusting the level of starting difficulty and the number of blocks that must be added before the degree of difficulty increases used in the proof of work algorithm
change the value passed in new UnicoinBlockChain(1, 2)
- use a json file to persist the blockchain
- Make a UI for the project