WTFAcademy / WTF-Ethers

我最近在重新学ethers.js,巩固一下细节,也写一个“WTF Ethers.js极简入门”,供小白们使用,每周更新1-3讲。Now supports English! 官网: https://wtf.academy
https://wtf.academy
Other
3.11k stars 507 forks source link

ethers.Wallet.fromMnemonic is not a function #90

Closed LiZheGuang closed 1 year ago

LiZheGuang commented 1 year ago

我用的是6.3.0

解决方案:替换成 ethers.Wallet.fromPhrase(mnemonic.phrase)

AmazingAng commented 1 year ago

这个是哪一讲的内容?

LiZheGuang commented 1 year ago

Ethers极简入门: 4. 发送ETH

AmazingAng commented 1 year ago

已修复