Awesome
CTF Lending
Playing the CTF
Install foundry.
forge install
forge build --force
# make changes to `src/Attacker.sol`
# run the test which will check for the win condition
forge test
Install foundry.
forge install
forge build --force
# make changes to `src/Attacker.sol`
# run the test which will check for the win condition
forge test