https://github.com/onflow/telegram-integration-quickstarts
https://github.com/onflow/telegram-integration-quickstarts
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/onflow/telegram-integration-quickstarts
- Owner: onflow
- Created: 2024-11-20T13:05:43.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-04T01:46:56.000Z (6 months ago)
- Last Synced: 2025-01-04T02:36:23.409Z (6 months ago)
- Language: TypeScript
- Size: 6.48 MB
- Stars: 19
- Watchers: 2
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Telegram Integration Quickstarts
This repo contains beginner-friendly courses designed to help you kickstart your journey in building Telegram Web Apps (TWAs) on Flow.

---
## **About the Workshop**
This workshop is designed to help you:
- Learn how to create and deploy a Telegram Web App.
- Authenticate users with @twa-dev/sdk
- Connect wallets to your TWA
- Build, test, and deploy your dApps on Flow.By the end of the workshop, you'll have hands-on experience and real-world projects to showcase!
---
## **Quick Start Guide**
1. **Fork this repository**: Click the **Fork** button at the top-right corner of this page to create your copy.
2. **Navigate to a course folder**: Each course has its own folder with step-by-step instructions.---
## **How to Use This Repo**
- **Follow Along with the Instructions**: Each course is structured to allow you to follow the instructions step-by-step.
- **Complete Exercises and Submit Your Work**: Share your final outputs in the solution folder in each course.### **Folder Structure**
```plaintext
Telegram-Integration-Quickstarts/
├── Course_1_Deploy_A_Telegram_Web_App/
│ ├── README.md
│ ├── example/
│ ├── solution/
├── Course_2_Authenticate_Users_With_TWA_SDK/
│ ├── README.md
│ ├── example/
│ ├── solution/
├── Course_3_Connect_OKX_Wallet_Flow_EVM/
│ ├── README.md
│ ├── example/
│ ├── solution/
├── Course_4_Connect_Flow_Wallet_Flow_Cadence/
│ ├── README.md
│ ├── example/
│ ├── solution/
├── Course_5_Connect_Privy_Wallet_Flow_EVM/
│ ├── README.md
│ ├── example/
│ ├── solution/
└── assets/
├── images/```