Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# generalized-aave-flashloans
Generalized Aave Flashloans

Use 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
```