Embed Wallet
Embed the Komet Wallet in your web app. Email login flow :

Mobile OTP flow 🎉

import KometWallet from "@komet/wallet-ui";
<KometWallet
url={YOUR_WHITELISTED_URL}
authResponse={(response)=>{...your code...}} />
Last updated
Was this helpful?