hardhat-slither
Installation
*
npm install hardhat-slither or
yarn add hardhat-slither
* Require this package in your hardhat.config.js, or import if you are using typescript:
*
require("hardhat-slither");
*
import "hardhat-slither"
Required
Make sure to have pip3 and python3.10 installed, and use
pip --version and
python --version or
python3 --version to check the version
Notes:
We force users to use python3.10
Window: ā make sure you can run python3.10 on the CLI
where python3.10
Mac:
which python3.10
Install using pip to the correct directory:
*
python3.10 -m pip install slither-analyzer
*
python3.10 -m pip show slither-analyzer
Usage
* Start the HardHat task with
npx hardhat slither or
yarn hardhat slither
* The GUI is running at
localhost:3000
Feedback
We are excited to gather feedback from you and hear your thoughts on our tool's functionality, ease of use, and potential improvements. Your valuable input will help us enhance the tool and make it even more developer-friendly and robust! šŖ
š Please take a few moments to fill out our questionnaire
here