Solidity contracts for the Open Campus project.
Date | Scope | Commit | Package version | Auditor | Report |
---|---|---|---|---|---|
18/10/2023 | sale/PublisherNFTMinter.sol sale/PublisherNFTSale.sol | 3ec9be0e99a9b32620b1b302b4e83d4fcacf44d4 | 1.0.0 | Solidified | link |
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.