Skip to content

Developing Apps

This section is for developers building user-facing apps on WAX, including games, marketplaces, web apps, and backend-integrated services.

Start with WharfKit. It should be the default SDK path for new WAX app development work.

What You'll Do Here

  • connecting wallets and sessions
  • signing transactions
  • choosing and managing endpoints
  • handling user approval flows
  • migrating away from older client libraries

Suggested Build Flow

  1. Start with WharfKit.
  2. Choose your wallet and session strategy.
  3. Configure endpoint and failover behavior.
  4. Implement transaction signing and error handling.
  5. Test real user flows before production launch.

Start Here