Skip to content

BlueAlder/damn-vulnerable-defi

 
 

Repository files navigation

Blue Alder's Solutions to DamnVulnerableDeFi

This repository contains the solutions to damnvulnerabledefi.xyz wargame style challenges. Full with writeups and code comments so you can follow along both the exploit scripts and smart contracts.

The exploits are written in the test/ folder per challenge.

Full credit to @tinchoabbate for creating these amazing challenges!

Testing the challenges

Firstly ensure all the dependencies are installed:

yarn install

To run any of the solutions you can run

yarn run <CHALLENGE_NAME>

Packages

No packages published

Languages

  • JavaScript 53.7%
  • Solidity 46.3%