- Install Docker and Docker Compose
- Install CLI using Binary
- Import Keys
- Add ETH to ECDSA Wallet
- Operator Configuration and Registration
- Install Brevis Binary
- Create a new systemd service file
- Add the necessary script to brevis.service file
- Reload the systemd manager configuration and enable the service to start on boot
- Start the service
- Check the status of the service
- Create a docker compose file with required configs
- Create
mimir-config.yamlandprometheus.yml - Run
docker compose up -d - Add Prometheus as data source and point it to Mimir URL
- Open
localhost:9009to open grafana UI
-
A holesky registered operator address with your registration number as the operator name
eigenlayer operator status operator.yaml
-
The systemd file that you used to run the brevis binary
sudo systemctl status brevis
-
Logs of the systemd service running
journalctl -u brevis -f
-
A screenshot of the response from a curl request to the health check endpoint
curl -i http://localhost:8081/eigen/node/health