For AI agents: a documentation index is available at /llms.txt. A markdown version of this page is available at the same URL with .md appended (or via Accept: text/markdown).
Skip to main content

Show wallet UI

The showWalletUI method opens Wallet Services in a web view. Wallet Services is available for EVM chains.

note

You can use Wallet Services on Sapphire Devnet at no cost. See MetaMask Developer pricing for production access.

Configure Wallet Services and the supported chains in your Embedded Wallets dashboard. You can set defaultChainId in Web3AuthOptions to select the initial chain.

Usage

web3Auth.showWalletUI();
On this page