An open API service indexing awesome lists of open source software.

https://github.com/minaminao/defi-exploits

DeFi exploits for educational purposes
https://github.com/minaminao/defi-exploits

defi ethereum foundry solidity

Last synced: 5 months ago
JSON representation

DeFi exploits for educational purposes

Awesome Lists containing this project

README

          

# DeFi Exploits

***The purpose of this repository is to develop secure contracts and prevent attacks.***

**List of PoCs**
- [2022-08-01 Nomad Bridge](#2022-08-01-nomad-bridge)
- [2020-10-26 Harvest Finance](#2020-10-26-harvest-finance)

## 2022-08-01 Nomad Bridge
```sh
forge test -vvv --match-contract NomadBridgeExploitTest
```

## 2020-10-26 Harvest Finance
```sh
forge test -vvv --match-contract HarvestFinanceExploitTest
```