NFTLoan is an NFT based collateralized loan protocol that is wrapped in ETH for effective pricing thereby increasing their ability to be used as collateral. This protocol is mainly to achieve:
- Better pricing for NFT assets
- Fixed interest for lenders.
- Short dated price on these assets with premium paid to lender.
The functionalities of this project are as follows:
- Applying for a loan.
- Loan repayment with interests.
- Cancellation of loan by borrower.
- Collateral seizure when loan is defaulted.
- Withdrawing money as a lender.
To run this code locally:
git clone https://github.com/Nwosu-Ihueze/NFTLoan
cd NFTLoan
Using the pnpm package manager. How to install pnpm?
pnpm install
pnpm build:loan
# start dev server, default on localhost:3000
$ pnpm dev:frontend
# build production
$ pnpm build:frontend
# run production server
$ pnpm start:frontend
GPL-3.0-or-later
Rosemary - @twitter/adaihueze
TianenPang - TianenPang
Guide implementation of this project is from Anish-Agnihotri except the bidding and capital implementations.