Skip to content

0xevm/Lecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lecture

Install Modified Forge

$ git clone https://github.com/0xevm/foundry.git

$ cd foundry
  
$ git checkout beijing-eth

$ cargo build --release -p foundry-cli --bin forge

# !! update the PATH to your foundry build release path
$ export PATH="/Users/flyq/workspace/github/0xevm/foundry/target/release:$PATH"

# confirm the forge is the modified forge
$ which forge
/Users/flyq/workspace/github/0xevm/foundry/target/release/forge

Testing

$ forge install 0xevm/forge-std-new

$ forge test -vvv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published