Skip to content

BANKEX/Blockchain-Hackathon-Kazan

Repository files navigation

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

Running

npm install
npm start

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

Running using Docker

Prerequisites

Starting

docker-compose up -d

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

Stopping

docker-compose down