Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 677 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 677 Bytes

Ethernaut-CTF

Ethernaut CTF solutions with Ape, Vyper, & Huff.

Dependencies

  • Foundry. See this for installation steps.
  • Huff. See this for installation steps.

How to use

Install Ape & Vyper in a fresh virtual env with your package manager of choice.

With poetry:

poetry install

Install Ape plugins:

ape plugins install .

Run huff scripts:

ape run huff hello_ethernaut

Run vyper scripts:

ape run vyper hello_ethernaut