Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 676 Bytes

File metadata and controls

19 lines (15 loc) · 676 Bytes

Real-Estate-Smart-Contract

Its simple Smart Contract to monitor buy and seller in real estate using Ethereum Blockchain.

This Smart Contract covers follwing features:

  • Notes Buyer and Seller Info.
  • Notes Real Estate Info like : title, streetAddress and Price.
  • Verifies Seller exist.
  • Verifies Buyer exist and buyer is not buying the poperty twice.
  • Verifies Buyer and seller are not same.
  • Verfies Buyer is not paying over or less than the poperty value.
  • After all verification trasfer is done to seller account.

How to Run Smart Contract

  • Open Remix https://remix.ethereum.org
  • Create File with name RealEstate.iso
  • Copy its code
  • Deploy the Code