如何从分类帐设备中获取 NEAR public 密钥?

How to get the NEAR public key from the ledger device?

我有一个 near 帐户,其中的密钥不在 ledger 上,还有一个 ledger 设备带有 near 应用程序。

我想将账本中的密钥添加到我最近的账户中。为此,我需要知道与分类账(某条路径)关联的 public 键。我怎样才能得到这样的 public 密钥?

如果要生成密钥,可以使用 near-cli 工具并调用命令:

near generate-key key --useLedgerKey="44'/397'/0'/0'/1'"
near generate-key key --useLedgerKey="44'/397'/0'/0'/2'"

您可以在文档中找到更多信息:https://docs.near.org/docs/development/near-cli