This is the telegram chatBot for MangoDefi App
- telegraf
- node
telegram inline examples
https://stackoverflow.com/questions/42786711/add-clickable-buttons-to-telegram-bot
using metamask sdk for telegram mini app
https://github.com/orgs/WalletConnect/discussions/4574
button and query example from telegraf
https://github.com/feathers-studio/telegraf-docs/blob/master/examples/mini-apps/direct-link-mini-app.ts
telegraf buttons examples
https://github.com/telegraf/telegraf/blob/5588e0599769377468828f657f7125acbb7870ac/docs/examples/keyboard-bot.js#L61-L125
- Create .env file
mv .env_example .envand add your variables - Build and start docker
docker-compose up -d - Done! Docker should be running in the background.
- Added dockerfile, .dockerignore and docker-composer.yml (to containerize app)
- It requires docker and docker-compose