Faerbit / flending

Decentraliced lending app - Part of my Bachelor thesis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flending - lending dapp

This is part of my bachelor thesis. I implemented a dapp which manages lended items and associated fees.

Requirements

  • npm
  • Mist v0.8.10
  • geth v1.7.1

Please run npm install to install all node dependencies. This code is incompatible to Mist version 0.9.x or newer.

Running

# Start private blockchain (leave it running in the background)
./scripts/start_private_net.sh

# Deploying smart contract and upload frontend to swarm
make

License

This code is licensed under the MIT License. See License.md for details.

About

Decentraliced lending app - Part of my Bachelor thesis

License:MIT License


Languages

Language:JavaScript 48.0%Language:HTML 44.4%Language:Shell 6.2%Language:Makefile 1.1%Language:CSS 0.3%