Skip to content

SaboStudios/Blockopoly_Frontend

Repository files navigation

🏛️ Tycoon on Stellar — Frontend

Tycoon on Stellar Thumbnail

📌 Overview

Tycoon on Stellar Frontend is the user interface for a decentralized board-game experience on Stellar / Soroban. Built with Next.js, Tailwind CSS, and Stellar wallet tooling, it delivers a modern, responsive UI that connects to on-chain game logic in Rust (Soroban). Players can interact with the board, buy and sell properties, roll dice, and trade digital assets in a trustless, blockchain-powered environment—without leaving the Stellar ecosystem.

✨ Features

  • Responsive Tycoon UI — Game board, property cards, dice, and modals (Figma-driven), styled with Tailwind CSS.
  • Stellar integration — Connect wallets, sign transactions, and read game state via Stellar SDK and wallet adapters.
  • On-chain interaction — Live updates for moves, property purchases, and trades through Soroban smart contracts.
  • Sponsored / smooth UX — Optional fee sponsorship (e.g. platform-paid fees) so players focus on gameplay, not gas tokens.
  • TypeScript — Type-safe components and contract interactions, aligned with Soroban backend contracts.
  • Decentralized gameplay — UI reflects trustless rules enforced on-chain.

🔧 Tech Stack

  • Next.js 15 — App Router for fast, server-rendered React pages.
  • Tailwind CSS v4 — Custom styling for the board-game aesthetic.
  • Stellar SDK — Build, simulate, and submit transactions; read ledger state.
  • Wallet kit — Freighter (and compatible Stellar wallets) for connect/sign flows.
  • Soroban — On-chain game logic (Rust contracts; separate repo).
  • TypeScript — Strong typing across UI and chain calls.
  • ESLint — Code quality, integrated with Next.js.
  • Figma — Source for board and component design.

🚀 Getting Started

Prerequisites

  • Node.js ≥ 18.0.0
  • npm or yarn
  • Stellar wallet (e.g. Freighter)
  • Access to Tycoon on Stellar Soroban contracts (see Contract repo)

1️⃣ Clone the repository

git clone https://github.com/YOUR_ORG/tycoon-on-stellar-frontend.git
cd tycoon-on-stellar-frontend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors