Skip to content

Latest commit

 

History

History
executable file
·
82 lines (53 loc) · 1.65 KB

README.md

File metadata and controls

executable file
·
82 lines (53 loc) · 1.65 KB

Flashloan for students

(Current state is in progress)


【Introduction of Flashloan for students】

  • Flashloan for students is a dApp which aims to solve problem of university students loan.
  • Main target uses of Flashloan for students are university students who want to student loan especially.
  • Borrower which are almost of university students are able to borrow and repay more efficiently than traditional way by using flashloan and aToken. Also, Lender are able to lend more efficiently than traditional way by using flashloan and aToken.

 


【Setup】

Setup wallet by using Metamask

  1. Add MetaMask to browser (Chrome or FireFox or Opera or Brave)
    https://metamask.io/

  2. Adjust appropriate newwork below

Kovan Test Network

 

Setup backend

  1. Deploy contracts to Kovan Test Network
(root directory)

$ npm run migrate:kovan

 

Setup frontend

  1. Execute command below in root directory.

$ npm run client
  1. Access to browser by using link
http://127.0.0.1:3000

 


【Work flow】

 


【References】