Convert Seed Hex to Mnemonic #3093
Unanswered
anarkrypto
asked this question in
Q&A
Replies: 1 comment 4 replies
-
You probably want these functions and this constructor. :) |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I've been working on a mobile wallet with react-native, using Ethers as a base.
We don't want to use passwords. I believe that the best solution for our case is to store the seed in hex with expo-secure-store.
In my opinion the mnemonics should only be used to allow export / import of the wallet. Also the hexadecimal format seems more efficient for storage. I can then generate the wallet with HDNode.
However, ethers.js does not have a tool to convert the seed from hex to mnemonic.
I don't want to have to store the mnemonic. Any suggestion ?
Beta Was this translation helpful? Give feedback.
All reactions