Skip to content

quasarlabsXYZ/dvdsn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Damn Vulnerable DeFi Starknet

A playground to learn offensive security of DeFi smart contracts on Starknet, inspired by Damn Vulnerable DeFi

Note

  • DVDSN is a project started at the TVL Hackers Building (Feb 2023) and still under active development, any contribution welcome!

Challenges

# Name
1 Unstoppable
2 Naive Receiver
3 Truster
4 Side Entrance
5 Logic Delegate
6 The Rewarder

Hacking

  1. Set up protostar
  2. Clone this repository
  3. Install dependencies with protostar install
  4. Hack and run protostar test challenges/[challenge-name]/test_[challenge-name].challenge.cairo

Contributing

PRs are welcomed!

  1. Set up protostar
  2. Fork this repository
  3. Install dependencies with protostar install
  4. Create challenge in separated folders under src/ and solving framework under challenges/
  5. Add challenge statement under docs/ and update README.md

Reference

Credit to Damn Vulnerable DeFi

License

MIT © 2023