@animoca/anichess-ethereum-contracts
v3.4.0
Published
Solidity contracts for the Anichess project.
Readme
Anichess Ethereum Contracts
Solidity contracts for the Anichess project.
Audits
| Date | Scope | Commit | Package version | Auditor | Report | | ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------- | ------------------------------------------------------------------------------------------------------- | | 10/06/2025 | staking/* | 75e0894104c5a71297bc8ea568388202abd80847 | 4.2.2 | Oak Security | link |
Installation
To install the module in your project, add it as an npm dependency:
yarn add -D @animoca/anichess-ethereum-contractsor
npm add --save-dev @animoca/anichess-ethereum-contractsDevelopment
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.
