Skip to main content

Overview

SDX provides a unified SDK and APIs for integrating identity, intents, messaging, and paymaster features with minimal boilerplate.

Key Capabilities

  • Single SDK for multi‑chain workflows
  • Strong typing and helpers for Trikon primitives
  • Local dev tools and simulators

Install

npm install @trikon/sdk @trikon/types

Initialize

import { Trikon } from '@trikon/sdk';
const trikon = new Trikon({ apiKey: process.env.TRIKON_API_KEY });