Governance
Quickstart
Requirements:
Node @14.x
Python @3.x (for running Slither)
Clone the repo
Install dependencies
$ yarn installTesting
To run the entire test suite:
$ yarn testTo run the unit tests only:
$ yarn unitTestTo run the deployment script tests:
$ yarn deployTestCoverage
To run tests with coverage:
$ yarn coverageDeployment
To deploy to a supported network:
$ yarn deploy {network}Check the deployed params:
$ yarn checkDeploy {network}Last updated
Was this helpful?