Turning

Step 1: Update system

sudo apt update && sudo apt upgrade -y

Step 2: Install packages

sudo apt install make clang pkg-config libssl-dev build-essential git screen protobuf-compiler -y

Step 3: Install Rust

curl https://sh.rustup.rs -sSf | sh

Select 1 and enter

Step 4: Go to home

source $HOME/.cargo/env

Step 5: Update rust

rustup update nightly

Step 6: Add tools

rustup target add wasm32-unknown-unknown --toolchain nightly

Step 8: Access Avail folder

mkdir avail
cd avail

Step 9: Download binaries

wget https://github.com/availproject/avail/releases/download/v2.1.0.0-rc1/x86_64-ubuntu-2204-avail-node.tar.gz

Step 10: Extract

Step 11: run node

CTRL + C to escape

Step 12: Edit service file

Copy and Paste the content of service file as: Replace yourname in “Yourname”.

Step 13: Enable the service file

Step 14: Start service file

Step 15: Check status of service

Step 16: Check logs

Last updated