jasper200207 / foundry_ethernaut

Foundry will be the future

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ethernaut problem solving with Foundry

Foundry!!!!


FYI

Reference: ethernaut-x-foundry


how to check solution

forge test --match-contract <Problem name>Test -vvvv
  • e.g.
forge test --match-contract FallbackTest -vvvv

  • deploy_prob.sh (wip)
    • deploy specific problem to the local newtork using Anvil
    • deploy Attacker contract and interact with it using Cast

About

Foundry will be the future


Languages

Language:Solidity 94.6%Language:Shell 5.4%