Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 375 Bytes

README.md

File metadata and controls

19 lines (9 loc) · 375 Bytes

SAMPATH KUMAR MEDIPUDI

Topic : Enhancement of slither for analyzing smart contracts

Steps to run the tool:

NOTE : Procedure for how to setup LINUX System

Step 1 : By using Pip command in command line we are going to Install this tool :

$ sudo pip3 install slither-analyzer

Step 2 : We use this tool :

To analyze contracts :

$ slither <solidity_contract_file>.sol