Built two community nodes for on-chain automation — CDP wallets + live EVM event streaming

Hey all, been deep in the n8n rabbit hole building community nodes and wanted to share what I’ve got so far.

First one is a Coinbase CDP node — lets you create wallets, do token swaps, transfers, all on Base and other EVM chains from inside n8n. As far as I can tell it’s the only one out there.

https://github.com/pvdyck/n8n-nodes-coinbase-cdp

Second one I just published: an EVM event streaming node using Moralis or Alchemy. Basically you subscribe to on-chain events (token transfers, contract interactions, whatever) and they trigger your workflows in real time.

https://github.com/pvdyck/n8n-nodes-evmstream

The idea is you get a full listen → decide → transact loop without leaving n8n. Hook up the AI nodes in between and you basically have an on-chain agent. I’ve been playing with stuff like auto-swapping when certain wallets move, or triggering actions based on specific contract events.

Still early but working well for my use cases. Happy to hear feedback or if anyone runs into issues just open an issue on GitHub.

3 Likes