hi this is my project on Vote_earn and, i am working on it from hack it sapiens
Vote_Earn is a decentralized voting system built on the blockchain that rewards participants with tokens for casting their votes. This project aims to encourage engagement and fair participation in the voting process by providing incentives in the form of tokens.
Decentralized Voting: Users can cast their votes on-chain without intermediaries.
Token Rewards: Every user who votes receives a predefined amount of tokens.
Transparency: The entire voting process is publicly recorded on the blockchain.
One Vote per Address: Ensures fair participation by restricting each address to one vote.
Secure and Immutable: Votes cannot be altered once cast.
Contract Address: 0xbe90B1f1D9B2E03b72244739aC3Af413a35C7Fcc
Blockchain Network: Edu Chain
Users interact with the contract to cast their vote.
The contract verifies if the user has already voted.
If eligible, the vote is recorded and the user receives reward tokens.
Votes and rewards can be queried on the blockchain.
Call the vote()
function to cast your vote.
Use getTotalVotes()
to check the total number of votes.
Use getTokenBalance(address)
to see token rewards.
0