Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 818 Bytes

File metadata and controls

36 lines (23 loc) · 818 Bytes

Capture the Ether CTF - Foundry edition

What is Capture the Ether

Capture the Ether is a game in which you hack Ethereum smart contracts to learn about security.

It's meant to be both fun and educational.

This game is brought to you by @smarx, who blogs about smart contract development at Program the Blockchain.

Acknowledgements

How to play

Install dependencies

forge install

Compile contracts

forge build

Check solutions

forge test