Skip to content

Latest commit

 

History

History

foundry-historical

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

🧱👵🏽 inspecting blockchains with foundry's vm


tl; dr


🛠 we leverage foundry to analyze evm-based blockchains. foundry provides "vm cheatcodes", allowing easy methods to modify the chain state at test runtime (for instance, simulating previous blocks).

🕹 these boilerplates can be expanded for several purposes, including testing vulnerabilities or extracting mev data.

🚨 disclaimer: i am not responsible for anything you do with my free code.



in this dir




useful links