Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the "password" param #239

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Remove the "password" param #239

wants to merge 1 commit into from

Conversation

0xelilee
Copy link

Ethers极简入门: 14. 批量生成钱包 (https://www.wtf.academy/docs/ethers-102/HDwallet/)
本课程中创建HD基钱包中代码将 basePath 参数传入 fromPhrase 方法中第二个参数
fromPhrase()方法截图
8817fd0259be922a5d2221bb11bc7db
使用教程中生成的HDwallet address: '0x9E3281254Df791570eECE35d04f687F55e31C9DC' password: "44'/60'/0'/0/",
直接使用助记词导入钱包 address:'0x4330e5bb174a05cb81c2d8df5ba343b88211ce43'

HDNodeWallet {
  provider: null,
  address: '0x9E3281254Df791570eECE35d04f687F55e31C9DC',
  publicKey: '0x0217d736cfd1814ca91fb518c08c9b5a1f0d38b0bb78f84b99fe8606ac6afcea3f',
  fingerprint: '0xdff1025f',
  parentFingerprint: '0x87c6f8bb',
  mnemonic: Mnemonic {
    phrase: 'limb cancel code margin fee guide divide prize mountain slight live history zone cabbage reveal medal way unknown borrow delay doctor race pond middle',
    password: "44'/60'/0'/0/",
    wordlist: LangEn { locale: 'en' },
    entropy: '0x81c424b443f548cf0ffd5a9099760ab61ffc3f6e1c52f81dbc681cf40560e9f4'
  },
  chainCode: '0xa0380ba9d452c3e250e3d780b2ddc4f74a18f62701a124f0924f668e293c904c',
  path: "m/44'/60'/0'/0/0",
  index: 0,
  depth: 5
}

Copy link

vercel bot commented Sep 12, 2024

@0xelilee is attempting to deploy a commit to the WTF Team on Vercel.

A member of the Team first needs to authorize it.

@0xelilee 0xelilee changed the title Remove the "Passward" param Remove the "password" param Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant