SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1197
Land Registration System Using Blockchain Technology
Aakash Shrestha1, John Saud2, Niraj Kumar Rauniyar3, Sindhu k4
1,2,3EIGHT SEMESTER, DEPT. OF CSE, SAMBHRAM INSTITUTE OF TECHNOLOGY, BENGALURU-560097
4ASST PROFESSOR, DEPT. OF CSE, SAMBHRAM INSTITUTE OF TECHNOLOGY, BENGALURU-560097, INDIA
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract – Land registration is a critical process that
involves the legal recording of land ownership, rights, and
transactions. The current land registration systems in many
countries often face challengessuchascorruption, inefficiency,
and lack of transparency. Land Registration is a use case
which involves lot of middlemen and central authorities inthe
process which then puts trust in the system. Keeping traces of
who owns which part of land is challenging when there are
hundreds or thousands of land records to maintain. Using
Blockchain will remove the middlemen in the system and also
will reduce corruption and increase speed of the process. Land
Registration is a simple decentralized application which is
build using the Ethereum Blockchain principals. We can use
this registration procedure as an substitute to bypass the
existing system flaws. Here the user who owns the land
registers his land details and also enters market value of the
land by providing all the necessary proofs. A government
authority who traditionally looks intolandregistry isassigned
as a land inspector can do the registration process. Lands
coming under a particular village can be registered to the
system only through the inspector who is assigned to that
village. The smart contract used here is written in such a way
that the owner has to transfer his property completely to the
buyer and no transaction of the land can be partial. Even we
allow a government authority is involved in registration
process, the entire process is transparent and the transaction
happens only between the two clients.
Key Words: Blockchain, Ethereum, Smart Contracts,
Ganache, Metamask, Ganache, Truffle.
1. INTRODUCTION
A blockchain is a continuously expandable list
(chain) of records (blocks) that are connected via encrypted
data exchange. Each block typically contains a reference to
the previous block, a timestamp,andtransactiondata.Oneof
the most popular blockchain applications is the crypto-
currency Bitcoin. Due to the fact that the transaction dataon
all applications (clients) are visible for everyone and
traceable stored, this system isconsideredtamper-proofand
transparent.
With the use of blockchain, it is possible to run a
continuously expandable list of bookings decentralized and
the respective proper state must be documented because
many participants are involved in the bookkeeping. This
concept is referred to as Distributed Ledger technology
(decentralized booking technology). Whatshouldbebooked
and documented with it, is irrelevant. Crucially, later
transactions build on previous transactions and confirm
them as correct by demonstrating knowledge of past
transactions. Bookings do not necessarily have to be
property transfers, but it can also be a formal confirmation
of the existence of all necessary documents by the notary so
that a notarized land purchase agreement can be made.
Thus, individual processing steps of the process of transfer
of ownership could be speeded up and made more
transparent, so that the partiesinvolvedcanatanytimehave
an overview of the status of proceedings.
2. LITERATURE SURVEY
Blockchain for Land Administration" by Tarek Zein
and Rohan Bennett (2018): This paper explores the use of
blockchain technology in landadministration,includingland
registration. It discusses the benefits and challengesofusing
blockchain for land registration and provides a case studyof
a blockchain-based land registry in Sweden.
"A Comparative Analysis of Land RegistrationUsing
Blockchain Technology" by Ismaila Temitayo Sanusi et al.
(2019): This study compares the use of blockchain
technology for land registration in Nigeria and Ghana. It
analyzes the benefits and challenges of using blockchain for
land registration and evaluates the feasibility of
implementing blockchain-based land registries in these
countries.
"Blockchain-Based Land Administration: A Review
of Applications and Potentials" by Julius Oladele Ogunyemi
et al. (2021): This paper providesa comprehensivereview of
blockchain-based land administration systems, including
land registration, around the world. It evaluates the
strengths and limitations of these systems and identifies the
key challenges and opportunities for further researchinthis
field.
Analyzing various test cases Arturo Castellanosand
Raquel Benbunan-Fich: proposed digitization of land
records. They experienced that the internal process plays a
feasible role in Blockchain digitization of land records.
Digitizing land record will reduce the time delay caused in
traditional process and speed up the process. A survey in
Georgia and it has been found tha t the rate of fraud is
reduced after implementation of Blockchain in landrecords.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1198
A model proposed by RishavChatterjee wecanonly
consider Registration Document and Khasra number (a plot
or survey number given to a particular piece of land in
villages). Chain code is the logic behind the entire system.
Chain code was used to ensure that the land record are
genuine. The Chain code used in Khasra Blockchain does
alteration in the Khasra, but it is tied with the registration
blockchain also. Any such binding needs a valid registration.
3. PROBLEM STATEMENT
Land registration is a crucial process for
establishing and maintaining property rights, and it is a
complex process that often involvesmultipleintermediaries,
paper-based documentation, and hightransactioncosts.The
current land registration system is vulnerable to fraud,
corruption, and inefficiency, which can lead to disputesover
property ownership, impede economic development, and
deprive vulnerable groups of their property rights.
Therefore, there is a need for a more secure,
transparent, and efficient land registration system that can
prevent fraud, reduce disputes, and promote sustainable
land management. Blockchain technology has the potential
to address these challenges by providing a decentralized,
tamper-proof, and transparent system for land registration.
Building trust and community acceptance is crucial for the
adoption and sustainability of a blockchain-based land
registration system.
In summary, the problem statement for land
registration using blockchain technology is how to design
and implement a system that can overcome the limitations
and challenges of the existing land registration system,
provide secure propertyrights,ensurecompliancewithlegal
and regulatory frameworks, and build trust and community
acceptance. This requires addressing technical, legal, and
social challenges and developing a sustainable, scalable,and
interoperable system that can be adopted by different
countries and communities.
4. FLOW DIAGRAM
4.1 PROJECT FLOW
 User logs in by entering his privatekeyorconnectinghis
metamask wallet.
 If user is logged in for first time, then they have to enter
all his details and upload their identity document.
 For storing documents, we have usedIPFSbasedonFile
Coin.
 After successful login, user can now move to his
dashboard.
 As of now, the user is not yet verified and only the land
inspector can verify him.
 For this, the contract owner will first add the land
inspector.
 After land inspector is added, hecanlogintohisaccount.
 Land inspector can view the registered users. He can
view the documents and verify the users.
 Now the users are verified.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1199
 Users can now add their lands. They can add all the
details of land, land document and user can also draw
their land on map as we can see below image.
Fig: Drawing land on map
 After land adding, only the Land inspector can verify it.
 After land has been verified by the land inspector, user
i.e., owner of that land can make it on sell.
 Once it is on sale, all other users can see all the lands in
the land Gallery option. Here they can see all land
details, area on the map and can send request to buy the
land.
 Owner of land can see all received requests and can
reject or accept the request.
 After the land owner accepts the request, user who has
sent the request can make payment from his account to
buy the land.
 Finally, the land inspector can see all the payments
done and will verify the payment and then transfer the
ownership. While transferring land, land seller, buyer
and one witness has to be present. Land inspector will
capture their photo, will take information from the
witness and then transfer the land.
 After transferring land, app will create digitally signed
document and it will be automatically uploaded to the
database.
 Then seller can see the bought land in my land option.
