Skip to content

andyrobert3/aave-transfer-account

Repository files navigation

AAVE TRANSFER ACCOUNT

Architecture

🏄‍♂️ Quick Start

clone/fork aave-transfer-account:

git clone https://github.com/brotherlymite/aave-transfer-account.git

install

yarn install

Start your 📱 frontend:

yarn start

🛰 Deploy your contract:

cd packages/hardhat
npx hardhat run --network kovan scripts/deploy.js

Verify your contract on Etherscan:

npx hardhat verify YOUR_CONTRACT_ADDRESS AAVE_LENDING_POOL_ADDRESS --network kovan

📱 Open http://localhost:3000 to see the app

🔏 All the contracts are located in packages/hardhat/contracts

📝 The frontend app is located in packages/react-app/src

Credits

Flash Loan template used from: https://github.com/PatrickAlphaC/aave-flashloan-mix

About

Migrate your AAVE positions (deposits/borrows) from one account to another leveraging flash-loans. https://www.loom.com/share/d5358dc8adb34f39a26e98c470db0198

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors