DynamicContextProvier
openWallet
v0.14.32
const SignWithMetaMaskButton = () => { const { openWallet } = useWalletItemActions(); return ( <button onClick={() => openWallet('metamask')}> Sign with MetaMask </button> ) }
Was this page helpful?