This is my directory structure:And this gives assurance that I have slither installed in my system:If I run the command
|
Answered by
elopez
Jul 5, 2023
Replies: 1 comment 1 reply
|
Hi, and thanks for the question! crytic-compile expects hardhat projects to have a |
1 reply
Answer selected by
roudra323
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Hi, and thanks for the question! crytic-compile expects hardhat projects to have a
hardhat.config.jsorhardhat.config.tsconfig file, but you have a different extension,hardhat.config.cjs, which appears to have been added recently to hardhat. I'll create an issue to track this in crytic-compile, but in the meantime you can useslither . --compile-force-framework hardhatto force the use of hardhat.