Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 492 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 492 Bytes

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