npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@velocity-bpa/n8n-nodes-vechain

v1.0.0

Published

n8n community node for VeChain blockchain interactions

Readme

n8n-nodes-vechain

[Velocity BPA Licensing Notice]

This n8n node is licensed under the Business Source License 1.1 (BSL 1.1).

Use of this node by for-profit organizations in production environments requires a commercial license from Velocity BPA.

For licensing information, visit https://velobpa.com/licensing or contact [email protected].

An n8n community node for integrating with VeChain blockchain networks. This node provides 6 comprehensive resources for interacting with VeChain's enterprise-grade blockchain platform, enabling account management, block exploration, transaction processing, event log monitoring, node information retrieval, and smart contract interactions.

n8n Community Node License TypeScript VeChain VET Web3

Features

  • Account Management - Query account balances, energy (VTHO), and transaction history
  • Block Explorer - Retrieve block details, headers, and validate blockchain data
  • Transaction Processing - Send transactions, check status, and decode transaction data
  • Event Log Monitoring - Filter and retrieve smart contract event logs and emissions
  • Node Information - Access network status, peer information, and blockchain metrics
  • Smart Contract Interaction - Call contract methods, deploy contracts, and manage contract state
  • Multi-Network Support - Connect to MainNet, TestNet, and custom VeChain networks
  • Enterprise Features - Built for production environments with comprehensive error handling

Installation

Community Nodes (Recommended)

  1. Open n8n
  2. Go to SettingsCommunity Nodes
  3. Click Install a community node
  4. Enter n8n-nodes-vechain
  5. Click Install

Manual Installation

cd ~/.n8n
npm install n8n-nodes-vechain

Development Installation

git clone https://github.com/Velocity-BPA/n8n-nodes-vechain.git
cd n8n-nodes-vechain
npm install
npm run build
mkdir -p ~/.n8n/custom
ln -s $(pwd) ~/.n8n/custom/n8n-nodes-vechain
n8n start

Credentials Setup

| Field | Description | Required | |-------|-------------|----------| | API Key | VeChain node API key for authentication | Yes | | Network URL | VeChain network endpoint (MainNet/TestNet/Custom) | Yes | | Network Type | Select MainNet, TestNet, or Custom network | Yes |

Resources & Operations

1. Account

| Operation | Description | |-----------|-------------| | Get Account | Retrieve account information including VET and VTHO balances | | Get Account Code | Get bytecode for smart contract accounts | | Get Account Storage | Retrieve storage data from account at specific key | | List Transactions | Get transaction history for an account | | Get Energy | Retrieve VTHO (energy) balance and calculations |

2. Block

| Operation | Description | |-----------|-------------| | Get Block | Retrieve complete block information by ID or number | | Get Block Header | Get block header data without transactions | | Get Latest Block | Retrieve the most recent block | | Get Block Range | Fetch multiple blocks within a specified range | | Validate Block | Verify block integrity and signatures |

3. Transaction

| Operation | Description | |-----------|-------------| | Get Transaction | Retrieve transaction details by ID | | Get Transaction Receipt | Get transaction execution receipt and logs | | Send Transaction | Broadcast a signed transaction to the network | | Estimate Gas | Calculate gas requirements for transaction execution | | Decode Transaction | Parse and decode transaction input data | | Get Transaction Status | Check current status of pending transactions |

4. Log

| Operation | Description | |-----------|-------------| | Get Logs | Retrieve event logs with filtering options | | Filter Event Logs | Search logs by contract address, topics, and block range | | Get Transfer Logs | Retrieve VET and token transfer events | | Decode Event Log | Parse and decode smart contract event data | | Monitor Logs | Real-time log monitoring with webhook support |

5. Node

| Operation | Description | |-----------|-------------| | Get Node Info | Retrieve node status and network information | | Get Peers | List connected peer nodes and network topology | | Get Chain Info | Get blockchain statistics and chain head information | | Check Sync Status | Verify node synchronization status | | Get Network Health | Retrieve network performance metrics |

6. Contract

| Operation | Description | |-----------|-------------| | Call Method | Execute read-only smart contract methods | | Send Method | Execute state-changing contract methods | | Deploy Contract | Deploy new smart contracts to the network | | Get Contract Info | Retrieve contract details and metadata | | Estimate Method Gas | Calculate gas costs for contract method execution | | Decode Method Data | Parse contract method input and output data |

Usage Examples

// Get account VET and VTHO balances
{
  "resource": "account",
  "operation": "getAccount",
  "address": "0x8384738c995d49c5b692560ae688fc8b51af1059",
  "returnAll": true
}
// Retrieve latest block information
{
  "resource": "block",
  "operation": "getLatestBlock",
  "expanded": true,
  "includeTransactions": true
}
// Monitor contract event logs
{
  "resource": "log",
  "operation": "filterEventLogs",
  "contractAddress": "0x0000000000000000000000000000456e65726779",
  "fromBlock": "latest",
  "limit": 100
}
// Call smart contract method
{
  "resource": "contract",
  "operation": "callMethod",
  "contractAddress": "0x89827f7bb951fd8a56f8ef13c5bfeb82d0ca8db2",
  "methodABI": "function name() returns (string)",
  "parameters": []
}

Error Handling

| Error | Description | Solution | |-------|-------------|----------| | Invalid API Key | Authentication failed with provided credentials | Verify API key and network endpoint configuration | | Network Timeout | Request exceeded timeout limit | Check network connectivity and try again | | Insufficient Gas | Transaction gas limit too low | Increase gas limit or use gas estimation | | Invalid Address | Malformed or invalid VeChain address | Verify address format (0x + 40 hex characters) | | Block Not Found | Requested block doesn't exist | Check block number/hash and network sync status | | Contract Error | Smart contract execution failed | Review contract method parameters and state |

Development

npm install
npm run build
npm test
npm run lint
npm run dev

Author

Velocity BPA

Licensing

This n8n community node is licensed under the Business Source License 1.1.

Free Use

Permitted for personal, educational, research, and internal business use.

Commercial Use

Use of this node within any SaaS, PaaS, hosted platform, managed service, or paid automation offering requires a commercial license.

For licensing inquiries: [email protected]

See LICENSE, COMMERCIAL_LICENSE.md, and LICENSING_FAQ.md for details.

Contributing

Contributions are welcome! Please ensure:

  1. Code follows existing style conventions
  2. All tests pass (npm test)
  3. Linting passes (npm run lint)
  4. Documentation is updated for new features
  5. Commit messages are descriptive

Support