I have one question.
let’s say users create their wallet using their email
can I know user’s wallet address if I know his email?
Hi, @TomTom @Ayush
Could you help me regarding to this problem?
users use our dapp with web3auth embed wallet that created by their email.
how can I get the embed wallet address with their email?
Hey @devcrypto389 it’s not possible to know user’s wallet address just by simply knowing the email address. The other factor you would require would be verifier name, verifier id(email), web3auth network on which verifier is deployed. You can checkout the Wallet Pregeneration API. Please note, this API only works when you are using the CoreKit SDKs like SFA. For PnP it’s possible only when the useCoreKitKey
flag is true.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.