Blockchain-Hackathon-Kazan icon indicating copy to clipboard operation
Blockchain-Hackathon-Kazan copied to clipboard

Storage mortgage securities system

Blockchain Mortgae Bond Registry

Contest project for hackathon "Blockchain - the New Oil of Russia", Kazan, August 27-29, 2017

Online Demo

https://hackathon.bankexlab.com

Contracts

cd contracts/

Web App

сd webapp/

Running using Node.JS

Prerequisites

  • Node/NPM install https://github.com/creationix/nvm

Running

npm install
npm start

Webapp will be available at http://localhost:3000

Running using Docker

Prerequisites

  • Install Docker https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-getting-started
  • Install Docker Compose https://www.digitalocean.com/community/tutorials/how-to-install-docker-compose-on-ubuntu-16-04

Starting

docker-compose up -d

Webapp will be available at http://localhost:3000

Stopping

docker-compose down