Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 382 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 382 Bytes

ainft-contracts

Install dependencies

$ yarn

Compile

$ yarn compile

Lint Solidity

$ yarn lint:sol

Apply prettier

$ yarn prettier

Run tests

$ yarn test

Get a test coverage

$ yarn coverage

Delete smart contract artifacts, coverage reports, and hardhat cache

$ yarn clean