This utility can be used check if the user has authenticated with a wallet.
import { isAuthenticatedWithAWallet } from "@dynamic-labs/sdk-react-core"; const App = () => { const authenticatedWithAWallet = isAuthenticatedWithAWallet(user) ... }
Was this page helpful?