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:
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-config
installed.
Initialize 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