https://github.com/geobytebrew/voting-system-smart-contract
This contract represents a decentralized voting system where users can vote on specific options. Each user is allowed only one vote, and the voting session can be closed to prevent further voting.
https://github.com/geobytebrew/voting-system-smart-contract
Last synced: 10 days ago
JSON representation
This contract represents a decentralized voting system where users can vote on specific options. Each user is allowed only one vote, and the voting session can be closed to prevent further voting.
- Host: GitHub
- URL: https://github.com/geobytebrew/voting-system-smart-contract
- Owner: GeoByteBrew
- License: mit
- Created: 2024-11-06T21:24:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-06T21:31:33.000Z (over 1 year ago)
- Last Synced: 2025-02-23T19:42:59.248Z (over 1 year ago)
- Language: Solidity
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Voting-System-Smart-Contract
This contract represents a decentralized voting system where users can vote on specific options. Each user is allowed only one vote, and the voting session can be closed to prevent further voting.