2.0.0 • Published 12 days ago

@animoca/anichess-ethereum-contracts v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 days ago

Anichess Ethereum Contracts

Solidity contracts for the Anichess project.

Installation

To install the module in your project, add it as an npm dependency:

yarn add -D @animoca/anichess-ethereum-contracts

or

npm add --save-dev @animoca/anichess-ethereum-contracts

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.

2.0.0

12 days ago

1.0.6

26 days ago

1.0.5

29 days ago

1.0.4

2 months ago

1.0.3

4 months ago

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago