📅  最后修改于: 2022-03-11 15:01:11.343000             🧑  作者: Mango
import { ethers } from 'ethers';
const randomMnemonic = ethers.Wallet.createRandom().mnemonic;
const wallet = ethers.Wallet.fromMnemonic(randomMnemonic.phrase);