How can you derive multiple wallet addresses from the same authentication in web3auth?
Originally posted by: jasalo
Check the discussion at: https://github.com/orgs/Web3Auth/discussions/613
How can you derive multiple wallet addresses from the same authentication in web3auth?
You can use private key returned by web3auth as a seed entropy to create a seed phrase and use that seed phrase in bip44 to generate hierarchically deterministic accounts.