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
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. 🔹
The user interface will change depending on the wallet owner's role here is an example...
Buyer Interface
Seller Interface
and, etc...
Notice that the wallet addresses connected to the two accounts are different
This dApp was built using...
- React
- Node
- Ethers
- Hardhat
- Solidity
- ERC721
- IPFS
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
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!