Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arjun-r34/bitprop

BitProp is built with an objective to decentralise the existing Land Records storage systems. This project is built on Ethereum Blockchain.
https://github.com/arjun-r34/bitprop

blockchain dapp decentralized-applications ejs ethereum expressjs nodejs solidity

Last synced: 7 days ago
JSON representation

BitProp is built with an objective to decentralise the existing Land Records storage systems. This project is built on Ethereum Blockchain.

Awesome Lists containing this project

README

        

# 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.

```
sudo apt-get update
```
```
sudo apt-get install nodejs
```
```
npm install -g nodemon
```
Go to project folder
```
cd BitProp
```
```
npm install [email protected]
```
```
npm install -g ganache-cli
```
```
npm install -g truffle
```
Install the required dependencies using
```
npm install
```
Start private chain and run
```
npm start
```
to start the project.

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