Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.25 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.25 KB

CryptoLends: A Peer-to-Peer Decentralized Finance Lending Platform

CryptoLends is a DeFi (Decentralized Finance) application that offers a decentralized peer-to-peer lending platform built mainly using NextJS, React, TypeScript, Supabase & Hardhat. It serves as a demonstration of how Hardhat can be utilized in real-world scenarios. The project includes a smart contract, a test suite for the contract, and a Hardhat Ignition module for deploying the contract.

To get started with CryptoLends, you can try running some of the following tasks:

Frontend Commands

Please install these before running npm run dev!

npx v0 add Sf3MALSwyYX

Backend Commands

npx hardhat help
npx hardhat node
npm run test
npm run deploy
npm run compile
Notes on the commands:

npm run test is same as REPORT_GAS=true npx hardhat test or npx hardhat test
npm run deploy is same as npx hardhat ignition deploy ./ignition/modules/Lock.ts
npm run compile is same as npx hardhat compile

Misc (Not for Public View):

Discussion Threads: Google Docs Link

.7z CryptoLends Project: https://www.mediafire.com/file/0gsgtfscymbtn7t/cryptolends.7z/file