πv0.0.6
Welcome to the Sudo SDK documentation. This SDK allows you to interact with Sudo's perpetual futures trading platform on the Sui blockchain.
Table of Contents
Quick Start
import { SudoAPI } from 'sudo-sdk';
const provider = getProvider(network);
const sudoAPI = new SudoAPI(network, provider);
// Now you're ready to use the SDK!Last updated