ipfs

An n8n node to download files from IPFS, supporting download as file, JSON, or text, with options for specifying the IPFS gateway, CID, and file path. It allows users to retrieve content from IPFS and integrate it into their n8n workflows.

Package Information

Released: 3/7/2025
Downloads: 11 weekly / 43 monthly
Latest Version: 1.0.2
Author: mmuenker

Documentation

An n8n node to download files from IPFS, supporting download as file, JSON, or text, with options for specifying the IPFS gateway, CID, and file path. It allows users to retrieve content from IPFS and integrate it into their n8n workflows.

npm version
commitizen friendly
styled with prettier
Libraries.io dependency status for latest release, scoped npm package
npm
NPM

Installation

Add the package to your workspace:

yarn add @rxap/n8n-nodes-ipfs

Install peer dependencies:

yarn add n8n-workflow 

Execute the init generator:

yarn nx g @rxap/n8n-nodes-ipfs:init

Generators

init

Initialize the package in the workspace

nx g @rxap/n8n-nodes-ipfs:init

Discussion