Skip to main content

Hathor full node

Introduction

This article provides all resources associated to Hathor full node.

What is Hathor core?

Hathor core is the official and reference client for operating a full node in Hathor Network.

Latest and deprecated versions

Operating

This section provides the resources to operate Hathor full node.

Installing

Monitoring

Configuring

Upgrading

Troubleshooting

Using

This section provides the resources to use Hathor full node.

CLI

API

The following documentation details the set of endpoints exposed through the Hathor API. All methods are related to operations you can invoke from a full node. The scope of this API encompasses 7 groups of operations:

  • p2p: General information about the full node and the network.
  • block: Information about a specific block.
  • transaction: Complete data set about transactions.
  • mining: An experimental endpoint for user sent and retrieve mining information.
  • private wallet: Full information about a particular wallet.
  • nano contract: Operations for manipulating a nano contract.
  • wallet: Information about tokens.

For more details of how to explore each API operation, access the complete documentation through the following link.

  • Hathor full node API: documentation of the HTTP API for communication between Hathor full nodes and other systems.

Miscellaneous