-
Notifications
You must be signed in to change notification settings - Fork 32
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 center contract #331
Comments
|
i dont understand what you mean by voting-initializer? where should that be implemented? the example you gave sounds more like it would be placed in the Voting-contract so that the VoteControlled-Mixin could query it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WHAT
we want new voting based on equity-tokens that upon a threshold notifies all token-holders that they need to vote too: Therefore we want 3 contracts:
Voting-Center,
Vote parameters:
Mechanics
The Voting Center should
getVoteFinalCount(inFavor, Against, Total)
, where total is the total amount of possible votespossibly extensions to keep in mind, would be how to do quadratic voting, (could just be another contract, but maybe we can do some nice inheritance here)
State-diagram
The text was updated successfully, but these errors were encountered: