Skip to content

SamanKeighobadi/voting-contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Smart voting contract

Rules

  1. Create candidate:
    • Only admin can create new candidate
  2. Voiting:
    • Candidate exist
    • The user can vote only once
  3. Show Winner