Skip to content

How to use slither-check-erc in foundry project with mapping imports #1727

Answered by 0xalpharush
varunsrin asked this question in Q&A
Discussion options

You must be logged in to vote

slither-check-erc uses two positional args: the first being the project directory and the second the contract name (slither-check-erc project contractName). I believe you should be able to run slither-check-erc . IdRegistry to compile the project and then analyze IdRegistry. I would also recommend checking out our ERC20 properties that you can fuzz with Echidna and/or Foundry https://github.com/crytic/properties.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by 0xalpharush
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1726 on March 08, 2023 16:19.