Generate Agoric address from BIP-39 mnemonic seed #6994
-
How can I convert a 24-word BIP-39 mnemonic seed to an Agoric address with programing? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
briefly... most of the answer is in #5830 |
Beta Was this translation helpful? Give feedback.
-
for reference, I see this was also asked in https://community.agoric.com/t/convert-bip-39-mnemonic-seed-to-agoric-address/190/1 |
Beta Was this translation helpful? Give feedback.
briefly... most of the answer is in #5830
but rather than
DirectSecp256k1Wallet.fromKey()
use new DirectSecp256k1HdWallet(mnemonic: EnglishMnemonic, ...)