Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xJCN/Damn-Vulnerable-DeFi-V3-CTF
Damn Vulnerable DeFi V3 CTF implementation with Ape, exploits with Vyper & Huff
https://github.com/0xJCN/Damn-Vulnerable-DeFi-V3-CTF
apeworx evm huff python solidity vyper
Last synced: about 2 months ago
JSON representation
Damn Vulnerable DeFi V3 CTF implementation with Ape, exploits with Vyper & Huff
- Host: GitHub
- URL: https://github.com/0xJCN/Damn-Vulnerable-DeFi-V3-CTF
- Owner: 0xJCN
- Created: 2023-01-31T10:21:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T06:55:54.000Z (almost 2 years ago)
- Last Synced: 2024-08-03T16:09:29.820Z (5 months ago)
- Topics: apeworx, evm, huff, python, solidity, vyper
- Language: Solidity
- Homepage:
- Size: 337 KB
- Stars: 25
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-huff - Damn-Vulnerable-DeFi-V3-CTF
README
# Damn-Vulnerable-DeFi-V3-CTF
Damn Vulnerable DeFi V3 CTF implementation with Ape, exploits with 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 unstoppable
```Run vyper scripts:
```
ape run vyper unstoppable
```