Derive multiple wallet addresses from the same authentication in web3auth

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

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.



Originally posted by: himanshuchawla009

Duplicate of #438



Originally posted by: yashovardhan