Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
title Demystifying Fuzzing
date 2022
authors
Nat Chin
conference
Off the Chain Con
resources
label path
Slides
Demystifying Fuzzing.pdf

This talk presents the basics of Echidna, an open-source contract fuzzer, to build secure smart contracts. The presentation discusses what code invariants are, how to write them, and how to efficiently use Echidna to check invariants. It aims to help developers and auditors understand how property testing works and how to write effective security properties for their contracts.