Skip to content

Repository files navigation

🌐 AIDP Hub

Enterprise-Grade Decentralized AI Infrastructure on AIDP

Untitled.video.-.Made.with.Clipchamp.7.mp4

Seamlessly route, verify, and scale AI inference via a global network of decentralized GPUs.

License Network Chain Status


🚀 The Vision

MicroAPI Hub is the production-ready gateway to the AIDP Ecosystem. It transforms decentralized compute from a speculative asset into a reliable utility for developers. By abstracting the complexity of P2P routing and cryptographic verification, we provide a "calm infrastructure" experience that competes with centralized cloud providers on performance, cost, and reliability.


🛠 Tech Stack

  • Frontend: React 18 (Hooks/Context API), TypeScript, Vite.
  • Styling: Vanilla CSS (Custom Variable-based Design System) + Framer Motion.
  • Icons: Lucide React.
  • Charts: Custom SVG visualizations.
  • Backend: Node.js, Express, TS (Production API Gateway).
  • Network: AIDP Decentralized Physical Infrastructure (DePIN).
  • Blockchain: Solana ($AIDP Settlement).

✨ Core Features

  • Authoritative Control Panel: A high-trust side-sheet for managing Identity, Security, and Billing.
  • Cryptographic Proof Engine: Real-time PoR/PoD verification using SHA-256 traces.
  • Usage Forecasting: Predictive spend analysis for developer budget management.
  • Live Infrastructure Hub: Monitor global network vitals, latency clusters, and job timelines.
  • Governance & Staking: Modular protocol views for community-led network growth.

🏛 5-Layer DePIN Architecture

The codebase follows the systematic AIDP 5-Layer Design for modular infrastructure:

graph TD
    subgraph "Application Layer"
        A[MicroAPI Hub Portal]
    end
    subgraph "Logic & Verification"
        B[AIDP SDK] --> C[Verification Engine]
        C --> D[PoR / PoD Proofs]
    end
    subgraph "P2P & Routing"
        E[Orchestrator]
    end
    subgraph "Physical Layer"
        F[GPU Provider Nodes]
    end
    A --> B
    B --> E
    E --> F
Loading
  • aidp-marketplace: The primary interaction layer for developers.
  • aidp-sdk: Cryptographic libraries for PoR/PoD proof generation.
  • aidp-orchestrator: Intelligent routing for decentralized inference.
  • aidp-verification: The settlement engine for trustless work.
  • aidp-node: Software for the physical GPU providers.

🏆 Ecosystem Campaign: "Build or Bring"

MicroAPI Hub is a flagship participation portal for the AIDP Ecosystem Campaign.

  • BUILD Track: Integrate AIDP compute into your own AI applications.
  • BRING Track: Refer new GPU nodes to the network.
  • $AIDP Token: PLNk8NUTBeptajEX9GzZrxsYPJ1psnw62dPnWkGcyai (SOL)

🏁 CLI / Script Integration (for judges)

We provide specialized CLI tools to interact with the AIDP Hub gateway, enabling real-time GPU job orchestration and cryptographic status monitoring from any terminal.

1. Start the Production Gateway

npm run server

2. Submit a Compute Job

# Deploys job to the AIDP network via the gateway
npm run submit:job -- --model=mistral-7b --prompt="Explain the DePIN fly-wheel effect."

3. Verify Job Status & Proofs

# Polls the network for execution logs and cryptographic verification
npm run check:job -- --jobId=<JOB_ID>

🏎 Quick Start


🔒 Security & Privacy

  • Cryptographic Identity: Manage signing keys for decentralized requests.
  • Passkeys & 2FA: Standard-compliant security for developer accounts.
  • Zero-Trust Monitoring: Every inference response is non-custodial and verifiable.

Built with ❤️ by 0xsupremedev for the AIDP Hackathon.

About

Enterprise-Grade Decentralized AI Infrastructure on AIDP. Seamlessly route, verify, and scale AI inference via a global network of decentralized GPUs.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages