A voting system with limited time built with solidity.
Testing solidity capabilities with a simple voting system for different events with a limited voting time chosen at contract deployment. Made to test the main features and capabilities of the programing language and to get familiar with the contract deployment.
- Etherium Rinkeby testnet: 0x15A0Ec3BDafAc7f22A1a75268d03dBF0B5012a50
- Polygon Mumbai testnet: 0xB0dff21c18B35E6ea68Deb3c6B71d2571a14d8F8
- Solidity (IDE: Remix)
< PROJECT ROOT >
|
|-- IVote.sol
|-- VotingSystem.sol
|-- Candidates.sol