Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kendricktan/generalized-aave-flashloans
Generalized Aave Flashloans
https://github.com/kendricktan/generalized-aave-flashloans
Last synced: 14 days ago
JSON representation
Generalized Aave Flashloans
- Host: GitHub
- URL: https://github.com/kendricktan/generalized-aave-flashloans
- Owner: kendricktan
- License: mit
- Created: 2020-03-30T12:54:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T02:31:26.000Z (over 1 year ago)
- Last Synced: 2024-04-14T11:32:48.167Z (7 months ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 36
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generalized-aave-flashloans
Generalized Aave FlashloansUse Proxies in conjunction with flashloans!
# Getting started
```bash
# Install dependencies
npm install -g ganache-cli truffle mocha
npm install# Run ganache in a separate terminal
ganache-cli -f https://mainnet.infura.io/v3/ -d --networkId 1# Deploy contract
truffle migrate --reset --network development# Run test
mocha# BONUS see program execution flow
truffle debug
```