Skip to content

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

Notifications You must be signed in to change notification settings

iscod/ton-connect-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages