Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create a wallet using Crossmint’s APIs
wallets.create
import { useWallet } from '@crossmint/client-sdk-react-ui'; const { getOrCreateWallet } = useWallet(); const wallet = await getOrCreateWallet({ chain: "<your-chain>", });
email:<email>
userId:<userId>
phoneNumber:<phoneNumber>
twitter:<handle>
x:<handle>
const wallet = await crossmintWallets.createWallet({ chain: "<your-chain>", });
import { useWallet } from '@crossmint/client-sdk-react-native-ui'; const { getOrCreateWallet } = useWallet(); const wallet = await getOrCreateWallet({ chain: "<your-chain>", });
Was this page helpful?