aaaa
sudo -i
This is the hardware configuration required to set up an Avail full node:
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