-
Hi, I'm testing local hd wallet generation using ethers v 6.3.0 and I would like to ask the community... Why do these 2 yield different results?
The first one yields the same address as the one MetaMask created. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
zemse
May 20, 2023
Replies: 2 comments
-
When creating hd node from phrase, it also derives the path (source code). async function createMasterNode() {
return HDNodeWallet.fromPhrase(phrase);
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
santox
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When creating hd node from phrase, it also derives the path (source code).