To run the script with the solution
./run.sh
- You must write the solution inside the
script/Script.s.sol
contract, in thesolution()
method - You are not allowed to use any foundry tools inside the solution
- You are allowed to create new Contracts
- You are not allowed to edit
run.sh
orfoundry.toml
, or change the foundry configuration