Skip to main content

13 docs tagged with "react"

View all tags

Add a wallet login button

Configure UnlockPanelManager once at startup, then add a reusable connect and disconnect button that works with every registered wallet provider.

Log in with a Ledger hardware wallet

A dedicated Ledger login button using ProviderFactory directly, including the anchor element the SDK renders its own device-connect and account-picker UI into.

Migration: useGetAccountInfo v4 vs v5

The same hook name still resolves in v5 but returns less data, silently. The easiest migration bug to miss because nothing forces a second look at it.