Hash | Block | Blockchain | Distributed | Token | Coinbase
A web-based demonstration of blockchain concepts.
This is a very basic visual introduction to the concepts behind a blockchain. We introduce
the idea of an immutable ledger using an interactive web demo that is available here:
Get the code:
git clone https://github.com/viralpatel380/Blockchain-Demo.git
Install dependencies:
cd blockchain-demo
npm install
Run the server:
npm start
OR
./bin/www
node ./bin/www
Point a web browser at the demo:
http://localhost:3000
Run the Docker setup:
cd blockchain-demo
docker-compose up -d
Point a web browser at the demo:
http://localhost:3000