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