ORA
TwitterDiscordWebsiteMirror
  • ✨Quick Start
  • 🔘Introduction
    • About ORA
    • Use Cases
    • Key Milestones
  • 🌐Foundation
    • ORA Coin ($ORA)
    • Tokenomics
      • Interacting with ORA’s Tokenomics
  • 🤖Onchain Perpetual Agent (opAgent)
    • opAgent
  • 🔮Onchain AI Oracle (OAO)
    • Onchain AI Oracle
      • Build with AI Oracle
        • Callback Gas Limit Estimation
        • Advanced Usages of AI Oracle
        • Optimistic Machine Learning (OPML)
      • Onboard AI Models
      • Non-Developer Guides
      • References
        • AI Settlement Oracle
        • Example: Fortune Teller
    • Node Operator Guide
      • Tora Validator Client
      • Tora Launcher - Tutorial
      • Tora CLI - Tutorial
      • Troubleshooting
    • Fraud Proof Virtual Machine (FPVM) and Frameworks
      • opML
      • opp/ai
      • Comparison of Proving Frameworks
  • 💠Resilient Model Services (RMS)
    • Overview
    • ORA API
    • Model and Pricing
    • Technology
  • 🪙INITIAL MODEL OFFERING (IMO)
    • IMO Overview
    • IMO Participation Rules
    • ERC-7641: Intrinsic RevShare Token
    • ERC-7007: Verifiable AI-Generated Content Token
  • 📚Resources
    • Resources
    • FAQ
    • Glossary
    • Legal
      • Privacy Policy
      • Terms of Use
  • 📧Get in touch
    • Twitter
    • Telegram
    • GitHub
Powered by GitBook
On this page
  • Introduction
  • Technical Details
  • Tutorials

Was this helpful?

Export as PDF
  1. Onchain AI Oracle (OAO)
  2. Node Operator Guide

Tora Validator Client

Running ORA nodes with the Tora Validator Client

PreviousNode Operator GuideNextTora Launcher - Tutorial

Last updated 7 months ago

Was this helpful?

Introduction

Tora Validator is a validator client of the AI Oracle network, written in TypeScript.

As the first released version of ORA node, it validates AI inference results submitted by AI Oracle nodes.

To enhance client diversity and further decentralize the network, future updates will introduce additional types of nodes.

Tora Validator Node performs two main functions:

  • Validation: It validates AI inference results by executing AI computations within the opML framework.

  • Blockchain Interaction: The node interacts with ORA's AI Oracle smart contracts by monitoring AI requests and confirming validated inference results.

Technical Details

Tora Validator supports the OpenLM model (model ID: 13) on the Ethereum mainnet. The node runs this model and confirms its AI inference results on-chain, contributing to the overall security and trustworthiness of the network.

Tutorials

To encourage participation, Tora offers two options of client software for running the node:

  • Desktop App (Tora Launcher): A beginner-friendly approach for users who prefer a graphical interface.

  • CLI: An advanced option for those comfortable with command-line operations, offering more control and flexibility.

🔮