BitProp is built with an objective to decentralise the existing Land Records storage systems. This project is built on Ethereum Blockchain.
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.
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 web3@1.0.0-beta.48
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.