Replies: 1 comment
-
Web3auth returns a app scoped private key which is 32 byte key and you can use this key as seed in bip39 lib to derive a seed phrase and use that seed phrase to derive n number of deterministic wallet keys using bip44. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I correctly implement multiple wallets per individual user?
Ex. user a is assigned 10 ETH wallets and 5 Solana wallets
Beta Was this translation helpful? Give feedback.
All reactions