@animoca/template-ethereum-contracts
v1.0.0
Published
description
Maintainers
Keywords
Readme
Animoca Ethereum Contracts - template
Solidity contracts project template.
Audits
| Date | Scope | Commit | Package version | Auditor | Report | | ---------- | ------------ | --------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- | ----------------------------------- | ----------------------------------------------------------------------------------------- | | xx/xx/xxxx | xxxx | commit-hash | x.x.x | xxxx | link |
Development
Install the 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 commiting code):
yarn run-allSee package.json for additional commands.
Note: this repository uses git lfs: the module should be installed before pushing changes.
