Fame Exchange
List and buy Fame between Fox NFTs. Sellers escrow a fox; buyers pay per 1,000 Fame and receive it via the FFF program.
Recovery test
Deposit two foxes, then return or cancel. Use this first to confirm you can get your NFTs back.
Browse / Create listings
After the test is validated and the full Fame Exchange is deployed, listing and purchase UI will be enabled here.
Devnet or mainnet: You can test on devnet first (no real SOL or NFTs). Deploy with anchor deploy --provider.cluster devnet and use devnet RPC + devnet SOL from the faucet. Use mainnet only when testing with your real Fox NFTs and FFF.
Before testing: Run anchor build in programs/fame-exchange, then deploy (devnet or mainnet). Update the program ID in src/lib/fameExchange/client.ts after deployment, and point the app at the same cluster (RPC URL).
Estimate deploy cost: After anchor build, run pnpm exec tsx scripts/estimate-deploy-cost.ts to see how much SOL the deployment will need (rent-exempt balance).