Turning
Step 1: Update system
sudo apt update && sudo apt upgrade -yStep 2: Install packages
sudo apt install make clang pkg-config libssl-dev build-essential git screen protobuf-compiler -yStep 3: Install Rust
curl https://sh.rustup.rs -sSf | shSelect 1 and enter
Step 4: Go to home
source $HOME/.cargo/envStep 5: Update rust
rustup update nightlyStep 6: Add tools
rustup target add wasm32-unknown-unknown --toolchain nightlyStep 8: Access Avail folder
mkdir avail
cd availStep 9: Download binaries
wget https://github.com/availproject/avail/releases/download/v2.1.0.0-rc1/x86_64-ubuntu-2204-avail-node.tar.gzStep 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