Skip to content

neel-ds/5ire-land

Repository files navigation

5ireLand

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. To use this lauchpad, kindly add the 5ire network from here.

Follow the instructions for local environment: The user must have Node.js and npm to run this platform. Just download Node.js from here.

Setup Instructions

Clone the repo via CLI:

git clone https://github.com/neel-ds/5ire-land.git 
cd 5ire-land

Install the required packages:

npm install
yarn install   #or

In the project directory, you can run:

npm run dev
yarn dev   #or