Installing the Cherry Node

Prerequisites

Hardware Requirements

We suggest running the node on at least

  • RAM: 4GB

  • CPU: 2

  • Hard Disk Space: 40GB

Operating system: preferably a recent Debian-based Linux distribution.

Install Rust

For debian-based distros:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

After installation, run rustc --version to check if the installation was successful.

Install dependencies

For debian-based distros:

sudo apt update
sudo apt install -y git clang protobuf-compiler curl libssl-dev llvm libudev-dev pkg-config

For other Linux Distribution please visit Substrate's Documentation https://docs.substrate.io/v3/getting-started/installation/#1-build-dependencies. Keep in mind that we also need pkg-configinstalled.

Initialize your wasm build environment

Running the Node

  1. Clone cherry-relay-node repository

  2. Run Cherry Binary

    • Mainnet

      1. Script

      2. Binary

      3. Docker

    • Testnet

      1. Script

      2. Binary

      3. Docker

Last updated