Skip to content

Vinisilva0010/rust_chain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

⛓️ Zanvexis Chain (Rust Blockchain)

A foundational blockchain implementation in Rust, demonstrating core Web3 concepts: Proof of Work (PoW), Cryptographic Hashing (SHA-256), and Chain Integrity Validation.

🚀 Key Features

  • Immutable Ledger: Blocks are cryptographically linked; tampering with one invalidates the entire chain.
  • Proof of Work: Implements a mining algorithm (difficulty adjustment capable) using nonce discovery.
  • Validation Engine: Verifies chain integrity by recalculating hashes and checking pointers.

🛠️ Usage

cargo run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages