For the complete documentation index, see llms.txt. This page is also available as Markdown.

Developer Sandbox (Testnet Mode)

Developers can test integration using Solana Devnet and mock tokens:

  • Faucet for test $402G tokens

  • Devnet RPC endpoints

  • Sandbox dashboard for analytics preview

To enable:

const middleware = create402Middleware({
  network: "devnet"
});

Last updated