Skip to content

ChainCred is a decentralized peer-to-peer lending platform built on blockchain technology. It empowers users with secure, transparent financial transactions, eliminating intermediaries and providing a trustless environment for lending and borrowing.

Notifications You must be signed in to change notification settings

hariomgupta70427/ChainCred

 
 

Repository files navigation

ChainCred

ChainCred is a decentralized peer-to-peer (P2P) lending platform built on blockchain technology. It allows users to lend and borrow directly, without the need for traditional intermediaries, ensuring transparency, security, and efficiency through smart contracts.

Features

  • Decentralized Lending: Directly connect lenders and borrowers using smart contracts, eliminating the need for intermediaries like banks or financial institutions.
  • Blockchain-Powered Security: All transactions are secured on the blockchain, providing transparency, immutability, and trust in every loan agreement.
  • Smart Contract Automation: Loan agreements, disbursements, and repayments are automatically enforced through smart contracts, reducing manual processes and human error.
  • Lower Fees: Without intermediaries, transaction fees are significantly lower, benefiting both lenders and borrowers.
  • Global Access: Accessible to anyone with an internet connection, breaking down geographical barriers in lending.

Installation

To get started with ChainCred, clone the repository:

git clone https://collegecanvas.github.io/ChainCred/ cd chaincred

Dependencies

Make sure you have the following installed:

  • Node.js (for backend development)
  • npm/yarn (for package management)
  • Web3.js or Ethers.js (for blockchain interactions)
  • Smart Contract Platform (such as Ethereum)

Install the required packages

npm install

Project Structure

chaincred/
│
├── index.html           # The main HTML structure of the platform
├── style.css            # Styling for the frontend
├── bundle.js            # Main JavaScript logic for the lending and borrowing functions
├── smart_contracts/     # Smart contracts used for managing loans
├── src/                 # Source code for frontend components
├── README.md            # This README file
└── package.json         # Project dependencies and scripts

About

ChainCred is a decentralized peer-to-peer lending platform built on blockchain technology. It empowers users with secure, transparent financial transactions, eliminating intermediaries and providing a trustless environment for lending and borrowing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 52.0%
  • CSS 46.9%
  • Other 1.1%