Prerequisites
Ensure your system meets the following requirements:
Step 1: System Preparation
Update your system packages:
sudo apt update && sudo apt upgrade -y
Install essential dependencies:
sudo apt install build-essential curl wget git -y
Step 2: Install Rust and Cargo
Humanode is built using Rust. Install Rust and its package manager, Cargo:
curl --proto '=https' --tlsv1.2 -sSf <https://sh.rustup.rs> | sh
After installation, source the environment variables:
source $HOME/.cargo/env
Step 3: Clone the Humanode Repository
Obtain the Humanode source code:
git clone <https://github.com/humanode-network/humanode.git>
cd humanode