Skip to content

Cyberpopnw/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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 71.5%
  • JavaScript 28.5%