Solana Programs
All programs are built with Anchor and deployed on the TribeWarez Solana testnet.
| Program | ID | Purpose |
|---|---|---|
| tribewarez-staking | Go2BZRhN... | Stake PTtC, earn rewards |
| tribewarez-swap | GPGGnKwn... | AMM for token trading |
| tribewarez-vault | HmWGA3JA... | Escrow and vaults |
| tribewarez-pot-o | PoToVa1i... | PoT-O proof verification and rewards |
Building
Programs are built using the Anchor Docker environment:
bash
cd gateway.tribewarez.com/testnet.rpc.gateway.tribewarez.com/programs
anchor buildSee Anchor.toml for program IDs and cluster configuration.