DeFi.sol

DeFi.sol

Learning App and Borrowing DApp

12
DeFi.sol

DeFi.sol

Learning App and Borrowing DApp

The problem DeFi.sol solves

A web interace to support building a borrowing dapp that let's a user submit Ether to a smart contract as collateral and receive stablecoin as a loan.

Challenges I ran into

This was the first time, I was developing an end-to-end full-stack website with Blockchain. Connecting React with Blockchain, and compiling and deploying smart contracts were the key challenges I faced. I started with linking ganache account to metamask, debugged errors faced along the way. The 2 key features to deposit ether and to get loan as stable coin were then completed step by step

Discussion