Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/arjun-r34/bitprop
- Owner: ARJUN-R34
- Created: 2019-06-03T06:39:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T00:37:09.000Z (about 2 years ago)
- Last Synced: 2024-05-01T18:29:19.773Z (9 months ago)
- Topics: blockchain, dapp, decentralized-applications, ejs, ethereum, expressjs, nodejs, solidity
- Language: HTML
- Homepage:
- Size: 1.01 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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.