All Projects → anshulshah96 → CrowdBank

anshulshah96 / CrowdBank

Licence: other
⚙️ Peer to Peer Loan System implemented on Ethereum Smart Contracts

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to CrowdBank

solidity-contracts
📦 Resources for the Ethereum Smart Contract Development tutorial series.
Stars: ✭ 64 (-27.27%)
Mutual labels:  smart-contracts, ethereum-dapp, truffle-framework
Seriality
Seriality is a library for serializing and de-serializing all the Solidity types in a very efficient way which mostly written in solidity-assembly
Stars: ✭ 105 (+19.32%)
Mutual labels:  smart-contracts, ethereum-dapp
Coffee Supplychain Ethereum
Implementation of coffee supplychain using ethereum smart contract addressing the issue of storing critical data necessary at different stages of supplychain and making it verifiable by all stakeholders in supplychain.
Stars: ✭ 73 (-17.05%)
Mutual labels:  smart-contracts, ethereum-dapp
svelte-box
A truffle box for svelte
Stars: ✭ 60 (-31.82%)
Mutual labels:  ethereum-dapp, truffle-framework
Blockchainstore
💰 Retail Store that runs on Ethereum
Stars: ✭ 425 (+382.95%)
Mutual labels:  smart-contracts, ethereum-dapp
Daox Contracts
Smart contracts for creating Daox-based fundraising organization
Stars: ✭ 31 (-64.77%)
Mutual labels:  smart-contracts, ethereum-dapp
challenge
Solidity Engineer Challenge
Stars: ✭ 94 (+6.82%)
Mutual labels:  smart-contracts, ethereum-dapp
HealthCare-Insurance-Ethereum
Medical insurance claiming DApp which uses a Multi-Sig type approach to grant claim (ConsenSys project)
Stars: ✭ 65 (-26.14%)
Mutual labels:  smart-contracts, ethereum-dapp
ehr-blockchain
Electronic Health Record (EHR) and Electronic Medical Record (EMR) systems. However, they still face some issues regarding the security of medical records, user ownership of data, data integrity etc. The solution to these issues could be the use of a novel technology, i.e., Blockchain. This technology offers to provide a secure, temper-proof pl…
Stars: ✭ 41 (-53.41%)
Mutual labels:  ethereum-dapp, truffle-framework
web3scala
Scala library for integration with Ethereum clients
Stars: ✭ 24 (-72.73%)
Mutual labels:  smart-contracts, ethereum-dapp
React Ethereum Dapp Example
A starter boilerplate for an Ethereum dapp using web3.js v1.0, truffle, react, and parity
Stars: ✭ 384 (+336.36%)
Mutual labels:  smart-contracts, ethereum-dapp
etherbrite
🗓 Clone eventbrite on Ethereum, built in Solidity, TruffleJS, Web3js and React/Redux.
Stars: ✭ 19 (-78.41%)
Mutual labels:  smart-contracts, truffle-framework
Web3.swift
A pure swift Ethereum Web3 library
Stars: ✭ 295 (+235.23%)
Mutual labels:  smart-contracts, ethereum-dapp
Ethereumbook
Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood
Stars: ✭ 11,663 (+13153.41%)
Mutual labels:  smart-contracts, truffle-framework
clp-contracts
AMM and Continous Liquidity Provider smart contracts on NEAR blockchain
Stars: ✭ 25 (-71.59%)
Mutual labels:  smart-contracts, financial-services
Blockchainbooks.github.io
Blockchain Books
Stars: ✭ 139 (+57.95%)
Mutual labels:  smart-contracts, ethereum-dapp
cheezyverse
Cheeze Wizards is the world's first battle royale on the blockchain (with cheese!)
Stars: ✭ 38 (-56.82%)
Mutual labels:  smart-contracts, ethereum-dapp
tvdapp
Blockchain DApp using React, Next.js and MobX
Stars: ✭ 66 (-25%)
Mutual labels:  smart-contracts, ethereum-dapp
ECoupon-on-blockchain
HKUST university research. Supervised by prof. HUI Pan and Dr. Dimitris Chatzopoulos.
Stars: ✭ 19 (-78.41%)
Mutual labels:  smart-contracts, truffle-framework
platform-contracts
Smart contracts Genesis Vision platform
Stars: ✭ 18 (-79.55%)
Mutual labels:  smart-contracts

CrowdBank

⚙️ Peer to Peer Loan System implemented on Ethereum Smart Contracts

Entry for Proffer's GENERATION BLOCKCHAIN Hackathon at IIT Delhi

Problem Statement

In current lending infrastructure, Banks act as intermediate b/w borrowers and lenders. The power to make decision rests with senior management instead of free market appetite. These intermediate parties were needed as open public editable ledgers were inconsistent.

There are several issues associated with centralised systems. Banks generally demand higher safety fraction/mortgage while giving out loans thus giving low growth opportunities to small scale industries, which otherwise could have flourished. Thus, Crowd Bank provides a crowd sourced loan platform where the lender gets to chose the exact amount and the rate at which he wants to lend depending on the purpose/mortgage offered and his own risk assessment.

Solution Abstract

Our system leverages digital ownership management and proposes a system of Peer to Peer loan backed by digital Mortgages. CrowdBank - built on Ethereum is a web platform that connects lenders to borrowers. A person in need of money can create a loan request setting one of his assets as mortgage. The lenders can see the existing loan requests, verify the mortgage and based on his own risk assessment, propose the amount and a rate of interest. The borrower can choose from among the various proposals received and select a subset of them suiting his needs. On completion of the money requirement, the borrower can chose to repay the loan and clear his mortgage.

Major benefits of using this decentralised system:

  1. No transaction limit.
  2. Individual's freedom to choose the risk associated.
  3. Lenders will gain full interest without any broker's cuts.
  4. Reduction of Total Risk: Losses/Gains are randomly distributed and does not depend on one singular decisions taken by bank.
  5. Open verifiability of the history associated (successful/failed loans) with a borrowers's account.

System Architecture

  1. A person in need (borrower) requests a loan and provides a digital mortgage as a security risk. He also agrees on a due repay date, failing which he has to forfeit the mortgage. The ownership of digital mortgage is publically verifiable on a trusted government portal.
  2. Interested lenders will judge the mortgage and propose their desired lending amount and their rate of interest. Borrower scrutinises the proposals and Accepts appropriate ones to achieve the target money. Other loans are Reverted. The funds are tranferred to the borrower.

alt text

  1. Payment Scenario 1: The borrower will repay amount anytime he wishes before due date, the interest will be incurred on this time period only.
  2. Payment Scenario 2: The due date passes, Any of the lender can now ask for mortgage transfer. The mortgage will be transferred to all the lenders stakewise.

alt text

Setup

  1. Install testrpc and Truffle Framework.
  2. Run git clone https://github.com/anshulshah96/LoanDe-centralised
  3. Run npm install inside the directory.
  4. Run testrpc in a new terminal.
  5. Run truffle deploy to build and deploy contract.
  6. Run npm run dev and go to locahost:8080.

License

MIT License

The following people have been the contributors for the project. (Go star their repos :p)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].