Skip to content

Instantly share code, notes, and snippets.

@magicsih
Last active July 24, 2022 15:19
Show Gist options
  • Save magicsih/49a4d4922a353389633a095aa5b4b8f3 to your computer and use it in GitHub Desktop.
Save magicsih/49a4d4922a353389633a095aa5b4b8f3 to your computer and use it in GitHub Desktop.
Generate random mnemonic.
const ethers = require('ethers');
const mnemonic = await ethers.utils.HDNode.entropyToMnemonic(ethers.utils.randomBytes(16));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment