I created a new wallet using Lace wallet. And I got 24 words. Now I would like to know how I can derive the seed from 24 words in nodejs. I was using bip39 and was able to build my wallet. Here is my code: const entropy = bip39.mnemonicToEntropy(my_mnemonic, wordlist); seed = Buffer.from(entropy).toString('hex');
But right now the code is not working anymore. It returns a different wallet address. It worked fine in the past.
I encounter the same problem. How to get seed from 24 words that were generate by Lace wallet preview. I want to pass this seed to WalletBuilder.build function from @midnight-ntwrk/wallet
I was able to share this issue with someone from Midnight. He isn’t a dev, but will try to get some help for this issue (derive seed from mnemonic words)
I was investigating this some weeks ago, I’m not fully sure if this is a valid way of doing it, and I couldn’t get it to properly derive the correct seed, but this is what I was attempting without success: