Before starting, make sure your server meets the following minimum requirements:
Log in to your server and run the following commands to update your system packages:
sudo apt update && sudo apt upgrade -y
Install the required dependencies:
sudo apt install curl wget git build-essential libssl-dev pkg-config libclang-dev -y
Install Rust programming language:
curl --proto '=https' --tlsv1.2 -sSf <https://sh.rustup.rs> | sh
source $HOME/.cargo/env
Verify the installation:
rustc --version
Clone the Substrate repository and install it: