@animoca/recho-ethereum-contracts
v1.0.3
Published
Solidity contracts for the Recho project.
Downloads
8
Readme
Recho Ethereum Contracts
Solidity contracts for the Recho project.
Installation
To install the module in your project, add it as an npm dependency:
yarn add -D @animoca/recho-ethereum-contractsor
npm add --save-dev @animoca/recho-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.
