clone/fork aave-transfer-account:
git clone https://github.com/brotherlymite/aave-transfer-account.gitinstall
yarn install
Start your 📱 frontend:
yarn start
🛰 Deploy your contract:
cd packages/hardhat
npx hardhat run --network kovan scripts/deploy.jsVerify 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
Flash Loan template used from: https://github.com/PatrickAlphaC/aave-flashloan-mix
