/ton-connect-bot

A simple bot written on Python to interact with TON wallets using Ton Connect protocol

Primary LanguagePython

ton-connect-bot

A simple bot written on Python to interact with TON wallets using Ton Connect protocol

The running public instance can be found at https://t.me/test_tonconnect_bot

How to launch

Redis

If you want to use permanent TON Connect storage you should set up Redis or any other database.

Install dependencies:

pip install -r requirements.txt

Set up .env:

TOKEN='1111:ABCD'  # your bot token here
MANIFEST_URL='https://raw.githubusercontent.com/XaBbl4/pytonconnect/main/pytonconnect-manifest.json'

Run bot

python3 src/main.py