Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 4.41 KB

nodes.md

File metadata and controls

43 lines (25 loc) · 4.41 KB
description
RESTful API to access the VeChainThor blockchain

VeChainThor Nodes: Your Gateway to Blockchain Interaction

Overview

In previous chapters, we discussed some scenarios where it can be convenient for a dApp to use a local or public node. Regardless of the choice, the interface for interacting with VeChainThor blockchain are the RESTful APIs specifically designed known as the Thorest API. This modern interface facilitates seamless interaction with the blockchain, enabling developers and users to harness its full potential.

Thorest API: Powering Blockchain Communication

The Thorest API stands as the primary communication channel for the VeChainThor blockchain. It offers a comprehensive set of endpoints that allow for diverse interactions, from querying blockchain data to submitting transactions.

For the latest information of each of the available endpoints please use the following link Thorest API Repo.

Monitoring Node Health

VeChain prioritizes network performance and reliability. To support this, two key resources are available for node health monitoring:

These dashboards provide real-time insights into node health, network stability, and overall ecosystem performance. Regular checks can help users and developers ensure optimal connectivity and stay informed about the network's status.

Mainnet Nodes

ProviderLink
VeChainmainnet.vecha.in
VeChainsync-mainnet.vechain.org
VeChainvethor-node.vechain.com
Veblocksmainnet.veblocks.net
Veblocksmainnet02.vechain.de.blockorder.net
Veblocksmainnet02.vechain.fi.blockorder.net
SafeTechmainnetc1.vechain.network
SafeTechmainnetc2.vechain.network
VeChain Energyde.node.vechain.energy
VeChain Energyus.node.vechain.energy

Testnet Node

ProviderLink
VeChaintestnet.vecha.in
VeChainsync-testnet.vechain.org
VeChainvethor-node-test.vechaindev.com
Veblockstestnet.veblocks.net
Veblockstestnet02.vechain.de.blockorder.net
Veblockstestnet02.vechain.fi.blockorder.net
SafeTechtestnetc1.vechain.network

Getting started

To begin interacting with the VeChainThor blockchain:

  • Choose a suitable node (mainnet or testnet) based on your project requirements.
  • Familiarize yourself with the Thorest API documentation.
  • Implement API calls in your application to read from or write to the blockchain.
  • Utilize the node status page to ensure you're connecting to healthy, responsive nodes.

By leveraging these tools and resources, developers can create robust, blockchain-powered applications on the VeChainThor network, tapping into its unique features and capabilities.