Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 616 Bytes

README.md

File metadata and controls

51 lines (38 loc) · 616 Bytes

Advertisements Project

Install Dependencies

yarn

Command

Compile contracts

yarn compile

Test contracts

yarn test # Run all test case
yarn test test/Advertisements.spec.ts # Run single case

Clean caches

yarn clean

Flatten

yarn flatten

Slither contract

https://github.com/crytic/slither

slither contracts/Advertisements.sol --config-file slither.config.json

Contracts

contracts
├── AdMatch.sol
├── Advertisements.sol
├── libraries
│   └── TransferHelper.sol
└── test
    └── TestERC20.sol