UniversityDAO / udao

The official UniversityDAO DApp repository.
GNU Lesser General Public License v2.1
4 stars 4 forks source link

Simplified governance contract for testing and additional script work #19

Closed cartercameron1 closed 2 years ago

cartercameron1 commented 2 years ago

I looked at your last comments asking for java doc in the .sol contracts. The functions there just initialize the state of the contract all the functions are documented.(see node modules or open zeppelin source code here https://github.com/OpenZeppelin/openzeppelin-contracts/tree/master/contracts/governance) However if you would like me to still add additional documentation in the Governance.sol contract I can do that.

New: ERC20 token for proposal testing, simplified governance contract, updated deployment script, automation for simplified testing.

There is still an error with the gas fees when creating a proposal. Hopefully we can work that out in the meeting tomorrow.