⛓️Sidecar

Credit: 0xchicharito

Install the Sidecar

mkdir -p $HOME/.zrchain/sidecar/bin
mkdir -p $HOME/.zrchain/sidecar/keys

Install the Binary File

wget -O $HOME/.zrchain/sidecar/bin/zenrock-sidecar https://releases.gardia.zenrocklabs.io/validator_sidecar-1.2.3
chmod +x $HOME/.zrchain/sidecar/bin/zenrock-sidecar

Clone Zenrock Validators

cd $HOME
git clone https://github.com/zenrocklabs/zenrock-validators

Set a Password for Sidecar Wallets

read -p "Enter password for the keys: " key_pass

For zsh, use the command:

echo -n "Enter password for the keys: "
read key_pass

Build the BLS Binary

Create a BLS Key

Build the ECDSA Binary

Create an ECDSA Key

IMPORTANT - To proceed, you need to fund the generated ECDSA key with Ethereum Holesky test tokens. You can use the faucet: https://stakely.io/faucet/ethereum-holesky-testnet-eth.

IMPORTANT - To continue, register at https://app.infura.io and obtain the following endpoints:

Set Variables

Copy the Original Configuration Files

Update config.yaml

Update eigen_operator_config.yaml

Create a Service File

Last updated