Animoca Ethereum Contracts - template

NPM Package Coverage Status

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:

yarn

Compile the contracts:

yarn compile

Run the tests:

yarn test
# or
yarn test-p # parallel mode

Run the coverage tests:

yarn coverage

Run the full pipeline (should be run before commiting code):

yarn run-all

See package.json for additional commands.

Note: this repository uses git lfs: the module should be installed before pushing changes.