Deterministic address generation

Can you know the address of the user in advance?? We are login with Twitter, and I know the Twitter id of the user in advance. I want to send some balance to specific users in advance. I am looking for some formula that I can use to determine private or pubic keys and give social login and verifier.

@alex3 Welcome Aboard!

Let me check with our team if this is possible and get back to you.

Hello @alex3.
There is no logic to know someone’s address in advance.
because final address is derived from idToken, which is retrieved after login.

You need a separate business logic from web3auth.
For example, having a new DB that maps twitter id to address.
But this answer is out of our scope, so I won’t go into detail here.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.