Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.24 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.24 KB

openzeppelin ethernaut

This repository is openzeppelin's ethernaut challenge game, which is completed using foundry. You can complete the challenge locally.

Prepare environment

Install foundry

curl -L https://foundry.paradigm.xyz | bash

Run tests

forge test --match-contract TelephoneTest -vvvv

You can write your own challenge script in the test directory

Challenge list

project ethernaut link
Fallback https://ethernaut.openzeppelin.com/level/1
Fallout https://ethernaut.openzeppelin.com/level/2
CoinFlip https://ethernaut.openzeppelin.com/level/3
Telephone https://ethernaut.openzeppelin.com/level/4
Token https://ethernaut.openzeppelin.com/level/5
Delegation https://ethernaut.openzeppelin.com/level/6
Force https://ethernaut.openzeppelin.com/level/7
Vault https://ethernaut.openzeppelin.com/level/8
King https://ethernaut.openzeppelin.com/level/9
Re-entrancy https://ethernaut.openzeppelin.com/level/10
Elevator https://ethernaut.openzeppelin.com/level/11