GitHub:
{% embed url="https://github.com/tinchoabbate/damn-vulnerable-defi.git" %}
- We will be utilizing JS and Solidity programming languages
- The Yarn packaging system will be used as our JS runtime environment
- Clone repo --
git clone
https://www.damnvulnerabledefi.xyz/
- Open the root folder of the repo in VS Code --
code damn-vulnerable-defi/
- Test holds all of our exploits
- Contracts holds the contracts we can exploit
- Each challenge is considered standalone
- Depending on the challenge, the goals are all different
- These range from stopping the system from working, taking as many funds as possible, or doing other unexpected things!
Main Site:
{% embed url="https://www.damnvulnerabledefi.xyz/" %}