4.2 IMPLEMENTATION
Flutter - We have made frontend of our project using
Flutter. Flutter is open source and created by Google. It is a
cross platform SDK. Using single codebase we can create
application for Android, IOS and Web application. Currently
with newer version of Flutter we can also create apps for
Windows, Linux and Mac os. On the front screen, one can
login as a user, land inspector, or contract owner. The
contract owner can add a land inspector and see all the
added land inspectors. The land inspector’s dashboard
consists of the functionality to verify user, verify land and
transfer ownership. If we login as the user, we have the
options of adding lands, land details,seeingall lands,sending
and receiving land requests. We have used truffle IDE to set
up the DAPP.
Smart Contract - Blockchain is to bitcoin, what the internet
is to email. A big electronic system, on top of which you can
build applications. Currency is just one. Bitcoin supports an
optional and special feature called scripts for conditional
transfer of values. Ethereum blockchain extended the
scripting feature into a full blowncodeexecutionframework
called smart contract. A smart contract provided the very
powerful capability of code execution for embedding
business logic on the blockchain. With addition of code
execution comes serious consideration about public access
to the blockchain hence, the classification of public, private
and permissioned blockchain based on access limits. In this
project we have implemented a smart contract as the
backend which consists of all the terms and conditions for a
smooth and secure transfer of property registration.
Truffle - Truffle is a world-class development environment,
testing framework and asset pipeline for blockchains using
the Ethereum Virtual Machine (EVM), aiming to make life as
a developer easier. Truffle is widely considered the most
popular tool for blockchain application development with
over 1.5 million lifetime downloads.
Metamask - MetaMask is a software cryptocurrency wallet
used to interact with the Ethereum blockchain. It allows
users to access their Ethereum wallet through a browser
extension or mobile app, which can then be used to interact
with decentralized applications.
Web3.js - Web3.js talks to The Ethereum Blockchain with
JSON RPC, which stands for "Remote Procedure Call"
protocol. Ethereum is a peer-to-peer network of nodes that
stores a copy of all the data and code on the blockchain.
Web3.js allows us to make requests to an individual
Ethereum node with JSON RPC in order to read and write
data to the network. It's kind of like usingjQuery witha JSON
API to read and write data with a web server.
5. DEVELOPMENT AND TESTING
Truffle - Truffle is a one stop ide for testing and developing
decentralized applications like our project. It is very
common to write and compile Solidity code manually which
is fine for small projects. However, as our project is growing
bigger and bigger, it is good to have an automatic way of
smart contracts development. In addition, testing Solidity
code is crucial to avoid anyproblematicsituationcaused bya
bug in the smart contract. There are different frameworks
available for taking care of the development process. Truffle
is one of them and is often regarded as the Ethereum Swiss
Knife framework as it is a developmentenvironment,testing
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1200
framework and asset pipeline for Ethereum. We have used
truffle for our project for deployment and testing.
Ganache - Ganache is an Ethereum simulator that makes
developing Ethereum applications faster,easier,andsafer.It
includes all popular RPC functions and features(likeevents)
and can be run deterministically to make development a
breeze. We have used ganache for testing to create
blockchain locally. On this we deploy our smart contract,
carry out transactions. We can carry out as many
transactions as we want for testing purposes.
Fig: ganache transaction
6. RESULTS AND DISCUSSION
Login Page – On the front screen, one can login as a user,
land inspector, or contract owner. The contract owner can
add a land inspector and see all the added land inspectors.
The land inspector’s dashboard consists of the functionality
to verify user, verify land and transfer ownership.If welogin
as the user, we have the options of adding lands,landdetails,
seeing all lands, sending and receiving land requests.
Fig1: Login page
Fig2: User profile
Working – First user adds his land detailswhichareverified
by the land inspector. To buy or sell land, user must send a
request to land inspector. After the request has been 26
accepted by land inspector the users can make the
transactions. The transaction is verified by the land
inspector. After the transaction is verified, the ownership is
transferred.
Fig3: Payment
Fig: ganache
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1201
Fig4: Land Ownership Transfer
Fig5: Metamask
In figure 5, the User2 is buyer and the money is added to the
User1 who is seller of the land.
7. FUTURE SCOPE
Blockchain is a social revolution and is making its
way through all important areas especially wheresecurity is
a concern. It is a social revolution and we have to take our
best efforts to harness this technology to the best of our
ability. There is good scope for improving the current
solution for cloud storage. The application serves basic
functionalities but can be extended to provide some
advanced features.
Deployment on mainnetor aprivateEthereumnetwork-
Currently the blockchain network isdeployedontheropsten
test net which uses ETH from faucetswhichhasnoreal value
and therefore no market for tesnet ETH. So going further we
would deploy it on a Mainnet or a private ethereumnetwork
depending upon our requirements so that it gets connected
with real world.
Hosting the DAPP on a cloud platform-When deployed in
real-time the number of users on the application would
increase so to scale our application we will host it on a cloud
platform such as AWS.
Collaboration with government agencies-The final stage
of our project is to reach out to government and test our
DAPP with their collaboration to collect real world inputs
and see how our project stands in the real-time.
8. CONCLUSIONS
The conventional property registration system has
several flaws that demanded focus of researcherstoaddress
the same issues. Among many issues, tampering of record,
misuse of property and unethical practices concerning poor
finance management, that lead traditional property system
an area for research. This study provides a solution for
controlling transparency and provides a trusted property
registration system over the Blockchain. The infrastructure
offers many features to the stakeholders related to the
buying and selling of property.Thetransparency,integrityof
the record, and trust factor is ensured via a tamper-proof
ledger.
REFERENCES
[1].ALEXANDRU OPRUNENCO AND CHAMI AKMEEMANA.
USING BLOCKCHAIN TO MAKE LAND REGISTRY MORE
RELIABLE IN INDIA, AVAILABLE:
https://www.undp.org/blog/using-blockchain-make-land-
registry-more-reliable-india
[2]. GOVT OF INDIA SITE FOR BLOCKCHAIN IN LAND
RECORDS: https://blockchain.gov.in/landrecords.html
[3] DESIREE DANIELANDCHINWELFEJIKASPERANZA.THE
ROLE OF BLOCKCHAIN IN DOCUMENTING LAND USERS'
RIGHTS,AVAILABLE:
https://www.frontiersin.org/articles/10.3389/fbloc.2020.0
0019/full
[4]. RESTORING TRUST IN PUBLIC LAND REGISTRIES,
GEORGIA AVIALABLE:
https://www.newamerica.org/digital-impact-governance-
initiative/digital-impact-and-governance initiative-
projects/digi-blogs/project-capsule-georgia-land-titling-
system/
[5].I. KARAMITSOS, M. PAPADAKI, AND N. B. AL
BARGHUTHI, “DESIGN OF THE BLOCKCHAIN SMART
CONTRACT: A USE CASE FOR REAL ESTATE,” JOURNAL OF
INFORMATION SECURITY, VOL. 9, NO. 03, P. 177,
2018.AVAILABLE:
https://www.scirp.org/pdf/jis_2018062815280747.pdf
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1202
[6].SOLIDITY PROGRAMMING DOCUMENTATION,
AVAILABLE: https://docs.soliditylang.org/en/v0.8.11/
[7]ETHEREUM BLOCKCHAIN DEVELOPER’S
DOCUMENTATION:
https://ethereum.org/en/developers/docs
BIOGRAPHIES
Aakash Shrestha is pursuing BE.
CSE in Sambhram Institute of
Technology, Bangalore. Workedas
a leader in final year project on
blockchain basedlandregistration.
John Saud is pursuing BE. CSE in
Sambhram InstituteofTechnology,
Bangalore. Worked in final year
project on blockchain based land
registration.
Niraj Kumar Rauniyar is pursuing
BE. CSE in Sambhram Institute of
Technology, Bangalore. Worked in
final year project on blockchain
based land registration.
Mrs. Sindhu K , AssistantProfessor,
Department of Computer Science
& Engineering,SambhramInstitute
of Technology, Bangalore. She
guided through this wholeproject.

More Related Content

What's hot

Online vehicle renting website
Online vehicle renting websiteOnline vehicle renting website
Online vehicle renting website
Somendra Singh
 
Ayesha proposal 18 nov 2018
Ayesha proposal 18 nov 2018Ayesha proposal 18 nov 2018
Ayesha proposal 18 nov 2018
Naeem ullah
 
Intranet mailing system
Intranet mailing systemIntranet mailing system
Intranet mailing system
saili mane
 
Server,System Administration Resume
Server,System Administration ResumeServer,System Administration Resume
Server,System Administration ResumeVijay Lingayat
 
E commerce use case documentation.
E commerce use case documentation.E commerce use case documentation.
E commerce use case documentation.
Yaswanth Babu Gummadivelli
 
TY BSc.IT Blackbook Cover page
TY BSc.IT  Blackbook   Cover pageTY BSc.IT  Blackbook   Cover page
TY BSc.IT Blackbook Cover page
AkashChauhan139
 
Document Digitization
Document DigitizationDocument Digitization
Document Digitization
Som Imaging Informatics Pvt. Ltd
 
Document management system
Document management systemDocument management system
Document management system
Abhishek Agrawal
 
HR Help Desk
HR Help Desk HR Help Desk
HR Help Desk
LBi Software
 
