2nd progress[1]
2nd progress[1]
1
CONTENTS
• Introduction……………………………………………………………………………………..3
• Literature survey……………………………………………………………………………...
• Objective………………………………………………………………………………………….
• Methodology……………………………………………………………………………………
• Design………………………………………………………………………………………………
• Testing……………………………………………………………………………………...........
• Conclusion and future work………………………………………………………………
• References………………………………………………………………………………………..
INTRODUCTION
•Blockchain: A decentralized digital ledger that records transactions
across many computers in a way that the record cannot be altered
retroactively.
•The Real Estate industry faces challenges such as high costs, lack of
transparency, and delays due to reliance on intermediaries and outdated
systems.
•The use of Smart contracts, which are self-executing agreements coded
on the blockchain eliminates the need for intermediaries, reduces costs,
makes transactions faster, more transparent, and secure.
LITERATURE SURVEY
[1]: SmartProp- Blockchain-based Smart Property Ownership
Management System on IPFS
• The paper introduces SmartProp, a blockchain-based property
ownership management system utilizing IPFS (InterPlanetary File
System) for decentralized storage. It aims to address issues like
forgery, security, and data integrity in property management.
• SmartProp demonstrates the feasibility of a decentralized system for
property transactions with enhanced transparency and data security,
showcasing blockchain’s potential to mitigate fraud and tampering in
real estate.
LITERATURE SURVEY
[2]: The Interplay of Data Privacy and Blockchain for Secure and Efficient Real Estate
Transactions
• The paper explores how blockchain technology, specifically smart contracts, can enhance the
efficiency, transparency, and security of real estate transactions. It highlights the potential of
reducing intermediaries, lowering costs, and automating processes such as property transfers while
ensuring data integrity through a decentralized ledger system.
• Despite the benefits, the study identifies significant challenges, especially concerning data privacy
and regulatory compliance. Public blockchains expose sensitive data, which raises concerns under
privacy regulations like GDPR. The research suggests solutions like permissioned blockchains and
zero-knowledge proofs to balance privacy needs with blockchain's inherent transparency.
SUMMARY TABLES
SI no Title Methodology Dataset Drawback Findings
ALGORITHM
Start.
Install dependencies for Web3 and IPFS
Set up the IPFS client configuration.
Define data structure and functions in the smart contract for storing IPFS hashes.
Create an uploadToIPFS function to handle file uploads.
Design a frontend UI for file upload.
Store the IPFS hash on the blockchain with relevant property metadata.
Retrieve IPFS hashes and data from the blockchain.
Display the IPFS-linked data on the frontend
Stop
DESIGN
• Use case of the model: List of actions or event steps that describe
how a user uses a system to accomplish a particular goal.
SDLC Model
[1]
[2]