Web3Auth / web3auth-web

Simple infrastructure that enables Web3 wallets and applications to provide seamless user logins for both mainstream and Web3.0 users.
https://web3auth.io/docs
Other
420 stars 228 forks source link

[PRIVATE KEY] Use PrivateKey as seed #1708

Closed Amurmurmur closed 5 months ago

Amurmurmur commented 8 months ago

Is your feature request related to a problem? Please describe.

hey guys, quick question When I get a PK from a web3auth, is this meant to be used as an entropy for EVM chains. Or is it a good practice to derive a seed from the web3auth pk and generate wallets on any chain ?

for example:

HDKey.fromMasterSeed(web3auth.privKey)
chaitanyapotti commented 5 months ago

You can do that. Yes.