Skip to content

Releases: anish2197/Voting-dApp

Casting votes - client side application

04 Oct 09:28
Compare
Choose a tag to compare

Votes now can be cast through browser using metamask.
Updated index.html .
Updated render() from app.js to - list all candidates,handle form submission and hide form after voting.

Casting votes

04 Oct 08:10
Compare
Choose a tag to compare

Votes can now be cast through truffle console.

Test 3 added - verifies behaviour of the vote
Test 4 added - tests validity of the candidate
Test 5 added - tests double voting

Listing candidates

04 Oct 05:43
Compare
Choose a tag to compare

List of candidates and their vote count can be checked on browser.

Test 1 added - verifies the candidate count
Test 2 added - verifies the candidate details
(Tests to be run on truffle console)