Skip to content

This workshop serves an example about how to integrate Aave V2 flash loans,

Notifications You must be signed in to change notification settings

TerraSolstice/flash-loans-workshop

 
 

Repository files navigation

Flash loans Workshop

This workshop serves an example about how to integrate Aave V2 flash loans to liquidate a loan from an unhealthy borrower position.

Get started

Open a terminal,clone this repository and Install dependencies

git clone [email protected]:kartojal/flash-loans-workshop.git

cd flash-loans-workshop

yarn

Open three terminals, and run the following in each terminal:

yarn start
ALCHEMY_RPC="YOUR ALCHEMY RPC URL" yarn fork
yarn deploy

A browser should start pointing to http://localhost:3000 with a minimal frontend.

Made possible by

This project uses scaffold-eth for fast bootstrapping. Thanks @austintgriffith!

About

This workshop serves an example about how to integrate Aave V2 flash loans,

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.6%
  • Solidity 7.0%
  • Shell 6.5%
  • Dockerfile 1.8%
  • HTML 1.3%
  • TypeScript 0.7%
  • CSS 0.1%