Skip to content

Blockchain voting ensures votes are recorded immutably, but voter anonymity and authentication require additional layers (e.g., zero-knowledge proofs, which are advanced).

License

Notifications You must be signed in to change notification settings

Codingwithyash344/Blockchain-Based-Secure-Voting-System

Repository files navigation

Blockchain-Based-Secure-Voting-System

Blockchain voting ensures votes are recorded immutably, but voter anonymity and authentication require additional layers (e.g., zero-knowledge proofs, which are advanced).

blockchain-voting-system/ ├── Voting.sol ├── deploy_contract.py ├── voting_system.py ├── contract_abi.json (generated) ├── contract_address.txt (generated) ├── requirements.txt (list: web3, cryptography, solcx) ├── README.md (with setup instructions, usage, and screenshots) ├── .gitignore (ignore generated files) └── docs/ (add diagrams or reports)

About

Blockchain voting ensures votes are recorded immutably, but voter anonymity and authentication require additional layers (e.g., zero-knowledge proofs, which are advanced).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published