Peer 2 peer lending platform on the Ethereum blockchain network.
We all know that in the Banking industry it is all about the constant search of bigger profits without caring about customers.
Credit borrowers are paying higher interest rates every day while people investing are having poor returns. There are also a few hidden fees that the customer doesn't know about.
So we said stop. We've built a p2p blockchain lending service, fair and transparent.
- Ask for funding (borrow)
- Provide details of the requested funding.
- Withdrawal of funding after successfully reached goal of full funding.
- Repayment installments functionallity.
- Invest in project/credit (lend)
- Vote for revoke contract / refund investments.
- Mark project as Fraud.
- Improve external contract calls.
- Minimize gas cost.
- Create more investors protection.
-
Start Ganache on
localhost:7545
-
Build and migrate smart contracts
$ cd p2p-lending/smart-contracts
$ truffle compile
$ truffle migrate --reset --network development --verbose-rpc
-
Set the
PeerToPeerLending
contract newly published address in the client-app/public/js/contract_interaction.js LINE:3 -
Install the dependencies and devDependencies and start the server.
$ cd p2p-lending/client-app
$ npm install --save
$ npm start
- Your app is running on
http://localhost:1337
Want to contribute? Great!
Milen Radkov - [email protected]
Email - [email protected]
LinkedIn - https://www.linkedin.com/in/milenradkov/
SoftUni - https://softuni.bg/
ACADEMY: SCHOOL OF BLOCKCHAIN - http://www.kingsland.academy/
MIT
Free Software, Hell Yeah!