/foundry_ethernaut

Foundry will be the future

Primary LanguageSolidity

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