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
If you want to use permanent TON Connect storage you should set up Redis or any other database.
pip install -r requirements.txt
TOKEN='1111:ABCD' # your bot token here
MANIFEST_URL='https://raw.githubusercontent.com/XaBbl4/pytonconnect/main/pytonconnect-manifest.json'
python3 src/main.py