rsravanreddy / LendingClub

Decentralized lending pool created and managed entirely by a group of people to create trusted lending pool involving staking of tokens to create the trust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LendingClub

Setup

Dependencies:

1. truffle - https://www.npmjs.com/package/truffle/tutorial
2. Metamask (For running and testing locally)
3. Ganache (https://github.com/trufflesuite/ganache).
4. Change ganache port to 8545 or edit truffle.js to default port 7545

Running lending club :

1. truffle compile
2. truffle migrate
3. npm run dev 

Interacing with smart contract

Connect to metamask private network and eth addresses from ganache with test balance.(localhost:8545)

About

Decentralized lending pool created and managed entirely by a group of people to create trusted lending pool involving staking of tokens to create the trust.


Languages

Language:JavaScript 98.8%Language:HTML 1.2%