Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fromMnemonic function #192

Closed
wants to merge 6 commits into from
Closed

Add fromMnemonic function #192

wants to merge 6 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Aug 25, 2023

closes #178

Requiring BIP39 dependency is useless since the functionality of converting BIP39 mnemonic phrases are already in the imported package.

And, lower count of dependency => better security for the codebase

@ghost
Copy link
Author

ghost commented Aug 25, 2023

cc @acolytec3 @paulmillr @holgerd77

Thank you for your great works of the crypto libraries though @paulmillr you are doing a god's work

src/hdkey.ts Outdated Show resolved Hide resolved
@paulmillr
Copy link
Member

this is fine, however, the repository is deprecated and has been merged into ethereumjs-monorepo.

So, we need to archive this gh repo.

Would it be possible for you to submit a pull request to monorepo?

@ghost
Copy link
Author

ghost commented Aug 25, 2023

@ghost
Copy link
Author

ghost commented Feb 7, 2024

Closing as it is not going to merged I guess, for anyone who wants this feature you can use the latest @ethereumjs/wallet package https://github.com/ethereumjs/ethereumjs-monorepo/releases/tag/%40ethereumjs%2Fwallet%402.0.1 or ethers.js

@ghost ghost closed this Feb 7, 2024
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

different ETH keys for the same mnemonic
1 participant