aragonzkresearch / anon-voting-demo

Onchain Anonymous Voting demo app
GNU General Public License v3.0
1 stars 0 forks source link

Feature/clientlib process #25

Closed ElusAegis closed 1 year ago

ElusAegis commented 1 year ago

Implemented Smart Contract interaction functionality for the Client Lib for the following:

Changed the smart contract to support checkIfVoted functionality by adding a checkIfVoted function. Added a test suit that integrates with the smartcontracts hardhat subproject. This made us to change from vanial Macha test driver to Hardhat test driver.

Resolved #10 Resolved #11 Resolved #8