Ensure your system meets these prerequisites:
Run the following to install necessary tools:
sudo apt update && sudo apt upgrade -y
sudo apt install curl tar wget build-essential -y
Fetch the latest Avail release:
curl -LO <https://github.com/availproject/avail/releases/download/><VERSION>/<BINARY>.tar.gz
Replace <VERSION> and <BINARY> with appropriate values from the Avail Releases.
Extract the downloaded archive:
tar -xzvf <BINARY>.tar.gz
cd <BINARY_DIRECTORY>
Execute the binary with necessary parameters:
./avail-node \
--name <your-node-name> \
--chain <network-type> \
--rpc-external \
--ws-external \
-d /path/to/data/directory
<your-node-name> with your preferred node name.