Skip to content
 
 

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

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

About

Its simple Smart Contract to monitor buying and selling in real estate using Ethereum Blockchain

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors