Package Information
Released: 3/7/2025
Downloads: 11 weekly / 43 monthly
Latest Version: 1.0.2
Author: mmuenker
Available Nodes
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.
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