/Voting-System

Testing solidity capabilities by creating a simple voting system

Primary LanguageSolidity


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