deepbookv3-sdk

Installation
SKILL.md

DeepBook V3: SDK Core & Client Setup

The @mysten/deepbook-v3 TypeScript SDK abstracts away raw Move smart contract calls into simple, unified client operations. It allows developers to programmatically build Sui transaction blocks (PTBs) and query the state of pools.


1. Installation

To install the official DeepBook V3 SDK:

npm install @mysten/deepbook-v3
# or
yarn add @mysten/deepbook-v3
# or
pnpm add @mysten/deepbook-v3

Installs
2
First Seen
Jun 22, 2026
deepbookv3-sdk — nickthelegend/sui-deepbook-skills