Starkwatch is your best friend on StarkNet 🐌 It sends you a message on telegram whenever your transactions get accepted on L2. No more time lost, you can enjoy your life away from your computer ✨
- Search
StarkwatchBot
in your telegram contacts. - Add your account addresses to watch:
/watch 0x06683a563773e1eb3d4005f478a5f0c532e24952125250fac63bf5ab645d1242
- Receive notifications upon your tx acceptance
- Stop receiving notifications by sending
/stop
to the bot
npm install
- Create
.env
and fill in your telegram bot token - Deploy the bot in one simple cmd:
npm run cdk deploy
- Set the telegram bot webhook url by opening the following link in your browser
https://api.telegram.org/bot<Bot Token>/setWebhook?url=<Api Gateway>/prod/commands&drop_pending_updates=true
{"ok":true,"result":true,"description":"Webhook was set"}