aragonzkresearch / anon-voting-demo

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

Add browser zkproof generation test #45

Closed arnaucube closed 1 year ago

arnaucube commented 1 year ago

Added html file to test the proof generation in the browser. Contains 2 buttons, one to generate the proof directly calling snarkjs, and another one calling the anonvote clientlib method.

This PR is related to #13