Skip to content

muthupraveen-26/Blockchain-Voting-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

🗳️ Blockchain-based Voting System (Python)

Developed by Muthu Praveen C - 220071601187

This project is a basic blockchain implementation in Python that simulates a voting system.
Each vote is stored as a block in the blockchain, ensuring immutability and transparency.

🚀 Features

  • Simple blockchain structure (Block + Blockchain classes).
  • Votes are stored securely using SHA-256 hashing.
  • Each block contains:
    • Index
    • Previous Hash
    • Timestamp
    • Vote Data (VoterID → Candidate)
  • Validation method to check blockchain integrity.
  • Demonstrates tamper-proof vote recording.

About

Voting System using Block Chain

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages