From 7ffd068effd83c03f812ddf8d179510befc10df1 Mon Sep 17 00:00:00 2001 From: jzweb3 <111764304+jzweb3@users.noreply.github.com> Date: Wed, 11 Sep 2024 17:54:33 +0200 Subject: [PATCH] add telegram wallet in show case --- docs/showcase/{game => telegram}/minigame.md | 0 docs/showcase/telegram/wallets.md | 29 ++++++++++++++++++++ mkdocs.yml | 5 ++-- 3 files changed, 32 insertions(+), 2 deletions(-) rename docs/showcase/{game => telegram}/minigame.md (100%) create mode 100644 docs/showcase/telegram/wallets.md diff --git a/docs/showcase/game/minigame.md b/docs/showcase/telegram/minigame.md similarity index 100% rename from docs/showcase/game/minigame.md rename to docs/showcase/telegram/minigame.md diff --git a/docs/showcase/telegram/wallets.md b/docs/showcase/telegram/wallets.md new file mode 100644 index 0000000000..1f11de859b --- /dev/null +++ b/docs/showcase/telegram/wallets.md @@ -0,0 +1,29 @@ +--- +title: Showcase - Telegram Wallets +--- + +## **BNB Chain on Telegram: Your Gateway to Web3 Convenience** + +Telegram isn't just for chatting anymore. It's evolving into a powerful hub for Web3 interactions, and BNB Chain is leading the way. If you've been curious about managing your BNB, interacting with dApps, or exploring the decentralized world all within your favorite messaging app, you're in the right place. Let's dive into the exciting possibilities! + +### **Telegram Wallets: Your BNB Chain Companion** + +Forget switching between apps. With Telegram bot wallets, you can seamlessly manage your BNB and interact with the BNB Chain ecosystem directly within your chats. + +* [UXUYBot Telegram Bot wallet](https://t.me/UXUYbot) +* [CodexField](https://t.co/rDdG1fyJqq) + +### **Telegram Authentication: A Developer's Dream** + +If you're a developer building on BNB Chain, streamlining user onboarding is key. [Privy's SDK](https://docs.privy.io/guide/dashboard/telegram) lets you integrate secure Telegram logins into your app, making it frictionless for users to connect their Telegram identity with your platform. + + +### **Embrace the Future of Web3 on Telegram** + +The convergence of BNB Chain and Telegram opens up a world of possibilities. Whether you're a user looking for convenience or a developer building the next big dApp, these Telegram integrations offer a powerful way to engage with the decentralized world. + +**Remember:** Always do your own research and stay informed about the latest developments in the Web3 space! + + + + diff --git a/mkdocs.yml b/mkdocs.yml index f90a487f26..24add66e87 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -305,8 +305,9 @@ nav: - Attestation: - BNB Attestation Service: ./showcase/identity/attestation.md - Build your Attestation: ./showcase/identity/attestation-dev.md - - Games: - - Telegram Mini Game on BNB Chain: ./showcase/game/minigame.md + - Telegram Integration: + - Telegram Mini Game on BNB Chain: ./showcase/telegram/minigame.md + - Telegram Wallets: ./showcase/telegram/wallets.md - Wallet: - In-app Wallet and Account Abstraction: ./showcase/wallet/in-app-wallet.md