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
Developed a full Ethereum decentralized governance system: governable Box, voting-enabled GovToken, secure TimeLock, and proposal-managing MyGovernor. Integration test verified proposal lifecycle.
We are going to have a contract controlled by a DAO
Every transaction that the DAO wants to send has to be voted on
We will use ERC20 tokens for voting
About
Developed a full Ethereum decentralized governance system: governable Box, voting-enabled GovToken, secure TimeLock, and proposal-managing MyGovernor. Integration test verified proposal lifecycle.