OPTXOPTX DOCS
SDK Reference

SDK Overview

652015

Canonical jettoptx-sdk monorepo — @jettoptx/auth, @jettoptx/chat, and @jettoptx/jett-augment-registry.

The jettoptx-sdk monorepo is the canonical developer entry point for building on OPTX. It consolidates three packages that were previously split across separate repos (merged 2026-06-03).

Packages

PackagenpmPurpose
@jettoptx/authauthX OAuth PKCE + Solana signMessage + Ed25519 JWT
@jettoptx/chatchatE2E messaging transports and channel models
@jettoptx/jett-augment-registryaugment-registryJETT Augments 00–09 runtime topology

Install

git clone https://github.com/jettoptx/jettoptx-sdk.git
cd jettoptx-sdk
npm install

Or install individual packages from npm when published:

npm install @jettoptx/auth @jettoptx/chat @jettoptx/jett-augment-registry

Developer Quickstart

  1. Acquire JTXPlatform Access (≥1 JTX for DOJO entry)
  2. Install @jettoptx/auth — wire X OAuth + Solana wallet auth
  3. Create an AARON sessionClient Integration
  4. Optional on-chain attestationOn-Chain Bridge

Canonical Addresses

TokenAddressNetwork
$JTX v2JTXGnx83s2QZ2MwYkRD1cBKrqQKSdG5oe8vSYW5ZjoeMainnet
$OPTXDSyauRAZwUd2BrTk3P8k2yUxxvcx5X4BBg3Gh3VbeRG3Devnet

Platform URLs

Archived Source Repos

Old RepoStatus
jettoptx-jettauthArchived → use @jettoptx/auth in SDK monorepo