Chain Overview
TribeWarez runs two testnets and a custom consensus layer:
- Solana Testnet -- Local
solana-test-validatorwith full RPC, airdrop faucet, and gossip/TPU for external validators. - EVM Testnet -- Geth PoW testnet (chain ID 5555) with a pre-funded genesis account.
- PoT-O Validator -- Off-chain Proof of Tensor Optimizations engine that submits proofs to a Solana on-chain program.
All three services run in the tw-web3-infra-stack Docker Compose profile and are accessible through the nginx-proxy reverse proxy with automatic SSL.
Architecture
Client requests
|
nginx-proxy (80/443)
|
+-- testnet-solana.rpc.gateway.tribewarez.com --> solana-rpc-proxy --> test-validator
+-- testnet-eth.rpc.gateway.tribewarez.com ----> Geth (8545)
+-- pot.rpc.gateway.tribewarez.com ------------> PoT-O Validator (8900)
+-- status.rpc.gateway.tribewarez.com ---------> Status API (3000)