Implement my own blockchain prototype in Javascript.
Features:
- Decentralized blockchain network
- The ability to mine new blocks & create transactions
- A proof of work algorithm to secure the network
- A consensus algorithms to verify that the network nodes have valid data and are synchronized.
- A broadcasting system to keep the data in the blockchain network synchronized.
- An API server and an UI for exploring the blockchain
npm install
npm run node_1
npm run node_2