-
Notifications
You must be signed in to change notification settings - Fork 22
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
Voting flow #7
Comments
Looks like this is where they batch the messages: https://github.com/clrfund/monorepo/blob/develop/contracts/contracts/FundingRound.sol#L196 Then they call that from the frontend to submit votes/contributions: We'll want to investigate how we might optimize this, so that a user is submitting as few on-chain txs as possible... |
As a user/badgeholder, I want to submit my ballot to vote on projects
Dependencies
cli
commands about publishing message to frontend (or importmaci-cli
package) - see Integrate cli package into demo #12Requirements
Details
For this demo, let's just assume the "happy path" that each badgeholder will only submit 1 ballot. Looks like the app already enforces this:
Submitting the ballot should trigger
publishMessage
on the Poll contract.Questions to sort out
The text was updated successfully, but these errors were encountered: