Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Damn Vulnerable DeFi - Foundry Version
| Date | Stars |
|---|---|
| 2026-07-24 | 511 |
| 2026-07-25 | 511 |
| 2026-07-28 | 511 |
| 2026-07-30 | 511 |
| 2026-08-06 | 511 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Damn Vulnerable DeFi - Foundry Version ⚒️ [](https://gitpod.io/#https://github.com/nicolasgarcia214/damn-vulnerable-defi-foundry) ![Github Actions][gha-badge] [![Telegram Support][tg-support-badge]][tg-support-url] [gha-badge]: https://img.shields.io/github/workflow/status/nicolasgarcia214/damn-vulnerable-defi-foundry/CI [tg-support-badge]: https://img.shields.io/endpoint?color=neon&logo=telegram&label=support&style=flat-square&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Ffoundry_support [tg-support-url]: https://t.me/foundry_support [](https://twitter.com/ngp2311) Visit [damnvulnerabledefi.xyz](https://damnvulnerabledefi.xyz) ### Acknowledgement *Big thanks to [Tincho](https://twitter.com/tinchoabbate) who created the [first version of this game](https://github.com/tinchoabbate/damn-vulnerable-defi/tree/v2.0.0) and to all the fellows behind the [Foundry Framework](https://github.com/gakonst/foundry/graphs/contributors)* Damn Vulnerable DeFi is the wargame to learn offensive security of DeFi smart contracts. Throughout numerous challenges you will build the skills to become a bug hunter or security auditor in the space. 🕵️♂️ ## How To Play 🕹️ 1. **Install Foundry** First run the command below to get foundryup, the Foundry toolchain installer: ``` bash curl -L https://foundry.paradigm.xyz | bash ``` Then, in a new terminal session or after reloading your PATH, run it to get the latest forge and cast binaries: ``` console foundryup ``` 2. **Clone This Repo and install dependencies** ``` git clone https://github.com/nicolasgarcia214/damn-vulnerable-defi-foundry.git cd damn-vulnerable-defi-foundry forge install ``` 3. **Code your solutions in the provided `[NAME_OF_THE_LEVEL].t.sol` files (inside each level's folder in the test folder)** 4. **Run your exploit for a challenge** ``` make [CONTRACT_LEVEL_NAME] ``` or ``` ./run.sh [LEVEL_FOLDER_NAME] ./run.sh [CHALLENGE_NUMBER] ./run.sh [4_FIRST_LETTER_OF_NAME] ``` If the challenge is executed successfully, you've passed!🙌🙌 ### Tips and tricks ✨ - In all challenges you must use the account called attacker. In Forge, you can use the [cheat code](https://github.com/gakonst/foundry/tree/master/forge#cheat-codes) `prank` or `startPrank`. - To code the solutions, you may need to refer to the [Foundry Book](https://book.getfoundry.sh/). - In some cases, you may need to code and deploy custom smart contracts. ### Preinstalled dependencies `ds-test` for testing, `forge-std` for better cheatcode UX, and `openzeppelin-contracts` for contract implementations.
Excerpt of 2,733 characters
Read on GitHub59
6
2
1
1
1
1
1
1
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:a93d5483e9341c27, topic:testing