Telegram Wallet Contract
ton-blockchain/tg-wallet-contractThis is the smart contract powering the native non-custodial Gram wallet that Durov announced for every Telegram app.
Key features:
• Shared bytecode stored in network config
• Updated for all users at once via validator voting
• Tiny trampoline on every wallet → jumps to the latest code
• Key rotation supported (easy switch to full self-custody)
• Optimized for 1–255 messages (cheaper than W5)
• Written in Tolk
All Telegram wallets will run the exact same up-to-date logic without users needing to do anything.
🔗 github.com/ton-blockchain/tg-wallet-contract