【问题标题】:XRPL signing transaction, stuck at getting xrpl wallet from secret numbersXRPL 签名交易,卡在从密码中获取 xrpl 钱包
【发布时间】:2021-12-19 03:01:24
【问题描述】:

我有 6 位 8 行密码。 如何使用 xrpl.Wallet.fromMnemonic 或 xrpl.Wallet.fromSecret 方法转换/使用我的密码?

const xrpl = require("xrpl")
const PUBLIC_SERVER = "wss://xrplcluster.com/"
const client = new xrpl.Client(PUBLIC_SERVER)
await client.connect()
const wallet = xrpl.Wallet.fromMnemonic('A:112121 B:222222 C:333333 D:444444 E:555555 F:656565 G:156545 H:454545')
console.log(wallet) 
......

【问题讨论】:

    标签: node.js ripple xrp


    【解决方案1】:

    xrpl.js 目前不支持 XUMM 风格的“秘密数字”。如果你想在 xrpl.js 中使用你的密码,你需要convert them to family seed format

    【讨论】:

      猜你喜欢
      • 2022-11-01
      • 2020-12-15
      • 1970-01-01
      • 2021-10-07
      • 2022-12-24
      • 1970-01-01
      • 1970-01-01
      • 2023-04-01
      • 2012-05-31
      相关资源
      最近更新 更多