Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rkmonarch/doj-land
https://github.com/rkmonarch/doj-land
blockchain dojima-network land-registration-blockchain
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rkmonarch/doj-land
- Owner: rkmonarch
- Created: 2023-04-14T18:29:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-15T12:05:31.000Z (over 1 year ago)
- Last Synced: 2024-10-12T01:33:35.478Z (2 months ago)
- Topics: blockchain, dojima-network, land-registration-blockchain
- Language: TypeScript
- Homepage: https://doj-land.vercel.app
- Size: 4.21 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DojLand
It is a secure and efficient platform that uses blockchain technology to streamline land registry transactions. Through this any citizen can able to register the records of right and transfer the ownership too. One can see the RoR history and explore the listed propery easily using property ID.## Prerequisites
Every user must have Metamask wallet to interact with this product. Checkout how to create Metamask wallet from [here](https://polygon.technology/blog/getting-started-with-metamask-on-polygon). To use this lauchpad, kindly add the Dojima network from [here](https://devoc-test.dojima.network/network/endpoints).
Follow the instructions for local environment: The user must have Node.js and npm to run this platform. Just download Node.js from [here](https://nodejs.org/en/download/).
### Setup Instructions
Clone the repo via CLI:
```sh
git clone https://github.com/rkmonarch/doj-land.git
```
cd doj-land```sh
```Install the required packages:
```sh
npm install
yarn install #or
```In the project directory, you can run:
```sh
npm run dev
yarn dev #or
```- Open [http://localhost:3000](http://localhost:3000) to view it in the browser.