createClient.
This client can then be extended with many other features, like React Native support and viem integration.
Installation
Simply run the following in your terminal:- expo
- npm
- yarn
Shell
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🚀 Stablecoin Accounts are live! Learn more
createClient.
This client can then be extended with many other features, like React Native support and viem integration.
npx expo install @dynamic-labs/client
npm install @dynamic-labs/client
yarn install @dynamic-labs/client
import { createClient } from '@dynamic-labs/client'
export const dynamicClient = createClient({
environmentId: 'YOUR-ENVIRONMENT-ID',
// Optional:
appLogoUrl: 'https://demo.dynamic.xyz/favicon-32x32.png',
appName: 'Dynamic Demo',
})
Was this page helpful?