An Aave flashloan implementation
The quickest way to borrow a million.
This repo is a simple implementation of a flashloan on Aave. Setup in Remix IDE on the Kovan test-network it will flash-borrow a million ($1'000'000) DAI.
Some prerequisites:
- You will need Metamask wallet (https://metamask.io/)
- Some test Kovan ETH (https://faucets.chain.link/)
- Some test DAI from Aave faucet (https://staging.aave.com/)
found at the bottom left
- Load all of contents of the 'Contracts' folder into Remix (https://remix.ethereum.org)
- Compile 'FlashLoan.sol'