Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 256 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 256 Bytes

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