Skip to content

gabkov/moon-mission-contracts

Repository files navigation

Deployment: moon-mission-dev

Moon Mission WIP

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help
npx hardhat flat --output <filename>

Security analysis tool commands:

Slynther:

For all the contracts

slither .

For separated contract (solc remap required for npm package contracts):

slither <contract-name> --solc-remaps @=node_modules/@

Mythril:

with solc json: (execution timeout is optional)

myth -v4 analyze <contract_name> --solc-json solc_json.json --execution-timeout 180

with flattend contract (run npx hardhat flat --output Flatten.sol first):

myth -v4 analyze Flatten.sol:<contranc-name> --execution-timeout 180

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published