Skip to content

calik33/mini-blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

mini-blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published