Skip to main content

Command Palette

Search for a command to run...

CTF: Ethernaut

Published
1 min read

What is Ethernaut?

Ethernaut is an open-source capture-the-flag (CTF) game by the Openzeppelin Team to help improve smart contract development or security. The game is played on the Ethereum-Virtual-Machine (EVM); each level consists of a smart contract to be hacked. At the time of writing, there are 27 levels, level 0 to level 26, of varying difficulty.

image.png

Why this article?

Over the next few weeks, I'll be updating this post with a walkthrough of each level as I make progress.

110 views