Install packages
npm
yarn
pnpm
- Optional (TypeScript in Node):
@types/ws
npm
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Install the Decibel TypeScript SDK and its peer dependencies
npm install @decibeltrade/sdk @aptos-labs/ts-sdk zod
yarn add @decibeltrade/sdk @aptos-labs/ts-sdk zod
pnpm add @decibeltrade/sdk @aptos-labs/ts-sdk zod
@types/wsnpm install -D @types/ws
import {
DecibelReadDex,
DecibelWriteDex,
TESTNET_CONFIG,
} from "@decibeltrade/sdk";
