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
| Package | npm | Purpose |
|---|---|---|
@jettoptx/auth | auth | X OAuth PKCE + Solana signMessage + Ed25519 JWT |
@jettoptx/chat | chat | E2E messaging transports and channel models |
@jettoptx/jett-augment-registry | augment-registry | JETT Augments 00–09 runtime topology |
Install
git clone https://github.com/jettoptx/jettoptx-sdk.git
cd jettoptx-sdk
npm installOr install individual packages from npm when published:
npm install @jettoptx/auth @jettoptx/chat @jettoptx/jett-augment-registryDeveloper Quickstart
- Acquire JTX — Platform Access (≥1 JTX for DOJO entry)
- Install
@jettoptx/auth— wire X OAuth + Solana wallet auth - Create an AARON session — Client Integration
- Optional on-chain attestation — On-Chain Bridge
Canonical Addresses
| Token | Address | Network |
|---|---|---|
| $JTX v2 | JTXGnx83s2QZ2MwYkRD1cBKrqQKSdG5oe8vSYW5Zjoe | Mainnet |
| $OPTX | DSyauRAZwUd2BrTk3P8k2yUxxvcx5X4BBg3Gh3VbeRG3 | Devnet |
Platform URLs
| Surface | URL |
|---|---|
| DOJO / JettChat | https://jettoptx.chat |
| Docs | https://jettoptx.dev |
| AARON Router | https://aaron.jettoptics.ai |
| HEDGEHOG MCP | https://hedgehog.jettoptics.ai |
Archived Source Repos
| Old Repo | Status |
|---|---|
| jettoptx-jettauth | Archived → use @jettoptx/auth in SDK monorepo |