Skip to content

slothlockholmes/learn_foundry_forking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn Foundry Forking

Teaching myself how to fork mainnet with foundry. Useful for creating audit PoCs or interacting with contracts on mainnet.

How to use?

  1. Clone repo
  2. Run forge install to install dependencies
  3. Run forge test --fork-url <RPC URL> --fork-block-number <BLOCK NUMBER> to run the test

About

Learning how to do mainnet fork with foundry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published