Create a Telegram bot powered by Solana Agent Kit to interact with Solana blockchain through natural language conversations. This implementation provides a seamless way to execute blockchain operations via Telegram.
# Using curlcurl https://api.telegram.org/bot<TELEGRAM_BOT_TOKEN>/setWebhook?url=https://<your-domain>/api/bot# Or visit in browserhttps://api.telegram.org/bot<TELEGRAM_BOT_TOKEN>/setWebhook?url=https://<your-domain>/api/bot
# Start local serverpnpm dev# Start ngrokngrok http 3000# Set webhook to ngrok URLcurl https://api.telegram.org/bot<token>/setWebhook?url=<ngrok-url>/api/bot