Mini Blockchain Simulation
This project is a simple simulation that demonstrates the basic concept of blockchain. Each block is linked to the hash value of the previous block.
Features
Each new block is connected to the previous hash.
A unique hash is calculated for every block.
Runs directly in the browser (HTML, CSS, JS only).
Usage
Open the index.html file in your browser.
Enter new block data (e.g., “ADAM -> JACK 5 BTC”).
Click the “Add New Block” button.
Watch the chain grow and see how hash values change.