This project aims to create a decentralized money lending platform where users can deposit Bitcoin and get a loan against it. The platform will utilize smart contracts on the Stacks Bitcoin Layer2 blockchain for secure and transparent lending operations. This platform helps the users get loans against their BTC which they can use to tap into other potential Market opportunities
- Users can deposit Bitcoin into their account on the platform.
- Users can request a loan against their deposited Bitcoin.
- Smart contracts handle loan agreements, collateral, and repayment terms.
- Automated loan approval and disbursement based on predefined criteria.
- Secure authentication and user account management.
- Transparent transaction history and loan status tracking.
- Integration with Bitcoin wallet APIs for seamless deposit and withdrawal.
- Utilized Clarity to write the Loan Smart Contract
- Interacted with Stacks contracts through stacks.js (https://docs.hiro.so/stacks.js)
- Deployed it on the clarity devnet
npm i
npm run dev
