Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 611 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 611 Bytes

Election smart contract for multiple candidates

Election Smart contract is an election sample application where admin controls adding new candidates ,stop,start registrations ,stop,start Election voting . Voters allowed to vote only once if Election is open for voting, aAdmin can only add new candidates if registration is set to open

Install

This repository contains Smart Contract code in Calrity
To install, download or clone the repo, then:

npm install

Test

To run tests:

npm test

References