Generalized Aave Flashloans
Use Proxies in conjunction with flashloans!
# 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/<API_KET> -d --networkId 1
# Deploy contract
truffle migrate --reset --network development
# Run test
mocha
# BONUS see program execution flow
truffle debug <TX_HASH>