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-upService Map
| Service | URL | Profile |
|---|---|---|
| DeFi Portal | defi.tribewarez.com | tw-web3-stack |
| Terminal | terminal.tribewarez.com | tw-web3-stack |
| Docs | docs.tribewarez.com | tw-web3-stack |
| Solana RPC | testnet-solana.rpc.gateway.tribewarez.com | tw-web3-infra-stack |
| EVM RPC | testnet-eth.rpc.gateway.tribewarez.com | tw-web3-infra-stack |
| PoT-O Validator | pot.rpc.gateway.tribewarez.com | tw-web3-infra-stack |
| Status API | status.rpc.gateway.tribewarez.com | tw-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