You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that there is currently no access control to the contract. In theory, any individual can freely call the functions addEphemeralVoter, addVote and RegisterVoteProof.
The text was updated successfully, but these errors were encountered:
Hello, sorry about the late message.
It is a proof-of-concept, with all implementation running through tests. That's why there is no access control, which should be implemented through your needs when productizing it.
This proof-of-concept shows how it works and how it can be implemented. It runs the entire process of a voting session but for demonstration.
It appears that there is currently no access control to the contract. In theory, any individual can freely call the functions addEphemeralVoter, addVote and RegisterVoteProof.
The text was updated successfully, but these errors were encountered: