1.1.0 • Published 1 month ago

@animoca/opencampus-ethereum-contracts v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

Open Campus Ethereum Contracts

NPM Package Coverage Status

Solidity contracts for the Open Campus project.

Audits

DateScopeCommitPackage versionAuditorReport
18/10/2023sale/PublisherNFTMinter.sol sale/PublisherNFTSale.sol3ec9be0e99a9b32620b1b302b4e83d4fcacf44d41.0.0Solidifiedlink

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.

1.1.0

1 month ago

1.0.0

7 months ago