Replies: 4 comments 7 replies
-
Make sense, I am thinking if there is a way to just run slither on a single Contract? e.g MyToken.sol |
Beta Was this translation helpful? Give feedback.
-
Thanks @kwamentw |
Beta Was this translation helpful? Give feedback.
-
Hey, Linux user here! Whenever i try to run: i get the same error: Any idea why that could be happening? |
Beta Was this translation helpful? Give feedback.
-
hey guyz i get this error ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (ckzg, cytoolz, lru-dict) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Linux platforms are sometimes confused on what python package to run slither with so just specify like this;
when in the project directory too you can run
python3 -m slither .
Beta Was this translation helpful? Give feedback.
All reactions