This project (forked from Blockchain Demo) is designed to provide a simple playground to help learn the basic concepts of blockchain.
The blockchain is an open, decentralised ledger, which is best described as a continuously growing list of records (called blocks) that are linked and secured using cryptography.
The following features are included:
- What is a hash?
- What is a block?
- What is a blockchain?
- What does decentralised mean?
Getting Started (Docker)
docker-compose up