βοΈInstallation
Docker Installation
sudo apt update
sudo apt install git
git --versionsudo apt-get install apt-transport-https ca-certificates curl software-properties-common -y
curl -fsSL
https://download.docker.com/linux/ubuntu/gpg
| sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64]
https://download.docker.com/linux/ubuntu
$(lsb_release -cs) stable"
sudo apt-get update
sudo apt-get install docker-ce jq python3-pip -ydocker --versionMint MOCK Elixir Tokens On Sepolia
Download The Environment Template
Running Your Validator
Pull The Docker Image
Upgrading your validator
Last updated