首页 > TAG信息列表 > newWallet
如何生成钱包
源码 https://github.com/chaincc/just_tools const { ethers } = require("ethers"); function main() { newWallet() } main(); async function newWallet() { var privateKey = ethers.utils.randomBytes(32); var wallet = new ethers.Wallet