-
Clone this repository
git clone https://github.com/Nakochi-crypto/avail-validator.git cd avail-validator -
Copy .env file
cp .env.sample .env -
Edit .env
nano .envSet the
TAGto the version of the avail node and theDA_NAMEto your node name. -
Start a node
docker compose up -d -
Verify the node is running
Access http://<Your_Node_IP_Address>:3000/d/v6xjZah4z/avail-metrics?orgId=1 .
docker compose logs -f
docker compose down
Delete the data with the -v flag.