Skip to content

Dev-Dy/mini-chain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦀 Mini Blockchain in Rust

A fully commented, educational blockchain prototype built in Rust.
This project demonstrates how to design, hash, and validate a blockchain using minimal dependencies.


🚀 Features

  • Cryptographic hashing with SHA-256
  • Dynamic CLI for interactive block creation
  • Genesis block initialization
  • Full chain validation & tamper detection
  • Modular architecture with lib.rs and tests
  • Built entirely in safe, idiomatic Rust

🧩 Quick Start

git clone https://github.com/Dev-Dy/mini_chain.git
cd mini_chain
cargo run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages