Skip to content

Latest commit

 

History

History
90 lines (53 loc) · 1.72 KB

README.md

File metadata and controls

90 lines (53 loc) · 1.72 KB

Ethaun Realty

Here is my NFT Real Estate dApp.

Ethuan Realty was made to simplify the real estate process

It is a platform where different users can inspect, lend, buy, and sell properties using ERC721 (NFTs).

here is the main site

Main


Theory

The process is simple...

When someone wishes to buy a property 🏡, it will require a few things

  • Step 1

Someone to sell the property 💰

  • Step 2

Someone to inspect the property 🔎

  • Step 3

Someone to lend money to the buyer if needed 💸

  • Step 4

Someone to review and confirm all of the above 📌

Payment will be of course in ETH. 🔹


User Interface

The user interface will change depending on the wallet owner's role here is an example...

Buyer Interface

Buyer

Seller Interface

Seller

and, etc...

Notice that the wallet addresses connected to the two accounts are different


Dependencies

This dApp was built using...

Front end

  • React
  • Node
  • Ethers

Back end

  • Hardhat
  • Solidity
  • ERC721
  • IPFS

Storage And Hosting

The properties NFT image and metadata were uploaded to pinata IPFS 🎠

The smart contracts here were deployed to the Hardhat localhost node to simulate multiple users accounts

Here's a sample of the Hardhat accounts Metamask with multiple hardhat accounts


Disclaimer This repo is for demonstration purposes only. It is not yet complete and it still needs to expand features.

Anyone is free to contribute to this dApp.

Hope you can learn a lot from this. Feel free to fork, and send your feedback on this Project

Thanks!