10 steps to implement edms
10 steps to implement edms10 steps to implement edms
10 steps to implement edms
LogicalDOC
 
E-Commerce Mobile Sale System
E-Commerce Mobile Sale SystemE-Commerce Mobile Sale System
E-Commerce Mobile Sale System
Abhishek Kumar
 
Online Helpdesk System
Online Helpdesk SystemOnline Helpdesk System
Online Helpdesk System
Jayant Gope
 
Pharmacy Management System
Pharmacy Management SystemPharmacy Management System
Pharmacy Management System
AI Publications
 
College admission system
College admission system College admission system
College admission system
Sourabh Upadhyay
 
TY BSc.IT Blackbook Main Report
TY BSc.IT  Blackbook  Main ReportTY BSc.IT  Blackbook  Main Report
TY BSc.IT Blackbook Main Report
AkashChauhan139
 
IT Service Desk
IT Service DeskIT Service Desk
IT Service Desk
Wahyu Primadi
 
Document Management With Workflow Presentation
Document Management With Workflow PresentationDocument Management With Workflow Presentation
Document Management With Workflow Presentation
John Street
 
IT ASSET MANAGEMENT
IT ASSET MANAGEMENTIT ASSET MANAGEMENT
IT ASSET MANAGEMENT
Habeeb Abdul Kader
 
IT Infrastructure Management Powerpoint Presentation Slides
IT Infrastructure Management Powerpoint Presentation SlidesIT Infrastructure Management Powerpoint Presentation Slides
IT Infrastructure Management Powerpoint Presentation Slides
SlideTeam
 

What's hot (20)

Online vehicle renting website
Online vehicle renting websiteOnline vehicle renting website
Online vehicle renting website
 
Ayesha proposal 18 nov 2018
Ayesha proposal 18 nov 2018Ayesha proposal 18 nov 2018
Ayesha proposal 18 nov 2018
 
Intranet mailing system
Intranet mailing systemIntranet mailing system
Intranet mailing system
 
Server,System Administration Resume
Server,System Administration ResumeServer,System Administration Resume
Server,System Administration Resume
 
E commerce use case documentation.
E commerce use case documentation.E commerce use case documentation.
E commerce use case documentation.
 
TY BSc.IT Blackbook Cover page
TY BSc.IT  Blackbook   Cover pageTY BSc.IT  Blackbook   Cover page
TY BSc.IT Blackbook Cover page
 
Document Digitization
Document DigitizationDocument Digitization
Document Digitization
 
Document management system
Document management systemDocument management system
Document management system
 
HR Help Desk
HR Help Desk HR Help Desk
HR Help Desk
 
10 steps to implement edms
10 steps to implement edms10 steps to implement edms
10 steps to implement edms
 
E-Commerce Mobile Sale System
E-Commerce Mobile Sale SystemE-Commerce Mobile Sale System
E-Commerce Mobile Sale System
 
Online Helpdesk System
Online Helpdesk SystemOnline Helpdesk System
Online Helpdesk System
 
Library doc
Library docLibrary doc
Library doc
 
Pharmacy Management System
Pharmacy Management SystemPharmacy Management System
Pharmacy Management System
 
College admission system
College admission system College admission system
College admission system
 
TY BSc.IT Blackbook Main Report
TY BSc.IT  Blackbook  Main ReportTY BSc.IT  Blackbook  Main Report
TY BSc.IT Blackbook Main Report
 
IT Service Desk
IT Service DeskIT Service Desk
IT Service Desk
 
Document Management With Workflow Presentation
Document Management With Workflow PresentationDocument Management With Workflow Presentation
Document Management With Workflow Presentation
 
IT ASSET MANAGEMENT
IT ASSET MANAGEMENTIT ASSET MANAGEMENT
IT ASSET MANAGEMENT
 
IT Infrastructure Management Powerpoint Presentation Slides
IT Infrastructure Management Powerpoint Presentation SlidesIT Infrastructure Management Powerpoint Presentation Slides
IT Infrastructure Management Powerpoint Presentation Slides
 

Similar to Land Registration System Using Blockchain Technology

LAND REGISTRY SYSTEM USING BLOCKCHAIN
LAND REGISTRY SYSTEM USING BLOCKCHAINLAND REGISTRY SYSTEM USING BLOCKCHAIN
LAND REGISTRY SYSTEM USING BLOCKCHAIN
IRJET Journal
 
IRJET - Blockchain in Real Estate
IRJET - Blockchain in Real EstateIRJET - Blockchain in Real Estate
IRJET - Blockchain in Real Estate
IRJET Journal
 
IRJET-Overview of Blockchain Technology in Government/Public Sectors
IRJET-Overview of Blockchain Technology in Government/Public SectorsIRJET-Overview of Blockchain Technology in Government/Public Sectors
IRJET-Overview of Blockchain Technology in Government/Public Sectors
IRJET Journal
 
AN IDENTITY MANAGEMENT SYSTEM USING BLOCKCHAIN
AN IDENTITY MANAGEMENT SYSTEM USING BLOCKCHAINAN IDENTITY MANAGEMENT SYSTEM USING BLOCKCHAIN
AN IDENTITY MANAGEMENT SYSTEM USING BLOCKCHAIN
IRJET Journal
 
Blockchain Based Online Voting System
Blockchain Based Online Voting SystemBlockchain Based Online Voting System
Blockchain Based Online Voting System
IRJET Journal
 
IRJET - Bit-Contracts: Smart Contracts for Cars
IRJET - Bit-Contracts: Smart Contracts for CarsIRJET - Bit-Contracts: Smart Contracts for Cars
IRJET - Bit-Contracts: Smart Contracts for Cars
IRJET Journal
 
ENFACT
ENFACTENFACT
Blockchain based Asset Registration & Management System
Blockchain based Asset Registration & Management SystemBlockchain based Asset Registration & Management System
Blockchain based Asset Registration & Management System
IRJET Journal
 
Decentralized Car Hailing Application
Decentralized Car Hailing ApplicationDecentralized Car Hailing Application
Decentralized Car Hailing Application
IRJET Journal
 
The state of real estate on Blockchain Nov 18
The state of real estate on Blockchain   Nov 18The state of real estate on Blockchain   Nov 18
The state of real estate on Blockchain Nov 18
Anil Nayak
 
The state of real estate on Blockchain Nov 2018
The state of real estate on Blockchain   Nov 2018The state of real estate on Blockchain   Nov 2018
The state of real estate on Blockchain Nov 2018
BLOCKCHAIN DESIGN (UK) LTD.
 
Smart Contract for Insurance: Opportunities and Challenges for Insurers
Smart Contract for Insurance: Opportunities and Challenges for InsurersSmart Contract for Insurance: Opportunities and Challenges for Insurers
Smart Contract for Insurance: Opportunities and Challenges for Insurers
IRJET Journal
 
IRJET - A Detailed Study on Cryptocurrency
IRJET -  	  A Detailed Study on CryptocurrencyIRJET -  	  A Detailed Study on Cryptocurrency
IRJET - A Detailed Study on Cryptocurrency
IRJET Journal
 
ICITSI Slide Fix.pptx
ICITSI Slide Fix.pptxICITSI Slide Fix.pptx
ICITSI Slide Fix.pptx
SyifaNurgaidaYutia
 
IRJET- Secure Online Voting Systems using Block of Chunks
IRJET-  	  Secure Online Voting Systems using Block of ChunksIRJET-  	  Secure Online Voting Systems using Block of Chunks
IRJET- Secure Online Voting Systems using Block of Chunks
IRJET Journal
 
IRJET- Blockchain-A Secure Mode for Transaction
IRJET- Blockchain-A Secure Mode for TransactionIRJET- Blockchain-A Secure Mode for Transaction
IRJET- Blockchain-A Secure Mode for Transaction
IRJET Journal
 
IRJET- Credible Data through Distributed Ledger Technology
IRJET-  	  Credible Data through Distributed Ledger TechnologyIRJET-  	  Credible Data through Distributed Ledger Technology
IRJET- Credible Data through Distributed Ledger Technology
IRJET Journal
 
Diseño del Smart Contract Blockchain: ejemplo para Real Estate
Diseño del Smart Contract Blockchain: ejemplo para Real EstateDiseño del Smart Contract Blockchain: ejemplo para Real Estate
Diseño del Smart Contract Blockchain: ejemplo para Real Estate
José Luis Casal
 
Blockchain-based framework for secure and reliable land registry system
Blockchain-based framework for secure and reliable land registry systemBlockchain-based framework for secure and reliable land registry system
Blockchain-based framework for secure and reliable land registry system
TELKOMNIKA JOURNAL
 

Similar to Land Registration System Using Blockchain Technology (20)

LAND REGISTRY SYSTEM USING BLOCKCHAIN
LAND REGISTRY SYSTEM USING BLOCKCHAINLAND REGISTRY SYSTEM USING BLOCKCHAIN
LAND REGISTRY SYSTEM USING BLOCKCHAIN
 
IRJET - Blockchain in Real Estate
IRJET - Blockchain in Real EstateIRJET - Blockchain in Real Estate
IRJET - Blockchain in Real Estate
 
IRJET-Overview of Blockchain Technology in Government/Public Sectors
IRJET-Overview of Blockchain Technology in Government/Public SectorsIRJET-Overview of Blockchain Technology in Government/Public Sectors
IRJET-Overview of Blockchain Technology in Government/Public Sectors
 
AN IDENTITY MANAGEMENT SYSTEM USING BLOCKCHAIN
AN IDENTITY MANAGEMENT SYSTEM USING BLOCKCHAINAN IDENTITY MANAGEMENT SYSTEM USING BLOCKCHAIN
AN IDENTITY MANAGEMENT SYSTEM USING BLOCKCHAIN
 
Blockchain Based Online Voting System
Blockchain Based Online Voting SystemBlockchain Based Online Voting System
Blockchain Based Online Voting System
 
IRJET - Bit-Contracts: Smart Contracts for Cars
IRJET - Bit-Contracts: Smart Contracts for CarsIRJET - Bit-Contracts: Smart Contracts for Cars
IRJET - Bit-Contracts: Smart Contracts for Cars
 
ENFACT
ENFACTENFACT
ENFACT
 
Blockchain based Asset Registration & Management System
Blockchain based Asset Registration & Management SystemBlockchain based Asset Registration & Management System
Blockchain based Asset Registration & Management System
 
75
7575
75
 
Decentralized Car Hailing Application
Decentralized Car Hailing ApplicationDecentralized Car Hailing Application
Decentralized Car Hailing Application
 
The state of real estate on Blockchain Nov 18
The state of real estate on Blockchain   Nov 18The state of real estate on Blockchain   Nov 18
The state of real estate on Blockchain Nov 18
 
The state of real estate on Blockchain Nov 2018
The state of real estate on Blockchain   Nov 2018The state of real estate on Blockchain   Nov 2018
The state of real estate on Blockchain Nov 2018
 
