Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.getpara.com/llms.txt

Use this file to discover all available pages before exploring further.

To switch wallets, use the useWalletState hook. This hook provides methods to manage the currently selected wallet and allows you to switch between different wallets.

useWalletState

import { useWalletState } from '@getpara/react-sdk';

const { selectedWallet, setSelectedWallet, updateSelectedWallet } = useWalletState();

// Switch to a specific wallet by ID
setSelectedWallet({ id: 'wallet_123' });

// Refresh selection from Para client state
updateSelectedWallet();

Next Steps

Sign Messages

Query Wallet Balance