
Blockchain publishing,
inside n8n workflows.
We built n8n-nodes-deso so n8n workflows can publish media to the DeSo blockchain for attribution, provenance, licensing, and NFT-style minting.
Media and social publishing workflows succeed through orchestration.

A file arrives. Metadata needs to be attached. Rights need to be tracked. A caption or manifest may need to be generated. Someone needs to approve the output. The asset needs to go somewhere public. Later, the same system may need to prove where it came from, who published it, what license applied, and whether it was part of a larger collection or campaign.
n8n is a good place for that kind of orchestration. DeSo is a good public rail for social publishing and on-chain identity. n8n-nodes-deso connects the two.
An n8n community node for DeSo publishing
The plugin is freely available and supports:
DeSo is not a normal API-key integration
This was not a simple bearer-token node. DeSo publishing depends on wallet identity, derived authorization, transaction construction, signing, and broadcast.
The node handles that complexity behind an n8n-native interface. Credentials are stored in n8n, workflows select the account they should publish as, and node outputs return useful post and transaction data without exposing signing material in workflow results.

Need a custom n8n node for your workflow?
If your automation depends on a platform that does not quite fit the standard API-key-and-webhook model, CSMediaPro can help turn it into a clean n8n node.
n8n-nodes-deso is open source on GitHub.