Open tangmingkao opened 5 years ago
Litecore doesn't have built in BIP39 support, but bitcoinjs does. If BIP39 is all you're after, you can still use bitcoinjs for the key generation, and litecore/insight for everything else.
https://github.com/bitcoinjs/bip39
Example usage: https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/test/integration/bip32.js
My modified version for Litecoin: https://github.com/majestic84/bitcoinjs-lib
At your prompt, I solved this problem, thank you very much!
How to use the mnemonic to create a private key, public key, address?