Quick start
Install and configure the canonical SDK:
import { createClient } from '@dolphinpay/sdk';
const client = createClient({
network: 'testnet',
packageId: '0x31f379dfc3efefa108efe37707c55d71aa4ca7076546eee66b06533754bccd61',
assetRegistryId: '0xe2dae49367413ec1a952615632661a36bd60ea76f7e2010b2a5d18a5dfa4858b',
});
All transaction builders return a Sui Transaction. A wallet must sign and
submit it. Application data queries use SuiGrpcClient; wallet plumbing may
use @mysten/dapp-kit.
These IDs are Testnet-only. Do not copy IDs from the archived or superseded package, and do not reuse Testnet IDs for Mainnet.