web3dopamine / Ethernaut-CTF

Ethernaut CTF solutions with Ape, Vyper, & Huff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Ethernaut CTF solutions with Ape, Vyper, & Huff


Languages

Language:Python 76.7%Language:Vyper 23.3%