| title |
Write Better Smart Contracts By Checking Them With Slither's Python API |
| date |
2022-11-15 |
| authors |
|
| conference |
|
| resources |
| label |
path |
Slides |
Write Better Smart Contracts By Checking Them With Slither's Python API.pdf |
|
|
|
| label |
url |
Building Secure Contracts |
|
|
|
This talk presents Slither, an open source static analyzer for Solidity with nearly 100 rules that detect common mistakes and security vulnerabilities. It covers how to get the most out of static analysis by using Slither's Python API to analyze program properties such as variable dependencies and state inconsistencies, allowing developers to tailor static analysis to their specific codebase.