Telegram MiniApps
Introducing Telegram Mini Apps
If you are building Web3 mini-app on telegram, Appkit provides the perfect out of the box interface for your users to connect their self-custodial Wallet or create their first wallet using Email or Social login.
Features
By integrating Appkit into your mini-app you will get the following features out of the box:
- Email & Social Login
- Swaps
- Onramp
- Transaction History
- Network Switching
info
The "Try Demo" button below redirects you to a Telegram bot. Click on its profile, then click the "Open App" button. This will open AppKit Lab, allowing you to interact with it directly from Telegram.
Before you get started
Please ensure that you are using the latest version of @walletconnect/modal-core
and @walletconnect/modal-ui
packages.
- npm
- Yarn
- Bun
- pnpm
npm install @walletconnect/modal-core @walletconnect/modal-ui
yarn add @walletconnect/modal-core @walletconnect/modal-ui
bun add @walletconnect/modal-core @walletconnect/modal-ui
pnpm add @walletconnect/modal-core @walletconnect/modal-ui