Summary
A hook with utility functions to sign with a specific wallet. The hook needs to be initialized within a child ofDynamicContextProvier
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🚀 Stablecoin Accounts are live! Learn more
DynamicContextProvier
openWallet - available from version v0.14.32const SignWithMetaMaskButton = () => {
const { openWallet } = useWalletItemActions();
return (
<button onClick={() => openWallet('metamask')}>
Sign with MetaMask
</button>
)
}
Was this page helpful?