Installing Substrate Dependencies
1. Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shsource $HOME/.cargo/envexport PATH=$HOME/.cargo/bin:$PATHrustup update2. Install Additional Libraries
sudo apt update
sudo apt install -y cmake pkg-config libssl-dev git build-essential clang libclang-dev3. Install Substrate
4. Verify Installation
5. Configure Rust Toolchain
Last updated