Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
import { createClient } from '@dynamic-labs/client' import { SuiExtension } from '@dynamic-labs/sui-extension' export const dynamicClient = createClient({ environmentId: 'YOUR-ENVIRONMENT-ID', }).extend(SuiExtension())
Was this page helpful?