chainstream

Chainstream nodes for n8n

Package Information

Released: 9/4/2025
Downloads: 1 weekly / 439 monthly
Latest Version: 0.0.24
Author: quantum01io

Documentation

Verified on MseeP

n8n-nodes-chainstream

This is an n8n community node that lets you interact with Chainstream services in your n8n workflows.

n8n is a fair-code licensed workflow automation platform.

Installation
Credentials
Operations
Compatibility
Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

Credentials

The Chainstream node requires API key credentials:

  • API Client ID: Your Chainstream API public key
  • API Client Secret: Your Chainstream API private key

Operations

The Chainstream node supports the following operations:

Sign Transaction

Sign a blockchain transaction using your Chainstream wallet.

Create Wallet

Create a new wallet in your Chainstream organization.

Create Wallet Accounts

Create new accounts within an existing wallet.

List Wallets

Get a list of all wallets in your organization.

Example Usage

To use the Chainstream node:

  1. Add your API credentials
  2. Select an operation (e.g. Sign Transaction)
  3. Configure the required parameters:
    • Organization ID
    • Transaction type (Ethereum, Solana, or Tron)
    • Unsigned transaction data

The node will execute the operation and return the results.

Error Handling

The node includes comprehensive error handling and will return clear error messages if:

  • Invalid credentials are provided
  • Required parameters are missing
  • The API request fails

Discussion