Day 3 of 30 Days of Solidity: Building a Simple Polling Contract
Today, we’re creating a digital polling station!
Users can vote for their favorite candidates.
The contract remembers who voted, so each address can vote only once.
Votes for each candidate are stored on the blockchain.
This teaches how to manag...
30dayscompass.hashnode.dev2 min read