Want to generate a bunch of wallets but your are lazy as fuck?
// MIT Licensed © 2022 [email protected]
import { ethers } from "ethers";
(async () => {
const { phrase } = ethers.Wallet.createRandom().mnemonic;
const dataTable = [];
console.log("Passphrase:", phrase);