Watches an SPL mint or a Solana program ID and alerts you on Telegram when a new transaction shows up. Free, MIT licensed n8n workflow.
Download solana-mint-monitor.jsonYou want to know when a new mint event or a new transaction touches a program or token you follow (drop, contract, treasury) without keeping a dashboard open all day.
solana-mint-monitor.json into n8n (Workflows → Import from File).MINT_OR_PROGRAM = the SPL mint address or the program ID to watch./newbot, copy the token) and attach the telegramApi credential to the "Notify on Telegram" node. For Discord: replace that node with an HTTP Request POST to a Discord webhook.chat_id in the env var TELEGRAM_CHAT_ID.Checked every 10 minutes via public RPC, no API key required, no external database. The first run only saves the baseline, from the second run on it alerts on genuinely new transactions.