Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Crypto-Virus/cream-finance-exploit-example
https://github.com/Crypto-Virus/cream-finance-exploit-example
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/Crypto-Virus/cream-finance-exploit-example
- Owner: Crypto-Virus
- Created: 2021-10-29T05:25:47.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-30T02:04:50.000Z (about 3 years ago)
- Last Synced: 2024-08-01T21:42:54.588Z (4 months ago)
- Language: Solidity
- Size: 155 KB
- Stars: 121
- Watchers: 2
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-solidity - Crypto-Virus/cream-finance-exploit-example - Example implementation of the Cream Finance flashloan exploit. (Resources)
- awesome-solidity - Crypto-Virus/cream-finance-exploit-example - Example implementation of the Cream Finance flashloan exploit. (Resources)
- awesome-solidity - Crypto-Virus/cream-finance-exploit-example - Example implementation of the Cream Finance flashloan exploit. (Resources)
README
# Cream Finance Exploit Example
Disclaimer: This project is for educational purposes only. The author has no relationship to the exploiter or the exploit that happened.
How to Run:
Add you Alchemy key api to .env file.
E.g: ALCHEMY_API_KEY=https://eth-mainnet.alchemyapi.io/v2/key-goes-herethen
```shell
npm install
npx hardhat run scripts/attack.js
```