Docs/SDKs

Tagline

Code for a smarter, fairer, and more private future.

DAITA-XQ Developer Docs & SDKs

Build Sovereign Intelligence Into Your Applications

The DAITA-XQ Developer ecosystem gives builders direct access to the Jewels, QuantumWave, and Sovereign Identity Framework (SIF) APIs.
Our SDKs and documentation make it simple to integrate privacy-preserving data exchange, distributed AI compute, and sovereign identity into your apps, edge devices, or enterprise workflows.

Overview

One platform, three pillars — Data, Compute, and Identity.

Developers can use DAITA-XQ’s open interfaces to:

  • Build privacy-preserving analytics and decentralized AI services.
  • Connect hardware or mobile devices as QuantumWave nodes.
  • Manage user data and consent with Jewels Vaults.
  • Create new tokenized economies powered by Sovereign Identity and NodeFlux Exchange.

Available SDKs

SDK

Language / Platform

Purpose

Jewels SDK

Python, JavaScript, Swift

Manage user data vaults, encryption keys, and consent contracts.

QuantumWave SDK

Python, Go, C++

Interface with distributed compute fabric, deploy jobs, verify results, and manage NodeFlux contributions.

DXQ-SIF SDK

JavaScript / TypeScript

Handle authentication, identity proofs, and wallet-based access tokens.

Micro-Mobility Control SDK

C++ / ROS / Python

Control Adaptive Motion Kernel–powered vehicles, access telemetry, and integrate edge intelligence.

All SDKs are open-source under the DAITA-XQ Developer License (DXQ-DL).

Getting Started

1️⃣ Install the CLI

pip install dxq-cli

dxq login

dxq init my_project

The CLI tool authenticates with your Jewels Sovereign ID and sets up a secure workspace for app development.

2️⃣ Initialize the SDK

from dxq.jewels import Vault

vault = Vault.connect(api_key=”YOUR_DXQ_KEY”)

vault.create(“user_profile”, encrypted=True)

3️⃣ Deploy a Compute Task

from dxq.quantumwave import NodeJob

job = NodeJob(“model_training.py”, resources={“gpu”:1})

result = job.run(distributed=True, verify=”zkp”)

print(result.status)

4️⃣ Monitor Network Nodes

dxq nodes list

dxq jobs monitor

Core Concepts

Concept

Description

Sovereign Identity (SIF)

Decentralized identity layer that authenticates users and devices across DAITA-XQ services.

Vaults

Encrypted data containers managed by the Jewels platform; all read/write actions require consent.

NodeFlux Exchange

Marketplace within QuantumWave that handles job requests, verification, and payouts.

QuantumWave Mesh

Distributed compute layer spanning cloud, edge, and mobile nodes.

DAITA-XQ Tokens (DXQ-ID / DXQ-Compute)

Used for authentication, staking, and compute job settlements.

API Documentation

Full REST and GraphQL documentation is available at:
🔗 developer.daita-xq.com/docs

Includes:

  • Auth & session flows (OAuth2 + DXQ-SIF)
  • Vault management endpoints
  • QuantumWave job orchestration API
  • ZKP verification and attestation schema
  • NodeFlux Exchange marketplace endpoints

Developer Tools

Tool

Description

DXQ CLI

Command-line toolkit for managing identities, vaults, and compute jobs.

DXQ Dashboard

Web UI for developers to visualize network nodes and task performance.

TestNet Environment

Sandbox network for safe experimentation with QuantumWave compute and Jewels data flows.

Code Samples

GitHub repository with Python, JS, and C++ quick-starts.

 

Security & Compliance

  • SDKs implement end-to-end encryption, JWT-based session tokens, and hardware-based key storage when available.
  • All API calls are signed and timestamped through the SIF verification layer.
  • Audit logs are immutably stored on QuantumWave nodes for compliance tracking.

Join the Developer Network

Be part of the first wave of sovereign intelligence builders.

[ Access Developer Portal ] [ Explore SDKs on GitHub ] [ Read API Docs ]