Skip to content

Apps Overview

The TribeWarez ecosystem includes web apps, games, and infrastructure services -- all connected through Solana wallet integration, shared tokens (PTtC / NMTC), and the X Connect OAuth flow.

Public Apps

AppURLStackDescription
Terminalterminal.tribewarez.comReact, Vite, ExpressWeb3 hub with DeFi panels, wallet, faucet, game directory
DeFi Portaldefi.tribewarez.comReact, ViteToken info, live prices, whitepaper, ecosystem landing
Mystic Numbersmystic.tribewarez.comNext.js, SymfonyMatch puzzle game with numerology themes and crypto shop
Numerology Warswars.tribewarez.comNext.js, Express, Socket.IOMMO real-time strategy with numerology-powered fleets
Serverzserverz.tribewarez.comNext.jsServer hub with X Connect, wallet connect, and reward claims
Hubhub.tribewarez.comExpressGame launcher directory with status checks and ad system
Web4 Portalportal.web4.tribewarez.comNext.jsInvite auth, NPBC list, AI/web3 APIs

All listed apps and core chain components are part of the open alpha/beta ecosystem; main chain components are open source (MIT).

Architecture

All apps share common patterns:

  • Solana Wallet Adapter for Phantom / Solflare connections
  • X Connect Wall gating (connect X + wallet → claim 1000 NMTC + 1000 PTtC)
  • Docker + Nginx deployment via the main docker-compose.yml
  • Reverse proxy routing through nginx-proxy with automatic SSL
  • Profile-based compose — each stack is isolated via Docker Compose profiles (tw-web3-stack, mystic-app-stack, web4-portal-stack, etc.)

Token Integration

Every app that handles tokens uses the same mint addresses:

TokenPurpose
PTtCMining rewards, staking, DeFi operations
NMTCGame currency, AI operations, premium purchases

See Token Economics for details.

TribeWarez Blockchain Ecosystem