Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A simple anonymous ballot voting dApp #839

Closed
dutragustavo opened this issue Jul 25, 2024 · 0 comments · Fixed by #844
Closed

A simple anonymous ballot voting dApp #839

dutragustavo opened this issue Jul 25, 2024 · 0 comments · Fixed by #844
Assignees
Labels
documentation 📖 Improvements or additions to documentation

Comments

@dutragustavo
Copy link

Describe your project
This is the final project work of my group on the Encode Club Solidity Bootcamp. The objetive of this project was to make a Ballot contract, that we got from the Solidity documentation examples and worked with during our classes, and implement anonymous voting features on it, using Zero Knowledge Proofs.

The project used the Semaphore protocol on the contract and on the off-chain part, to generate anonymous identities and groups, which made the anonymous voting possible.

I think it can be a good example on how to make simple voting dApps using Semaphore v4.0.

Other info

  • Super Secret ZK Ballot
  • Voting

Links

@dutragustavo dutragustavo added the documentation 📖 Improvements or additions to documentation label Jul 25, 2024
@cedoor cedoor self-assigned this Jul 31, 2024
cedoor added a commit that referenced this issue Jul 31, 2024
cedoor added a commit that referenced this issue Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation 📖 Improvements or additions to documentation
Projects
Status: ✔️ Done
Development

Successfully merging a pull request may close this issue.

2 participants