Classic Slither dependencies bug but this time with ERC conformance tool #2295
-
It's the usual, but this time with
and about a thousand more of these after this.
Installation of the dependencies works as does project compilation:
Because this isn't the mainline |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Right now you're targeting a single file so the compilation framework is not detected and thus does not resolve the remappings. Instead, run |
Beta Was this translation helpful? Give feedback.
Right now you're targeting a single file so the compilation framework is not detected and thus does not resolve the remappings. Instead, run
slither-check-erc . Foo
in the same current working detectory as the hardhat config. This should detect that the project is using the hardhat framework and runhardhat compile
.