TMA Launch Tutorial
Telegram Mini Apps (TMA) are web applications that run inside the Telegram messenger. They are built using web technologies — HTML, CSS, and JavaScript. Telegram Mini Apps can be used to create DApps, games, and other types of apps that can be run inside Telegram.
Create your App
- To connect your Mini App to Telegram, place the SDK script
telegram-web-app.js
using this code:
<script src="https://telegram.org/js/telegram-web-app.js"></script>