A R E E Z

Property Ownership Dapp

Decentralized applications, or dapps, are applications that are deployed on a
blockchain. I recently created my own dapp, check it out here!

How it works.

An explanation of how I built my own decentralized
application to simplify property ownership.

Stopping Double-Spending

Every time someone transfers a property, the property's owner is changed to the new owner in a mapping. Whenever someone tries to transfer a property, the program makes sure that their account address is listed as the owner of this property.

Immutable Records

Properties, their owners, and how many properties addresses own are all stored on the blockchain. This keeps these records safe from hacking or anything that could change the records other than a regular transfer or allotment of property.

Easy to Transfer

The dapp has a simple interface that allows you to allot and transfer properties by simply copying and pasting the address of the person you want to transfer the property to and the name of the property. Results are displayed almost immediately.