Installation
Requirements
- Node.js 18 or higher
- npm, yarn, or pnpm
Install the SDK
npm install @ultra-dex/sdk
Or with yarn:
yarn add @ultra-dex/sdk
Or with pnpm:
pnpm add @ultra-dex/sdk
Verify
import { UltraDex } from '@ultra-dex/sdk'
console.log(typeof UltraDex) // → function
Next
Go to Quick Start to send your first routed request.