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:
Please install these before running npm run dev!
npx v0 add Sf3MALSwyYX
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
Discussion Threads: Google Docs Link
.7z CryptoLends Project: https://www.mediafire.com/file/0gsgtfscymbtn7t/cryptolends.7z/file