A simple, educational-purpose blockchain
This is a proof-of-work blockchain created using Javascript.
You need the Node.js installed on your machine.
Next, install the dependencies:
yarn install
The implementation of blockchain you can find in blockchain.js
file.
To run demo:
node test.js