Smart Contract for Insurance: Opportunities and Challenges for Insurers
Smart Contract for Insurance: Opportunities and Challenges for InsurersSmart Contract for Insurance: Opportunities and Challenges for Insurers
Smart Contract for Insurance: Opportunities and Challenges for Insurers
 
IRJET - A Detailed Study on Cryptocurrency
IRJET -  	  A Detailed Study on CryptocurrencyIRJET -  	  A Detailed Study on Cryptocurrency
IRJET - A Detailed Study on Cryptocurrency
 
ICITSI Slide Fix.pptx
ICITSI Slide Fix.pptxICITSI Slide Fix.pptx
ICITSI Slide Fix.pptx
 
IRJET- Secure Online Voting Systems using Block of Chunks
IRJET-  	  Secure Online Voting Systems using Block of ChunksIRJET-  	  Secure Online Voting Systems using Block of Chunks
IRJET- Secure Online Voting Systems using Block of Chunks
 
IRJET- Blockchain-A Secure Mode for Transaction
IRJET- Blockchain-A Secure Mode for TransactionIRJET- Blockchain-A Secure Mode for Transaction
IRJET- Blockchain-A Secure Mode for Transaction
 
IRJET- Credible Data through Distributed Ledger Technology
IRJET-  	  Credible Data through Distributed Ledger TechnologyIRJET-  	  Credible Data through Distributed Ledger Technology
IRJET- Credible Data through Distributed Ledger Technology
 
Diseño del Smart Contract Blockchain: ejemplo para Real Estate
Diseño del Smart Contract Blockchain: ejemplo para Real EstateDiseño del Smart Contract Blockchain: ejemplo para Real Estate
Diseño del Smart Contract Blockchain: ejemplo para Real Estate
 
Blockchain-based framework for secure and reliable land registry system
Blockchain-based framework for secure and reliable land registry systemBlockchain-based framework for secure and reliable land registry system
Blockchain-based framework for secure and reliable land registry system
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
IRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
IRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
IRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
IRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
manasideore6
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
BrazilAccount1
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
Kerry Sado
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
SupreethSP4
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 

Recently uploaded (20)

H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 

