Skip to content

ton-connect/demo-telegram-bot

Repository files navigation

TonConnect demo telegram bot

Get started

  1. Copy .env.example as .env and add your bot token there
  2. npm i
  3. docker run -p 127.0.0.1:6379:6379 -it redis/redis-stack-server:latest
  4. npm run compile
  5. npm run start

See the tutorial

Run process manager

npm run start:daemon

Stop process manager

npm run stop:daemon

Try it

ton_connect_example_bot