Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 881 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 881 Bytes

Voting System

Built in 2021 December

A voting system with limited time built with solidity.

About The Project

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.

Contracts

  • Etherium Rinkeby testnet: 0x15A0Ec3BDafAc7f22A1a75268d03dBF0B5012a50
  • Polygon Mumbai testnet: 0xB0dff21c18B35E6ea68Deb3c6B71d2571a14d8F8

Built With

  • Solidity (IDE: Remix)

Project structure

< PROJECT ROOT >
   |
   |-- IVote.sol
   |-- VotingSystem.sol
   |-- Candidates.sol