https://github.com/xternet/yf_boosted_with_floan
Yield Farming on Compound boosted by dYdX flash loan.
https://github.com/xternet/yf_boosted_with_floan
compound defi dydx flashloan lending yield-farming
Last synced: 3 months ago
JSON representation
Yield Farming on Compound boosted by dYdX flash loan.
- Host: GitHub
- URL: https://github.com/xternet/yf_boosted_with_floan
- Owner: xternet
- Created: 2021-03-31T01:28:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-23T22:44:03.000Z (over 2 years ago)
- Last Synced: 2025-04-11T22:42:34.400Z (6 months ago)
- Topics: compound, defi, dydx, flashloan, lending, yield-farming
- Language: Solidity
- Homepage:
- Size: 10.7 KB
- Stars: 21
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yield Farming on Compound boosted with dYdX flash loan
## 📃 Instructions to run
#### 0. **Install dependencies in project directory (works with node v12.10.0)**
```
npm i
```
#### 1. **Install ganache-cli (globaly)**
```
npm i -g ganache-cli
```
#### 2. **In 1st terminal window fork mainnet with ganache-cli**
```
ganache-cli -p 7545 -f
```
#### 3. **In 2nd terminal window run tests**
```
trufle test
```
!Note: To reset data, restart ganache-cli after each test.## 🔧 Deposit:
## 🔧 Withdraw:
