Ungate InfiniRoute AVS
  • πŸ”₯Introduction
    • Overview
    • Scope
  • πŸ““ARCHITECTURE
    • Abstract
    • Keys Components
  • 🧠Inference Engine
    • Abstract
    • User Interface Layer
    • Coordination Layer
    • Data Layer
  • βš“AVS
    • Abstract
    • Task Consensus
    • Consensus Engine
    • Rewards and Penalties
  • πŸͺModels Marketplace
    • Abstract
    • Externally Hosted Models
    • Benchmarking Engine
    • Marketplace Economy
  • πŸ‘©β€πŸ’ΌOperators
    • MainNet
      • Registration
      • Installation
      • Quickstart
    • TestNet
      • Installation
      • Registration
      • Quickstart
  • 🎁Summary
    • Immediate Next Steps
    • Building the First SubNet
    • Future Vision
    • Conclusion
Powered by GitBook
On this page
  • Prerequisites
  • Operator System Requirements
  1. Operators
  2. TestNet

Installation

Prepare your system to run the Ungate AVS operator on EigenLayer Testnet (Holesky).

PreviousTestNetNextRegistration

Last updated 9 months ago

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 to create and fund your account.

Operator System Requirements

  • Operating System: Linux AMD x64

  • vCPUs: 2

  • Memory: 4 GiB

  • Storage: 20 GB

  • EC2 Equivalent: t3.medium

  • Total download bandwidth usage: 10-50 GB/month

  • Upload bandwidth usage: 1-10 GB/month

  • Open ports:

    8080: Web Api

Important note: Update your Node version to 22, if not already on it

​Prepare Operator Deployment

  1. Clone this and execute the following commands:

git clone https://github.com/Ungate-Ai/infini-route-attestators-public.git
  1. Copy .example_env into .env.

cd infini-route-attestators-public
cp .env.example .env
  1. Edit the .env and update the PRIVATE_KEY_ATTESTER with your holesky operator private key (ECDSA key). This is stored locally and is used to create a BLS public key.

PRIVATE_KEY_ATTESTER=<OPERATOR_PRIVATE_KEY>
πŸ‘©β€πŸ’Ό
EigenLayer User Guide
repo