A simple voting smart contract written in Solidity.
This contract allows users to vote for proposals. Each address can vote once. Results are public and transparent.
- Add multiple proposals
- Each voter can vote only once
- Automatically calculates the winning proposal
vote.sol`