JSPM

@majus/n8n-nodes-web3

0.1.5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 12
  • Score
    100M100P100Q61727F
  • License MIT

Collection of custom n8n nodes for web3 & blockchain integration

Package Exports

  • @majus/n8n-nodes-web3
  • @majus/n8n-nodes-web3/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@majus/n8n-nodes-web3) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

n8n-nodes-web3

n8n × web3 is a collection of custom nodes built for n8n, the popular open-source no-code workflow automation tool.

n8n is a fair-code licensed workflow automation platform.

Installation

The community package name is @majus/n8n-nodes-web3.

Follow the installation guide in the n8n community nodes documentation.

Motivation

While n8n is fantastic for automating tasks without needing to code, it doesn’t currently support blockchain integrations.

n8n-web3-2025-01-21-1421

That’s where we come in! Our project adds seamless web3 functionalities, making it easy for anyone to interact with various blockchain protocols right within n8n.

n8n-web3-2025-01-21-1421

There are many clear evidences that web3 integration is demanded by no-code developers community:

Operations

With n8n × web3, no-code developers can effortlessly add blockchain features to their workflows. Plus, pro web3 developers can quickly prototype their decentralized apps and blockchain solutions without the hassle.

Currently, there are following custom nodes available:

  • "Farcaster: Frame builder" — allows to build Farcaster frames standard compliant HTML markup.
  • "Farcaster: Transaction builder" — simplifies creating Farcaster frames standard compliant transaction request data.
  • "Lilypad Generic Job" — allows to issue generic job to the Lilypad TEE.
  • "Lilypad Llama3 Job" — allows to issue Llama3 specific job to the Lilypad TEE.
  • "Squid Router" — allows to perform token swaps between different blockchains via the Squid Router API.
  • "Flow Mutate" — allows to perform the Flow blockchain write operations via FVM.
  • "Flow Query" — allows to perform the Flow blockchain read operations via FVM.

Examples

Farcaster tip

Allow users to make a small tip in ETH to any address via Farcaster.

Screenshot from 2025-04-01 22-03-39

Custom nodes used: Farcaster Frame builder, Farcaster Tx Builder.

How to use:

  1. Create a new empty workflow.
  2. Import examples/farcaster-tip.json into the workflow.
  3. Activate the workflow.
  4. Copy "Production URL" from the "Webhook" trigger node.
  5. Post this link on Farcaster and test it!

Screencast from 2025-04-01 22-10-49.webm

Squid route

Fetch tokens supported by Squid, find out USDT address on BNB chain and USDC address on Arbitrum and get a swap route for these.

Screenshot from 2025-04-02 15-10-11

Custom nodes used: Squid Router.

How to use:

  1. Create a new empty workflow.
  2. Import examples/squid-route.json.
  3. Double-click on each of the Squid nodes and choose Squid API access credentials (obtain one here).
  4. Execute the workflow manually.
  5. Double-click on the rightmost node and check the route data.

Flow balances (FLIX)

Fetch all token balances for a Flow account using FLIX template.

Custom nodes used: Flow Query.

How to use:

  1. Create a new empty worflow.
  2. Import examples/flow-flix-balances.json.
  3. Double-click on the Flow Query node and choose the Flow FVM account credentials, or create one using account address, key index and a private key.
  4. Execute the workflow manually.
  5. Double-click on the rightmost node and check the account balances.

Screencast from 2025-04-02 15-08-04.webm

Roadmap

We plan for our future custom nodes handle common blockchain tasks like:

  • Converting data between JavaScript and Solidity
  • Signing data with ECDSA
  • Sending raw transactions via JSON RPC
  • Automatically generating transaction data from Smart Contract ABIs
  • Using standard Smart Contract ABIs without any coding
  • Listening for blockchain events to trigger workflows

Down the road, we’d love to expand even more—think support for non-EVM blockchains like Bitcoin and Solana, or adding tools for working directly with Solidity and managing ZK proofs.

Eventually, we aim to have our nodes integrated into n8n’s core, joining the existing ~200 web2 service nodes and making blockchain automation a breeze for everyone.

Resources

Licence

MIT