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
- Host: GitHub
- URL: https://github.com/minaminao/defi-exploits
- Owner: minaminao
- Created: 2022-07-30T19:11:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-03T22:46:50.000Z (over 2 years ago)
- Last Synced: 2025-04-26T04:54:05.786Z (6 months ago)
- Topics: defi, ethereum, foundry, solidity
- Language: Solidity
- Homepage:
- Size: 36.1 KB
- Stars: 59
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```