Skip to main content

13 docs tagged with "wallet"

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.

Generate a mnemonic + derive keys

Generate a BIP39 mnemonic with sdk-core and derive secret keys at several address indices, fully offline, with a determinism check and secrecy notes.

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.

Save and load a PEM (dev only)

Save a wallet to a PEM file and load it back via Account and UserPem with sdk-core. PEM is unencrypted and dev-only; fully offline, no network.