issues
search
iotaledger
/
iota-wiki
IOTA Wiki
https://wiki.iota.org
Other
118
stars
285
forks
source link
Create a tutorial for Lending borrowing platform
#1665
Closed
vivekjain23
closed
1 month ago
vivekjain23
commented
3 months ago
The tutorial should cover the concepts below.
Use
compound
protocol to create the lending borrowing protocol.
The user should be able to perform 4 functionalities :
Lend tokens
Borrow tokens
Withdraw tokens
Repay tokens
Write smart contracts for the above functionalities using Solidity.
Implement Oracle contracts to fetch and update price feeds for assets.
Create a basic UI for the platform for a user using React and Ethers.js.
(optional) Develop subgraphs to query historical data.
The tutorial should cover the concepts below.