Developing Apps
This section is for developers building user-facing apps on WAX, including games, marketplaces, web apps, and backend-integrated services.
Recommended Starting Point
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
- Start with WharfKit.
- Choose your wallet and session strategy.
- Configure endpoint and failover behavior.
- Implement transaction signing and error handling.
- Test real user flows before production launch.
