A playground to learn offensive security of DeFi smart contracts on Starknet, inspired by Damn Vulnerable DeFi
- DVDSN is a project started at the TVL Hackers Building (Feb 2023) and still under active development, any contribution welcome!
# | Name |
---|---|
1 | Unstoppable |
2 | Naive Receiver |
3 | Truster |
4 | Side Entrance |
5 | Logic Delegate |
6 | The Rewarder |
- Set up protostar
- Clone this repository
- Install dependencies with
protostar install
- Hack and run
protostar test challenges/[challenge-name]/test_[challenge-name].challenge.cairo
PRs are welcomed!
- Set up protostar
- Fork this repository
- Install dependencies with
protostar install
- Create challenge in separated folders under
src/
and solving framework underchallenges/
- Add challenge statement under
docs/
and updateREADME.md
Credit to Damn Vulnerable DeFi