Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.2 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.2 KB

Estate-web3 🏠

A decentralized real estate platform built on Arbitrum that enables property listing, buying, and renting with cryptocurrency payments and smart contract integration.

Features 🌟

  • Property Listing & Management
  • Buy/Rent Properties with Cryptocurrency
  • Smart Contract-based Transactions
  • Fractional Property Ownership
  • Collateralized Payments Support
  • Interactive Property Search
  • Secure Wallet Integration

Tech Stack 💻

  • Frontend: Next.js 14, TypeScript, TailwindCSS, DaisyUI, Google Maps API
  • Blockchain: Hardhat, Arbitrum, Solidity
  • Web3 Integration: Wagmi, Viem, RainbowKit
  • File Storage: Pinata IPFS
  • Database: MongoDB, Prisma
  • Development Tools: Yarn, Prettier, ESLint

Contracts 📜

  • tUSDC.sol: Test USDC token on Arbitrum Sepolia used for transactions on the platform
  • PropertyNFT.sol: Represents a property as NFT and manages its ownership and transfer.
  • Marketplace.sol: Manages the buying and selling of properties, including the creation of listings, bidding, and settlement.
  • MarketplaceFractional.sol: Manages the fractional ownership of properties, including the creation of fractional listings, bidding, and settlement.