This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const ethers = require('ethers'); | |
let mnemonic = "YOUR MNEMONIC"; | |
let mnemonicWallet = ethers.Wallet.fromMnemonic(mnemonic); | |
console.log(mnemonicWallet.privateKey); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'0xD29Ee723ab419F80C5ABb2f42bE316c7FaB4a4Ec' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0xe63f71206FFeE7D1eEEC1655890D0178D643a35C |