Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.06 KB

File metadata and controls

27 lines (17 loc) · 1.06 KB

💰 Ethereum Smart Contracts

Damn Vulnerable DeFi

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

Tutorial

  1. Clone repo -- git clonehttps://www.damnvulnerabledefi.xyz/
  2. Open the root folder of the repo in VS Code -- code damn-vulnerable-defi/
  3. Test holds all of our exploits
  4. Contracts holds the contracts we can exploit

Challenge Objectives

  • 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/" %}