/Borrow_Dapp

Primary LanguageJavaScript

Simple Borrowing Dapp

Build a borrowing dapp that let's a user submit Ether to a smart contract as collateral and receive stablecoin as a loan.

Install libraries

npm install

Start Ganache application and deploy Smart contracts on chain using truffle

truffle migrate --reset

Start Frontend App

npm run start