Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 974 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 974 Bytes

Ethernaut CTF - Hardhat edition

What is Ethernaut

Ethernaut is a Web3/Solidity based war game inspired in overthewire.org, to be played in the Ethereum Virtual Machine. Each level is a smart contract that needs to be 'hacked'.

The game acts both as a tool for those interested in learning Ethereum, and as a way to catalog historical hacks in levels. Levels can be infinite, and the game does not require to be played in any particular order.

Acknowledgements

How to play

Install dependencies

yarn

Compile contracts

yarn compile

Check solutions

yarn test