Solana Mint/Program Monitor — free n8n workflow

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.json

Why

You 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.

Setup (5 minutes)

  1. Import solana-mint-monitor.json into n8n (Workflows → Import from File).
  2. Env var MINT_OR_PROGRAM = the SPL mint address or the program ID to watch.
  3. Create a Telegram bot (talk to @BotFather, /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.
  4. Put your Telegram chat_id in the env var TELEGRAM_CHAT_ID.
  5. Activate the workflow.

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.