Skip to content

Getting Started

Prerequisites

  • Docker and Docker Compose
  • Make (for convenience targets)
  • Git

Quick Start

bash
git clone <repo-url> tribe
cd tribe
cp .env.example .env
# Edit .env with your API keys and secrets

# Start base infrastructure (nginx-proxy, SSL)
make infra-up

# Start web3 stack (defi, terminal, docs, serverz)
make web3-up

# Start testnet RPC services (Solana, EVM, PoT-O validator)
make web3-rpc-up

Service Map

ServiceURLProfile
DeFi Portaldefi.tribewarez.comtw-web3-stack
Terminalterminal.tribewarez.comtw-web3-stack
Docsdocs.tribewarez.comtw-web3-stack
Solana RPCtestnet-solana.rpc.gateway.tribewarez.comtw-web3-infra-stack
EVM RPCtestnet-eth.rpc.gateway.tribewarez.comtw-web3-infra-stack
PoT-O Validatorpot.rpc.gateway.tribewarez.comtw-web3-infra-stack
Status APIstatus.rpc.gateway.tribewarez.comtw-web3-infra-stack

Next Steps

  • Chain Overview -- understand the testnet infrastructure
  • PoT-O Mining -- learn how Proof of Tensor Optimizations works
  • Tokens -- PTtC and NMTC token details
  • DeFi -- staking, swap, and vault programs

TribeWarez Blockchain Ecosystem