Skip to content

Latest commit

Β 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ—³οΈ Blockchain Voting Simulation (Java)

This is a simple console-based simulation of a blockchain-powered voting system written in Java.

πŸš€ Features

  • Create blocks for each vote
  • Hash-based voter ID anonymization
  • Validate blockchain integrity
  • View blockchain history

πŸ“ Structure

  • Block.java: Represents a single vote block
  • Blockchain.java: Manages the chain and validation
  • Main.java: Console menu to interact with the blockchain

βœ… How to Run

  1. Compile the code:
javac src/*.java
  1. Run the app:
java -cp src Main

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages