Skip to content

Latest commit

 

History

History

p5-dao

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.