A comprehensive testing platform for TON wallet developers implementing Extra Currency (EC) support. This stand facilitates integration testing against the TON Connect protocol requirements and validates native wallet UI/UX implementations.
This testing stand helps wallet developers ensure their Extra Currency implementation complies with TON ecosystem standards. It provides a series of automated checks and interactive prompts to verify:
- Proper EC feature declaration in TON Connect
- Correct EC balance display in wallet interfaces
- Accurate transaction handling for EC operations
- Fee management in EC transactions
- Proper emulation support for EC operations
- Clone this repository
- Install dependencies with
pnpm install
- Start the development server with
pnpm dev
- Connect your testnet wallet to begin testing
You can try the live demo version of the testing stand here: https://extra-currency-demo-stand-demo-dapp.vercel.app/
- Testnet wallet with TON Connect v2 support
- Minimum of 3.25 test TON for EC operations
- Extra Currency feature flag in wallet manifest
All tests are performed against the EC swap contract in testnet. Test results are saved between sessions to allow for continued testing.
For more information about Extra Currency implementation in the TON ecosystem, check out: EC Implementation Guide
MIT