Land Registration System Using Blockchain Technology

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1197 Land Registration System Using Blockchain Technology Aakash Shrestha1, John Saud2, Niraj Kumar Rauniyar3, Sindhu k4 1,2,3EIGHT SEMESTER, DEPT. OF CSE, SAMBHRAM INSTITUTE OF TECHNOLOGY, BENGALURU-560097 4ASST PROFESSOR, DEPT. OF CSE, SAMBHRAM INSTITUTE OF TECHNOLOGY, BENGALURU-560097, INDIA ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract – Land registration is a critical process that involves the legal recording of land ownership, rights, and transactions. The current land registration systems in many countries often face challengessuchascorruption, inefficiency, and lack of transparency. Land Registration is a use case which involves lot of middlemen and central authorities inthe process which then puts trust in the system. Keeping traces of who owns which part of land is challenging when there are hundreds or thousands of land records to maintain. Using Blockchain will remove the middlemen in the system and also will reduce corruption and increase speed of the process. Land Registration is a simple decentralized application which is build using the Ethereum Blockchain principals. We can use this registration procedure as an substitute to bypass the existing system flaws. Here the user who owns the land registers his land details and also enters market value of the land by providing all the necessary proofs. A government authority who traditionally looks intolandregistry isassigned as a land inspector can do the registration process. Lands coming under a particular village can be registered to the system only through the inspector who is assigned to that village. The smart contract used here is written in such a way that the owner has to transfer his property completely to the buyer and no transaction of the land can be partial. Even we allow a government authority is involved in registration process, the entire process is transparent and the transaction happens only between the two clients. Key Words: Blockchain, Ethereum, Smart Contracts, Ganache, Metamask, Ganache, Truffle. 1. INTRODUCTION A blockchain is a continuously expandable list (chain) of records (blocks) that are connected via encrypted data exchange. Each block typically contains a reference to the previous block, a timestamp,andtransactiondata.Oneof the most popular blockchain applications is the crypto- currency Bitcoin. Due to the fact that the transaction dataon all applications (clients) are visible for everyone and traceable stored, this system isconsideredtamper-proofand transparent. With the use of blockchain, it is possible to run a continuously expandable list of bookings decentralized and the respective proper state must be documented because many participants are involved in the bookkeeping. This concept is referred to as Distributed Ledger technology (decentralized booking technology). Whatshouldbebooked and documented with it, is irrelevant. Crucially, later transactions build on previous transactions and confirm them as correct by demonstrating knowledge of past transactions. Bookings do not necessarily have to be property transfers, but it can also be a formal confirmation of the existence of all necessary documents by the notary so that a notarized land purchase agreement can be made. Thus, individual processing steps of the process of transfer of ownership could be speeded up and made more transparent, so that the partiesinvolvedcanatanytimehave an overview of the status of proceedings. 2. LITERATURE SURVEY Blockchain for Land Administration" by Tarek Zein and Rohan Bennett (2018): This paper explores the use of blockchain technology in landadministration,includingland registration. It discusses the benefits and challengesofusing blockchain for land registration and provides a case studyof a blockchain-based land registry in Sweden. "A Comparative Analysis of Land RegistrationUsing Blockchain Technology" by Ismaila Temitayo Sanusi et al. (2019): This study compares the use of blockchain technology for land registration in Nigeria and Ghana. It analyzes the benefits and challenges of using blockchain for land registration and evaluates the feasibility of implementing blockchain-based land registries in these countries. "Blockchain-Based Land Administration: A Review of Applications and Potentials" by Julius Oladele Ogunyemi et al. (2021): This paper providesa comprehensivereview of blockchain-based land administration systems, including land registration, around the world. It evaluates the strengths and limitations of these systems and identifies the key challenges and opportunities for further researchinthis field. Analyzing various test cases Arturo Castellanosand Raquel Benbunan-Fich: proposed digitization of land records. They experienced that the internal process plays a feasible role in Blockchain digitization of land records. Digitizing land record will reduce the time delay caused in traditional process and speed up the process. A survey in Georgia and it has been found tha t the rate of fraud is reduced after implementation of Blockchain in landrecords.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1198 A model proposed by RishavChatterjee wecanonly consider Registration Document and Khasra number (a plot or survey number given to a particular piece of land in villages). Chain code is the logic behind the entire system. Chain code was used to ensure that the land record are genuine. The Chain code used in Khasra Blockchain does alteration in the Khasra, but it is tied with the registration blockchain also. Any such binding needs a valid registration. 3. PROBLEM STATEMENT Land registration is a crucial process for establishing and maintaining property rights, and it is a complex process that often involvesmultipleintermediaries, paper-based documentation, and hightransactioncosts.The current land registration system is vulnerable to fraud, corruption, and inefficiency, which can lead to disputesover property ownership, impede economic development, and deprive vulnerable groups of their property rights. Therefore, there is a need for a more secure, transparent, and efficient land registration system that can prevent fraud, reduce disputes, and promote sustainable land management. Blockchain technology has the potential to address these challenges by providing a decentralized, tamper-proof, and transparent system for land registration. Building trust and community acceptance is crucial for the adoption and sustainability of a blockchain-based land registration system. In summary, the problem statement for land registration using blockchain technology is how to design and implement a system that can overcome the limitations and challenges of the existing land registration system, provide secure propertyrights,ensurecompliancewithlegal and regulatory frameworks, and build trust and community acceptance. This requires addressing technical, legal, and social challenges and developing a sustainable, scalable,and interoperable system that can be adopted by different countries and communities. 4. FLOW DIAGRAM 4.1 PROJECT FLOW  User logs in by entering his privatekeyorconnectinghis metamask wallet.  If user is logged in for first time, then they have to enter all his details and upload their identity document.  For storing documents, we have usedIPFSbasedonFile Coin.  After successful login, user can now move to his dashboard.  As of now, the user is not yet verified and only the land inspector can verify him.  For this, the contract owner will first add the land inspector.  After land inspector is added, hecanlogintohisaccount.  Land inspector can view the registered users. He can view the documents and verify the users.  Now the users are verified.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1199  Users can now add their lands. They can add all the details of land, land document and user can also draw their land on map as we can see below image. Fig: Drawing land on map  After land adding, only the Land inspector can verify it.  After land has been verified by the land inspector, user i.e., owner of that land can make it on sell.  Once it is on sale, all other users can see all the lands in the land Gallery option. Here they can see all land details, area on the map and can send request to buy the land.  Owner of land can see all received requests and can reject or accept the request.  After the land owner accepts the request, user who has sent the request can make payment from his account to buy the land.  Finally, the land inspector can see all the payments done and will verify the payment and then transfer the ownership. While transferring land, land seller, buyer and one witness has to be present. Land inspector will capture their photo, will take information from the witness and then transfer the land.  After transferring land, app will create digitally signed document and it will be automatically uploaded to the database.  Then seller can see the bought land in my land option. 4.2 IMPLEMENTATION Flutter - We have made frontend of our project using Flutter. Flutter is open source and created by Google. It is a cross platform SDK. Using single codebase we can create application for Android, IOS and Web application. Currently with newer version of Flutter we can also create apps for Windows, Linux and Mac os. On the front screen, one can login as a user, land inspector, or contract owner. The contract owner can add a land inspector and see all the added land inspectors. The land inspector’s dashboard consists of the functionality to verify user, verify land and transfer ownership. If we login as the user, we have the options of adding lands, land details,seeingall lands,sending and receiving land requests. We have used truffle IDE to set up the DAPP. Smart Contract - Blockchain is to bitcoin, what the internet is to email. A big electronic system, on top of which you can build applications. Currency is just one. Bitcoin supports an optional and special feature called scripts for conditional transfer of values. Ethereum blockchain extended the scripting feature into a full blowncodeexecutionframework called smart contract. A smart contract provided the very powerful capability of code execution for embedding business logic on the blockchain. With addition of code execution comes serious consideration about public access to the blockchain hence, the classification of public, private and permissioned blockchain based on access limits. In this project we have implemented a smart contract as the backend which consists of all the terms and conditions for a smooth and secure transfer of property registration. Truffle - Truffle is a world-class development environment, testing framework and asset pipeline for blockchains using the Ethereum Virtual Machine (EVM), aiming to make life as a developer easier. Truffle is widely considered the most popular tool for blockchain application development with over 1.5 million lifetime downloads. Metamask - MetaMask is a software cryptocurrency wallet used to interact with the Ethereum blockchain. It allows users to access their Ethereum wallet through a browser extension or mobile app, which can then be used to interact with decentralized applications. Web3.js - Web3.js talks to The Ethereum Blockchain with JSON RPC, which stands for "Remote Procedure Call" protocol. Ethereum is a peer-to-peer network of nodes that stores a copy of all the data and code on the blockchain. Web3.js allows us to make requests to an individual Ethereum node with JSON RPC in order to read and write data to the network. It's kind of like usingjQuery witha JSON API to read and write data with a web server. 5. DEVELOPMENT AND TESTING Truffle - Truffle is a one stop ide for testing and developing decentralized applications like our project. It is very common to write and compile Solidity code manually which is fine for small projects. However, as our project is growing bigger and bigger, it is good to have an automatic way of smart contracts development. In addition, testing Solidity code is crucial to avoid anyproblematicsituationcaused bya bug in the smart contract. There are different frameworks available for taking care of the development process. Truffle is one of them and is often regarded as the Ethereum Swiss Knife framework as it is a developmentenvironment,testing
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1200 framework and asset pipeline for Ethereum. We have used truffle for our project for deployment and testing. Ganache - Ganache is an Ethereum simulator that makes developing Ethereum applications faster,easier,andsafer.It includes all popular RPC functions and features(likeevents) and can be run deterministically to make development a breeze. We have used ganache for testing to create blockchain locally. On this we deploy our smart contract, carry out transactions. We can carry out as many transactions as we want for testing purposes. Fig: ganache transaction 6. RESULTS AND DISCUSSION Login Page – On the front screen, one can login as a user, land inspector, or contract owner. The contract owner can add a land inspector and see all the added land inspectors. The land inspector’s dashboard consists of the functionality to verify user, verify land and transfer ownership.If welogin as the user, we have the options of adding lands,landdetails, seeing all lands, sending and receiving land requests. Fig1: Login page Fig2: User profile Working – First user adds his land detailswhichareverified by the land inspector. To buy or sell land, user must send a request to land inspector. After the request has been 26 accepted by land inspector the users can make the transactions. The transaction is verified by the land inspector. After the transaction is verified, the ownership is transferred. Fig3: Payment Fig: ganache
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1201 Fig4: Land Ownership Transfer Fig5: Metamask In figure 5, the User2 is buyer and the money is added to the User1 who is seller of the land. 7. FUTURE SCOPE Blockchain is a social revolution and is making its way through all important areas especially wheresecurity is a concern. It is a social revolution and we have to take our best efforts to harness this technology to the best of our ability. There is good scope for improving the current solution for cloud storage. The application serves basic functionalities but can be extended to provide some advanced features. Deployment on mainnetor aprivateEthereumnetwork- Currently the blockchain network isdeployedontheropsten test net which uses ETH from faucetswhichhasnoreal value and therefore no market for tesnet ETH. So going further we would deploy it on a Mainnet or a private ethereumnetwork depending upon our requirements so that it gets connected with real world. Hosting the DAPP on a cloud platform-When deployed in real-time the number of users on the application would increase so to scale our application we will host it on a cloud platform such as AWS. Collaboration with government agencies-The final stage of our project is to reach out to government and test our DAPP with their collaboration to collect real world inputs and see how our project stands in the real-time. 8. CONCLUSIONS The conventional property registration system has several flaws that demanded focus of researcherstoaddress the same issues. Among many issues, tampering of record, misuse of property and unethical practices concerning poor finance management, that lead traditional property system an area for research. This study provides a solution for controlling transparency and provides a trusted property registration system over the Blockchain. The infrastructure offers many features to the stakeholders related to the buying and selling of property.Thetransparency,integrityof the record, and trust factor is ensured via a tamper-proof ledger. REFERENCES [1].ALEXANDRU OPRUNENCO AND CHAMI AKMEEMANA. USING BLOCKCHAIN TO MAKE LAND REGISTRY MORE RELIABLE IN INDIA, AVAILABLE: https://www.undp.org/blog/using-blockchain-make-land- registry-more-reliable-india [2]. GOVT OF INDIA SITE FOR BLOCKCHAIN IN LAND RECORDS: https://blockchain.gov.in/landrecords.html [3] DESIREE DANIELANDCHINWELFEJIKASPERANZA.THE ROLE OF BLOCKCHAIN IN DOCUMENTING LAND USERS' RIGHTS,AVAILABLE: https://www.frontiersin.org/articles/10.3389/fbloc.2020.0 0019/full [4]. RESTORING TRUST IN PUBLIC LAND REGISTRIES, GEORGIA AVIALABLE: https://www.newamerica.org/digital-impact-governance- initiative/digital-impact-and-governance initiative- projects/digi-blogs/project-capsule-georgia-land-titling- system/ [5].I. KARAMITSOS, M. PAPADAKI, AND N. B. AL BARGHUTHI, “DESIGN OF THE BLOCKCHAIN SMART CONTRACT: A USE CASE FOR REAL ESTATE,” JOURNAL OF INFORMATION SECURITY, VOL. 9, NO. 03, P. 177, 2018.AVAILABLE: https://www.scirp.org/pdf/jis_2018062815280747.pdf
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1202 [6].SOLIDITY PROGRAMMING DOCUMENTATION, AVAILABLE: https://docs.soliditylang.org/en/v0.8.11/ [7]ETHEREUM BLOCKCHAIN DEVELOPER’S DOCUMENTATION: https://ethereum.org/en/developers/docs BIOGRAPHIES Aakash Shrestha is pursuing BE. CSE in Sambhram Institute of Technology, Bangalore. Workedas a leader in final year project on blockchain basedlandregistration. John Saud is pursuing BE. CSE in Sambhram InstituteofTechnology, Bangalore. Worked in final year project on blockchain based land registration. Niraj Kumar Rauniyar is pursuing BE. CSE in Sambhram Institute of Technology, Bangalore. Worked in final year project on blockchain based land registration. Mrs. Sindhu K , AssistantProfessor, Department of Computer Science & Engineering,SambhramInstitute of Technology, Bangalore. She guided through this wholeproject.