Skip to content

EnterDAO/ENTER-DAO

 
 

Repository files navigation

EnterDAO Governance contract

How it works

Please see the SPEC

Running tests

Note: The result of tests is readily available here.

1. Clone this repo

git clone [email protected]:EnterDAO/ENTER-DAO.git

2. Install dependencies

yarn install

3. Run tests

yarn test

# or if you want to run with coverage
yarn run coverage

Deployment

Governance.sol Deployment

  • Deploys the Governance contract
  • Initialises the contract with the provided Kernel Address
  • Verifies the contract at Etherscan
npx hardhat deploy --network {NETWORK} --kernel {ADDRESS}

Mainnet

Governance deployed at:  0x843Ec9F11E9162bD1A93428f574137Ea2dAFe695

Rinkeby

Governance deployed at:  0x820dB01Bf63f1CFCC0Cff60aE0a177d83678e633

Audits

Enter DAO is a fork of BarnBridge DAO. Here you can find the audits for the original contracts:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 66.6%
  • Solidity 33.4%