TribeWarez Terminal
terminal.tribewarez.com
A web-based terminal app built with Vite + React and an Express backend.
Features
- Solana wallet connection via Solana Wallet Adapter
- Faucet -- request test SOL
- Staking panel -- stake/unstake PTtC
- Swap panel -- trade PTtC/NMTC/SOL via the AMM
- Vault panel -- create and manage escrow vaults
- Game directory -- links to Mystic Numbers and other games
- X Connect -- OAuth gate for X (Twitter) integration
Backend API
The Express server handles:
- X OAuth flow (
/api/x-auth/*) - Crypto purchases (
/api/crypto/*) - Token claim (
/api/x-auth/claim) - User stats (
/api/user/:wallet/stats)