Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 873 Bytes

File metadata and controls

39 lines (24 loc) · 873 Bytes

ton-connect-bot

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

How to launch

Redis

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

Test Bot

gotonconnect

gotonconnect

Install dependencies:

git clone https://github.com/iscod/ton-connect-bot.git

Set up .env:

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

Run bot

cd ton-connect-bot
go run src/main.go