Package Information
Documentation
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:
- Add your API credentials
- Select an operation (e.g. Sign Transaction)
- 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