TeleDate

TeleDate

TeleDate is a Telegram-native dating app whose product surface stays fast inside the chat context while the backend absorbs TON transaction pressure behind service boundaries.

The app keeps onboarding short and moves the hard parts into isolated domains: matching state, transaction history, moderation hooks, and bot-friendly return paths.

Transaction pipeline

We built a transaction pipeline that holds steady at 1k+ TPS by combining sharded workers, mempool-aware queuing, and controlled batching for micro-operations. Every write carries an idempotency key and replay protection; the ledger state is reconciled continuously against on-chain events. When RPC endpoints wobble, traffic fails over automatically across regions without breaking ordering or user intent.