Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/0xJCN/Ethernaut-CTF

Ethernaut CTF solutions with Ape, Vyper, & Huff
https://github.com/0xJCN/Ethernaut-CTF

apeworx evm huff python vyper

Last synced: 3 months ago
JSON representation

Ethernaut CTF solutions with Ape, Vyper, & Huff

Awesome Lists containing this project

README

        

# Ethernaut-CTF
Ethernaut CTF solutions with Ape, Vyper, & Huff.

## Dependencies
* Foundry. See [this](https://github.com/foundry-rs/foundry#installation%3E) for installation steps.
* Huff. See [this](https://docs.huff.sh/get-started/installing/) for installation steps.

## How to use
Install [Ape](https://github.com/ApeWorX/ape) & [Vyper](https://github.com/vyperlang/vyper) in a fresh virtual env with your package manager of choice.

With [poetry](https://python-poetry.org/docs/):
```
poetry install
```

Install Ape plugins:
```
ape plugins install .
```

Run huff scripts:
```
ape run huff hello_ethernaut
```

Run vyper scripts:
```
ape run vyper hello_ethernaut
```