Core Components
Requirements:
- Node @14.x
- Python @3.x (for running Slither)
- 1.Clone the repo
- 2.Install dependencies
$ yarn install
To run the entire test suite:
$ yarn test
To run the unit tests only:
$ yarn unitTest
To run the deployment script tests:
$ yarn deployTest
To run tests with coverage:
$ yarn coverage
To deploy to a supported network:
$ yarn deploy {network}
Check the deployed params:
$ yarn checkDeploy {network}
Last modified 7mo ago