sudo apt update && sudo apt-get install openssl
curl -fsSL <https://get.docker.com> -o get-docker.sh && sh get-docker.sh
sudo usermod -aG docker $USER && newgrp docker
sudo systemctl enable docker.service && sudo systemctl enable containerd.service
git clone <https://github.com/vana-com/vana.gitcd> vana
cp .env.example .env
docker compose --profile manual run --rm validator-keygen
docker compose --profile init --profile manual run --rm submit-deposits
Before running this command, ensure you have correctly set the DEPOSIT_* environment variables in your .env file.
This process stakes 35k VANA for each set of validator keys in secrets/ and registers them with the network.
docker compose --profile init --profile node up -d