A payment infrastructure for AI services and digital content using HTTP 402 protocol with blockchain settlement.
Core X402 SDK with embedded wallet management, multi-chain support, and React frontend interface.
Complete demonstration of X402 facilitator workflow with servers, client examples, and testing interface.
Treasure hunt game showing real-world X402 integration with paid API access.
# SDK Development
cd sdk && npm install && npm run dev:frontend
# Facilitator Demo
cd facilitator-demo && node scripts/setup.js && node scripts/start-all.js
# Minigame Example
cd minigame-example && npm install && npm start