In Brief:
- WAX released the n8n-wax-kit, which connects the WAX blockchain to n8n’s drag-and-drop automation platform.
- The kit lets teams wire WAX into tools such as Discord, Google Sheets and Stripe without writing backend code.
- It removes the custom scripts that connecting WAX to outside services used to require.
WAX has released the n8n-wax-kit, a set of tools that plugs the WAX blockchain into n8n, the open-source workflow automation platform. The kit lets users trigger and run WAX interactions from n8n’s drag-and-drop canvas without writing backend code.
WAX announced it in a post on X and a write-up on Medium. “No More Custom Scripts to Connect WAX?” the company wrote.
No More Custom Scripts to Connect WAX?
The n8n-wax-kit brings WAX straight into n8n's drag-and-drop workflows. Wire up Discord, Google Sheets, Stripe, and more without writing backend code.
Learn More: https://medium.com/@wax-io/automating-web3-connecting-n8n-to-wax-with-the-n8n-wax-kit-ba4cdc010579?sharedUserId=wax-io….@WAXView on X ↗
What it does
The kit connects WAX to services people already use. WAX named Discord, Google Sheets and Stripe, and said more integrations are covered.
n8n is built around a node-based canvas. Users drag steps onto a workflow and connect them, rather than coding each step by hand. The platform ships with more than 400 pre-built integrations and supports custom JavaScript and Python for anything not covered out of the box.
What it hasn’t handled well is blockchain. n8n has no native support for interacting with WAX, so teams that wanted to move data between the chain and their other tools had to write and maintain their own scripts. The n8n-wax-kit is meant to close that gap.
Why it matters
The pitch is aimed at people who aren’t backend developers. Community managers, small studios and operators running WAX projects can now build automations that read from or push to the chain using the same visual tool they’d use to connect any other API.
That lowers the barrier for routine work. A workflow could log on-chain activity to a spreadsheet, post updates to a Discord server or tie a payment in Stripe to an action on WAX, all inside n8n.
Background
WAX is used heavily for gaming and NFTs, and its ecosystem leans on off-chain tools like Discord and spreadsheets to run communities and operations. Bridging those tools to the chain has typically meant custom code.
n8n, meanwhile, has drawn a following among crypto and web3 builders precisely because it’s open and works with any API. Other blockchain efforts have targeted it too, including EVM-focused community node packages and a verified Crypto APIs integration covering more than 25 chains. WAX wasn’t among the chains those tools supported.
Before the kit, each of those connections meant writing and maintaining backend code.

