/ctf-lending

Primary LanguageSolidityGNU Affero General Public License v3.0AGPL-3.0

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