Quickstart (Mainnet)
Prepare your system to run the zScore AVS
Prerequisites
Registered EigenLayer Operator Account: Ensure you have a fully registered EigenLayer operator account. If you don't have one, follow the steps in the Registration section to create and fund your account.
Prepare and run the attestation node
We provide a docker-compose configuration which sets up the Attester Node
Clone this repo and execute the following commands:
Copy
.example_env
into.env
.
Edit the
.env
and update the PRIVATE_KEY_ATTESTER with your ethereum mainnet operator private key (ECDSA key). This is stored locally and is used to create a BLS public key.
Then you can run this command which will run a script called
setup.sh
to setup the required dependencies like docker and docker-compose (this is optional, if you have already installed docker)
Then you can run the actual attester node by running:
To see logs you can run: (optional)
Happy Attesting zScore!!
Last updated