βοΈInstallation
Docker Installation
Install Git
sudo apt update
sudo apt install git
git --versionInstall Docker
sudo 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
Use Wallet of Metamask for mintting Sepolia ETH
Verify you are connected to the Ethereum Sepolia network and then click the "MINT 1,000 MOCK" button
Stake Your MOCK Tokens
Download The Environment Template
Download below template and put into above folder
Running Your Validator
Pull The Docker Image
Start Your Validator
Check logs
Upgrading your validator
Last updated
Was this helpful?