Skip to content
ChMarina edited this page Mar 10, 2019 · 34 revisions

Welcome to the Metahash C++ fullnode client wiki!

This repository contains Metahash client's source code written in C++. You can use JSON RPC to work with Metahash C++ client.

Capabilities

Metahash C++ client allows to perform many of the operations available in the MetaHash network. Such operations are the following:

  1. address generation using cryptography module,
  2. fetching balance and history for wallet,
  3. creating and sending transaction,
  4. getting information about performing transaction by hash and much more operations.

To find out more about some actions in the Metahash network please follow these links:

  1. Getting started with Metahash network,
  2. Creating transactions
  3. Operations with MetaHash address.

Install and Usage

Metahash C++ client is an http server that accepts requests and redirects them to the torrents MetaHash network works with. Some functions such as address generating server performs locally. It works with POST requests in JSON RPC format. MetaHash C ++ client is able to work with a local balances and transactions database. Currently this service is a not cross-platform service, it can run only on Linux OS.

Please see technical details about Metahash C++ client's build and dependencies in the Build and Dependencies section.

For more information about all available methods and their usage, please read the Usage and Debug sections.

Clone this wiki locally