Docs

localWallet

A wallet configurator for Local wallet which allows integrating a "Guest Login" experience to app.

It returns a WalletConfig object which can be used to connect the wallet to via ConnectWallet component or useConnect hook as mentioned in Connecting Wallets guide

Example

localWallet({
persist: true,
});

Parameters

Returns