@animoca/mocaverse-ethereum-contracts
v2.1.1
Published
## Development
Maintainers
Keywords
Readme
Mocaverse Ethereum Contracts
Development
Install dependencies:
yarnCompile the contracts:
yarn compileRun the tests:
yarn test
# or
yarn test-p # parallel modeRun the coverage tests:
yarn coverageRun the full pipeline (should be run before committing code):
yarn run-all