Description
n8n-nodes-nano-rpc
n8n-nodes-nano-rpc is an n8n community node package for interacting with a Nano node over RPC.
It includes:
- Nano RPC node for on-demand actions (send, receive, account queries, wallet operations, work generation, admin/debug actions)
- Nano Trigger node for event-driven workflows via webhook
- Install community nodes
Nano RPCNano Trigger- RPC URL: URL of your Nano node RPC endpoint (for example
http://localhost:7076) - None
- Basic Auth (
username,password) - API Key Header (
headerName,apiKey) - Wallet ID: default wallet for wallet-dependent operations
- Default Source Account: default source account for transfer operations
- Get balance
- Get account info
- Get account history
- Get account block count
- Get account key / representative / weight
- Validate address
- Multi-account balance/frontier/receivable/representative queries
- Send payment
- Receive pending transaction
- Process block
- Check receivable existence
- Epoch upgrade
- Confirm block
- Get block info / account / count
- Get blocks / blocks info
- Create block
- Calculate block hash
- Create/destroy wallet
- Create/list/remove/move accounts
- Change/enter/validate wallet password
- Wallet balances/history/info/ledger/frontiers/receivable/work
- Set wallet/account representative
- Set/get account work
- Wallet add/watch/export/lock
- Search receivable (single/all wallets)
- Node version/id/uptime/telemetry
- Peers and online representatives
- Keepalive, republish, populate backlog
- Available supply
- Get chain/successors/frontiers/frontier count
- Get ledger
- Get unopened
- Confirmation active/history/info/quorum
- Election statistics
- Generate/validate work
- Add/list/clear work peers
- Cancel work
- Create key pair
- Expand key
- Deterministic key derivation
- Sign
- Bootstrap/bootstrapAny/bootstrapLazy
- Get/reset bootstrap state
- Node stats (get/clear)
- Unchecked blocks (get/clear)
- Stop node
- Nano → raw (RPC)
- raw → Nano (RPC)
- Prefer a trusted/private Nano RPC endpoint for production usage.
- Operations that mutate wallet or node state should only be enabled for trusted workflows/users.
- Wallet IDs, block hashes, work values, and account addresses are validated before sensitive operations.
- RPC calls include timeout and retry handling for transient network failures.
- Timeout (Ms): request timeout per RPC call
- Max Retries: number of retries for transient failures (timeouts, rate limits, network/server errors)
- Package is built with the n8n community node tooling (
@n8n/node-cli). - Peer dependency:
n8n-workflow@^2.13.1. - Use a Nano node version that supports the RPC actions you invoke.
builddevlintlint:fixrelease- n8n community nodes docs
- Nano RPC protocol docs
- Nano RPC command index
Installation
Install this package as an n8n community node. See the official n8n guide:
Then add the following nodes in your workflow editor:
Credentials
Credential type: Nano API
Required
Optional authentication
Optional defaults
Supported operations
Operations are grouped by resource.
Account
Transaction
Block
Wallet
Network
Ledger
Confirmation
Work
Keys
Administration
Conversion
Usage notes
Runtime options
Under Options, the node supports:
Compatibility
Development
Available scripts:
Resources
Version history
See CHANGELOG.md.