A simple bot written on Goland 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 use python https://github.com/yungwine/ton-connect-bot
If you want to use permanent TON Connect storage you should set up Redis or any other database.
git clone https://github.com/iscod/ton-connect-bot.git
TOKEN='1111:ABCD' # your bot token here
MANIFEST_URL='https://raw.githubusercontent.com/XaBbl4/pytonconnect/main/pytonconnect-manifest.json'
cd ton-connect-bot
go run src/main.go