Skip to content

How can I generate mnemonic in ethers v6 ? #4605

Closed Answered by ricmoo
bhavya3024 asked this question in Q&A
Discussion options

You must be logged in to vote

All the Mnemonic APIs have been added to the Mnemonic class to reduce namespace pollution.

So, you can use Mnemonic.entropyToPhrase(entropy) to accomplish the same thing in v6.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bhavya3024
Comment options

Answer selected by bhavya3024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #4604 on February 15, 2024 17:49.