Skip to content

Commit

Permalink
added tg bot
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftAdviser committed Oct 10, 2023
1 parent 2e1d8c5 commit 763d49b
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
import Button from '@site/src/components/button'

# TON Connect for Telegram Bots

In this tutorial, we’ll create a sample telegram bot that supports TON Connect 2.0 authentication using Javascript TON Connect SDK.
We will analyze connecting a wallet, sending a transaction, getting data about the connected wallet, and disconnecting a wallet.

<Button href="https://t.me/ton_connect_example_bot" colorType={'primary'} sizeType={'sm'}>Open Demo Bot</Button>
<Button href="https://github.com/ton-connect/demo-telegram-bot" colorType={'secondary'} sizeType={'sm'}>Check out GitHub</Button>

## Documentation links

1. [TON Connect SDK documentation](https://www.npmjs.com/package/@tonconnect/sdk)
2. [Integration example source code](https://github.com/ton-connect/demo-telegram-bot)
- [TON Connect SDK documentation](https://www.npmjs.com/package/@tonconnect/sdk)

## Prerequisites

Expand Down

0 comments on commit 763d49b

Please sign in to comment.