Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 719 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 719 Bytes

Project 5: Create a DAO with Openzeppelin

Contracts Deployed to Ropsten TestNet:

  1. MyVoteToken- An ERC20 tokens contract used for voting on proposals.
  2. MyGovernor- A contract for governance.
  3. MyTimelockController- Timelock for queuing successful proposals before executing them.
  4. MyContract- A simple contract- the client side sends proposals related to this contract.