-
Notifications
You must be signed in to change notification settings - Fork 39
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
Feature Request: Proof of Participation for Voters #13
Comments
To implement the "Proof of Participation" feature as described, we can follow these steps:
By following these steps, we can successfully implement the "Proof of Participation" feature, enhancing engagement and incentivizing participation within the Semaphore platform. |
Summary:
I propose a new feature of a "Proof of Participation" feature that would provide voters with a NFT or certificate as evidence of their participation in a vote. This feature could enhance engagement by rewarding voters and could be utilized for governance or other incentives within the platform.
Target Contracts:
SemaphoreClient.sol
VotingProcess.sol
Functionality:
After a user successfully casts a vote via the
SemaphoreClient.sol
, the system should generate a proof of participation. This proof could be a non-transferable token or a digital certificate, which would be linked to the user's address and the specific voting event.Use Case:
Implementation Sketch:
SemaphoreClient.sol
that emits a proof of participation after a vote is cast.VotingProcess.sol
, implement a function to record these proofs, ensuring they are non-transferable and securely tied to the voter's identity.Considerations:
Next Steps:
I am looking forward to feedback on this new feature. If there is consensus on the value and feasibility of this feature, I would be keen to work on its implementation.
The text was updated successfully, but these errors were encountered: