A web-based demonstration of blockchain concepts.
This is a very basic visual introduction to the concepts behind a blockchain.
Get the code:
https://github.com/islem-kms/blockchain-demo.git
Install dependencies:
cd blockchain-demo
npm install
Run the server:
./bin/www
Point a web browser at the demo:
http://localhost:3000