PoC of a Decentralized Peer 2 Peer lending platform
yarn install
$ yarn blockchain
$ yarn server
$ yarn start
$ yarn build
This will start a JSON service (Express server) for the Relayer's React frontend
$ NETWORK=kovan [PORT=8000] yarn server
check if node is listening on expected port
$ lsof -nP -i4TCP:8000 | grep LISTEN
- Add Ethers
https://github.com/kovan-testnet/faucet
- Add ECR20 tokens
https://wallet.dharma.io
This is the account colelcting the fees.
0xcdad1af8b76b77bf6ae0b30bc2413865d3fa0cdd
https://kovan.etherscan.io/tx/0x49aeb2b7ec38fa81c9ce5acc005dabffff446566b0cbe4cc9a9ebd3e0fae9985
$ NETWORK=kovan PORT=8000 yarn server
