Created
March 22, 2023 01:36
-
-
Save sentilesdal/3e6dff45780d8aae59137bce89b5c0e3 to your computer and use it in GitHub Desktop.
This file contains hidden or 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); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment