Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a tutorial for Lending borrowing platform #1665

Open
vivekjain23 opened this issue Aug 7, 2024 · 0 comments · May be fixed by #1675 or #1685
Open

Create a tutorial for Lending borrowing platform #1665

vivekjain23 opened this issue Aug 7, 2024 · 0 comments · May be fixed by #1675 or #1685
Assignees
Labels

Comments

@vivekjain23
Copy link
Contributor

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment