-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcourse.yml
More file actions
18 lines (16 loc) · 944 Bytes
/
course.yml
File metadata and controls
18 lines (16 loc) · 944 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
slug: solana-lending-program
name: Solana Lending Program Development
short_name: Solana Lending
release_status: beta
description: |-
Build a decentralized lending protocol on the Solana blockchain. In this challenge,
you'll create a secure lending smart contract using the Anchor framework that allows
users to deposit collateral, borrow assets, repay loans, and face liquidation when
undercollateralized.
Along the way, you'll learn about Solana's account model, program-derived addresses
(PDAs), cross-program invocations (CPI) for token operations, oracle integration for
price feeds, and sophisticated lending mechanics including interest rates, health
factors, and liquidation protocols.
By the end, you'll have a fully functional lending protocol that demonstrates core
DeFi concepts and Solana development best practices.
summary: Build a decentralized lending protocol on Solana blockchain using Anchor framework