-
Notifications
You must be signed in to change notification settings - Fork 9
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
Smart Contract to guarantee submissions #43
Comments
Notes on how to integrate this with a smart contract: SIV (Secure Internet Voting) Smart ContractGoals:Enforces that once SIV has issued a signed vote submission receipt via email, If it's not, the voter can automatically claim the pot of money in the smart contract. Transaction Details:
If all 3 checks pass, send the bounty from 1c to the address that posted transaction 2. To prevent front-running, separate transaction #2 into 2 separate blocks. If it's been x days (e.g. 45) since Transaction 1 was posted without any successful claims, |
As a starting place, we can just post the Merkle tree at the end of the election, before building out the smart contract aspect of this. |
Start with
|
Latest on this: https://docs.siv.org/research-in-progress/automated-reward |
No description provided.
The text was updated successfully, but these errors were encountered: