๐งInstallation
Prepare your system to run the eOracle operator.
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 EigenLayer User Guide to create and fund your account.
Operator System Requirements
Operating System: Linux AMD x64
vCPUs: 2
Memory: 4 GiB
Storage: 100 GB
EC2 Equivalent: m5.large
Expected Network Utilization:
Total download bandwidth usage: 1 Mbps
Upload bandwidth usage: 1 Mbps
Open Ports:
3000 Grafana dashboards
9090 Prometheus
โPrepare Local eOracle data validator files
Clone this repo and execute the following commands:
Navigate to the Eoracle-operator-setup directory
Copy Eoracle-operator-setup/data-validator/.example_env
into Eoracle-operator-setup/data-validator/.env
.
Edit the Eoracle-operator-setup/data-validator/.env
and update the values for your setup
[!NOTE] If you plan to operate eOracle on Holesky, then copy .example_env_holeksy
instead of .example_env
Last updated