Skip to content

romiisromie/solestate

Repository files navigation

SolEstate — Fractional Real Estate Ownership on Solana

License: MIT Solana Hackathon

Buy fractional ownership of real estate from $50 and earn rental income automatically on Solana.

Live Demo


Team

Name Role
Nurlan Team Lead & Blockchain Developer
Ramina UI/UX Designer & Frontend Developer
Rakhat Full-stack Developer

Problem

  • Buying real estate requires hundreds of thousands of dollars
  • No way to own a small fraction of a property
  • Rental income is not transparent
  • Ownership transfer is slow and expensive

Solution

SolEstate tokenizes real estate into 1000 SPL tokens on Solana. Each token = 0.1% ownership. Rental income is distributed automatically through smart contracts.


Why Solana

  • Ownership exists only on-chain — no centralized database
  • SPL tokens enforce ownership via wallet signature
  • Yield distributed to 100+ investors for fractions of a cent
  • Proof-of-Asset hash stored permanently in PDA

Tech Stack

  • Smart Contract: Rust · Anchor Framework
  • Frontend: Next.js · TypeScript · TailwindCSS
  • Wallet: Phantom · Solana Wallet Adapter
  • Network: Solana Devnet
  • Deployment: Vercel

Live Demo

https://solestate-psi.vercel.app


Quick Start

git clone https://github.com/rkht111/solestate
cd solestate
npm install
npm run dev

# .env.local example
NEXT_PUBLIC_SOL_USD_RATE=140
NEXT_PUBLIC_ALMATY_TREASURY=REPLACE_WITH_DEVNET_WALLET
NEXT_PUBLIC_ASTANA_TREASURY=REPLACE_WITH_DEVNET_WALLET
NEXT_PUBLIC_SHYMKENT_TREASURY=REPLACE_WITH_DEVNET_WALLET

About

Fractional real estate ownership on Solana — buy from $50, earn rental income automatically via smart contracts.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors