Skip to main content

Quick Start

Before you start, let's get familiar with several MeshTripleChain-specific glossary.

Terms
  • Mesh Hyper Network(MHN) : It is a network that forms the MeshTripleChain ecosystem and connects the blockchain network.

  • Mesh Block Network(MBN) : It operates independently like other blockchain main networks, and it is a network that can mine with independent coins. When constructing a blockchain network, you can use JSON-RPC or NVP platforms.

  • MTC : MTC is the main internal transferable cryptocurrency of MeshTripleChain and is used to pay transaction fees when creating or executing operations or when transferring MTC.

Download and Initialize an MHN or MBN

Unzip the provided MeshTripleChain binary package and copy the files into the MeshTripleChain folder.

Note: Please download appropriate package starting with MeshTripleChain_daemon(blockchain_daemon).

[linux latest version download]

[windows latest version download]

For Linux users, unzip the downloaded file with the following command.
$ tar zxpf MeshTripleChain_daemon-vX.X.X-X-linux-amd64.tar.gz
$ export PATH=$PATH:$PWD/MeshTripleChain_daemon-linux-amd64
For Windows users, unzip the downloaded file with the following command.
Extract file MeshTripleChain_daemon-vX.X.X-X-window-x86_64.tar.gz
Run the MeshTripleChain.exe file.
For Mac users, unzip the downloaded file with the following command.
$ tar zxpf MeshTripleChain_daemon-vX.X.X-X-darwin-amd64.tar.gz
$ export PATH=$PATH:$PWD/MeshTripleChain_daemon-darwin-amd64
Launching the Node.
$ ./MeshTripleChain_daemon -r