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 --versionto 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-configInitialize your wasm build environment
Running the Node
Clone cherry-relay-node repository
Run Cherry Binary
Mainnet
Script
Binary
Docker
Testnet
Script
Binary
Docker
Last updated