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

Mobile OTP flow 🎉

Last updated
Was this helpful?
Embed the Komet Wallet in your web app. Email login flow :

Mobile OTP flow 🎉

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