-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
18ca8ff
commit 4c93f60
Showing
3 changed files
with
50 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,21 @@ | ||
<!-- PROJECT LOGO --> | ||
<br /> | ||
<p align="center"> | ||
<a href="https://docs.aave.com/developers/tutorials/performing-a-flash-loan"> | ||
<a href="#Program-Basics-Flash-Loan"> | ||
<img src="https://aave.com/static/media/flashLoan.8328cb8b.svg" alt="Logo" width="80" height="80"> | ||
</a> | ||
|
||
<h3 align="center">DeFi 201 - Lets hack Flash Loans</h3> | ||
|
||
<p align="center"> | ||
Lets hack Flash Loans! | ||
<br /> | ||
<a href="https://docs.aave.com/developers/tutorials/performing-a-flash-loan"><strong>Explore the AAVE dev docs »</strong></a> | ||
Freeze time/space with Flash Loans | ||
<br /> | ||
<a href="https://docs.aave.com/developers/tutorials/performing-a-flash-loan"><strong>Explore the AAVE dev Flash Loans docs »</strong></a> | ||
<br /> | ||
<a href="#">View Demo</a> | ||
<a href="https://brrr.money/"> | ||
<img src="images/dollar-trump-defi201.png" alt="Logo"> | ||
</a> | ||
|
||
<br /> | ||
<a href="#contact">Contact us</a> | ||
· | ||
<a href="https://github.com/Robsonsjre/FlashloanUsecases/issues">Report Bug</a> | ||
· | ||
|
@@ -25,43 +27,76 @@ | |
|
||
<!-- TABLE OF CONTENTS --> | ||
## Table of Contents | ||
|
||
* [Program Basics Flash Loan](#Program-Basics-Flash-Loan) | ||
* [Program a Arbitrage Flash Loan](#Program-Basics-Flash-Loan) | ||
* [Create your own Arbitrage opportunity](#Program-Basics-Flash-Loan) | ||
* [Useful links](#Useful-links) | ||
* [DeFi === Financial Revolution](#Program-Basics-Flash-Loan) | ||
* [Contact](#Program-Basics-Flash-Loan) | ||
* [Acknowledgements](#Program-Basics-Flash-Loan) | ||
|
||
<!-- Program Basics Flash Loan --> | ||
## Program Basics Flash Loan | ||
# Program Basics Flash Loan | ||
Let's start with the basics the goal is for you to initiate a Flash Loan Transnaction from the AAVE Kovan Test pool.<br> | ||
* Setup Remix http://remix.ethereum.org/ | ||
* Get some Kovan Test Net ETH https://faucet.kovan.network/ | ||
* Get some AAVE Test Net tokens https://testnet.aave.com/faucet | ||
* GoTo--> <a href="https://github.com/Robsonsjre/FlashloanUsecases/blob/master/contracts/sample/flashloan.sol">contracts/sample/flashloan.sol</a> | ||
* Load the contract in Remix and deploy the contract | ||
* Fill all paramenters as explaind in the video | ||
* Exicute the Flash loan (Be Sure to have enouge DAI to pay the FEES) | ||
|
||
[![Product Name Screen Shot][product-screenshot]](#Program-Basics-Flash-Loan) | ||
|
||
In the first part we will together program a Basic Flash loan ... | ||
# Program a Arbitrage Flash Loan | ||
|
||
|
||
|
||
|
||
# Create your own Arbitrage opportunity | ||
|
||
|
||
|
||
|
||
### Links | ||
# Useful links | ||
Here are a links that are useful when doing the assessment | ||
* [Remix](https://remix.ethereum.org/) | ||
* [Performing a Flash Loan AAVE Dev docs](https://docs.aave.com/developers/tutorials/performing-a-flash-loan) | ||
* [AAVE Kovan Pool address](https://kovan.etherscan.io/address/0x95d1189ed88b380e319df73ff00e479fcc4cfa45) | ||
* [AAVE Test net Kovan](https://testnet.aave.com/home) | ||
* [Kovan DAI address](https://kovan.etherscan.io/address/0xFf795577d9AC8bD7D90Ee22b6C1703490b6512FD) | ||
|
||
|
||
|
||
<!-- DeFi === Financial Revolution --> | ||
# DeFi === Financial Revolution | ||
[![DeFi === Financial Revolution]](https://academy.ivanontech.com/a/27786/UHnVvoMT) | ||
|
||
<!-- CONTACT --> | ||
## Contact | ||
|
||
Your Name - [@amadeobrands](https://twitter.com/amadeobrands) - [email protected] | ||
Amadeo Brands - [@amadeobrands](https://twitter.com/amadeobrands) - [email protected]<br> | ||
|
||
|
||
|
||
|
||
<br><strong>See more DeFi resources@ [ON-->DeFi](https://transform.eoi.digital/on-defi/) | ||
</stong><br> | ||
<strong>See the Full DeFi 201 course and many more courses @[The Ivan On Tech Academy](https://academy.ivanontech.com/a/17936/UHnVvoMT)<br> | ||
|
||
[![banner][banner]](https://academy.ivanontech.com/a/27786/UHnVvoMT) | ||
|
||
|
||
|
||
<!-- ACKNOWLEDGEMENTS --> | ||
## Acknowledgements | ||
* [AAVE](https://aave.com/) | ||
* | ||
* [Ivan On Tech Academy](https://academy.ivanontech.com/a/27786/UHnVvoMT) | ||
* [EOI Digital](https://www.eoi.digital/) | ||
* [Ethereum](https://ethereum.org/) | ||
* [Hacking, Distributed](https://hackingdistributed.com/2020/03/11/flash-loans/) | ||
|
||
<!-- MARKDOWN LINKS & IMAGES --> | ||
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --> | ||
[product-screenshot]: images/screenshot.png | ||
[banner]: images/defi-201-banner.png | ||
[dollar-trump]: images/dollar-trump-defi201.png | ||
[DeFi === Financial Revolution]: images/financial-revolution-DeFi201.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.