How to prepare for a smart contract audit The pre-audit part is essential for a smooth audit, and we will now guide you through it.
Glossary definition
Slither is an open-source Python framework for static analysis of Solidity and Vyper code, with vulnerability detectors, printers, and a custom analysis API.
Slither is an open-source framework for static analysis of smart contracts written in Python 3. Developers and auditors can use it to find vulnerabilities in Solidity and Vyper smart contracts quickly and efficiently. Slither is used during development and code review, code optimization, and smart contract audits.
Slither includes features such as:
Used in context