Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们如何在以太坊中使用 web3js 生成地址和私钥?
请有人帮忙。
如果您使用的是 web3.js 1.0.0,请参阅web3.eth.accounts.create.
web3.eth.accounts.create
如果您使用的是 0.2xx,我认为 web3.js 不包含执行此操作的方法,但您可以使用ethereumjs-wallet.
ethereumjs-wallet