Skip to content

Latest commit

 

History

History
title Write Better Smart Contracts By Checking Them With Slither's Python API
date 2022-11-15
authors
Troy Sargent
conference
PyChain 2022
resources
label path
Slides
Write Better Smart Contracts By Checking Them With Slither's Python API.pdf
label url
Recording

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.