Part 4: Building a Crypto Loan App for Lending and Borrowing
Crypto loan DeFi applications provide the most popular features offered by traditional banks, including asset deposits, withdrawals, borrowing, and repayment. In this part, you will learn how to build these features on the blockchain. Meanwhile, we will dive into the building blocks of a crypto loan system, including asset pools, interest models, and price oracles. By following the instructions in this part, you will gain hands-on experience in building a full-stack crypto loan application, including the requisite smart contracts and frontend.
This part has the following chapters:
- Chapter 11, Introduction to Crypto Loans
- Chapter 12, Implementing an Asset Pool Smart Contract for a Crypto Loan
- Chapter 13, Implementing a Price Oracle for Crypto Loans
- Chapter 14, Implementing the Crypto Loan Frontend with Web3