项目作者: ARJUN-R34

项目描述 :
BitProp is built with an objective to decentralise the existing Land Records storage systems. This project is built on Ethereum Blockchain.
高级语言: HTML
项目地址: git://github.com/ARJUN-R34/BitProp.git
创建时间: 2019-06-03T06:39:25Z
项目社区:https://github.com/ARJUN-R34/BitProp

开源协议:

下载


BitProp

Application of the project

BitProp is a solution to the growing problems of real estate data manipulation and land grabbing by influential and powerful people.
Lack of transparency in the traditional property details storing mechanism coupled with offline storage makes it vulnerable to theft and manipulation.
Using Ethereum Blockchain, both of these problems can be solved thereby restoring the trust of the people back in the system.

Getting Started

Prerequisites

Ensure you install the following prerequisites before running the app.
Run these commands from the project root directory.

  1. sudo apt-get update
  1. sudo apt-get install nodejs
  1. npm install -g nodemon

Go to project folder

  1. cd BitProp
  1. npm install web3@1.0.0-beta.48
  1. npm install -g ganache-cli
  1. npm install -g truffle

Install the required dependencies using

  1. npm install

Start private chain and run

  1. npm start

to start the project.

Open your browser and go to localhost:3000 to interact with the app.