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
  1. Operators
  2. TestNet

Quickstart

Run the Attestor Node

We provide a docker-compose configuration which sets up the Attestor Node

  1. Navigate to the project directory

  2. After setting up the environment, and creating the .env file with the usual Ungate configurations (see the .env.example), then run:

docker compose build --no-cache
docker compose up
PreviousRegistrationNextImmediate Next Steps

Last updated 9 months ago

👩‍💼