如何从分类帐设备获取NEAR公钥?

时间:2020-10-27 16:52:15

标签: nearprotocol

我有一个近端帐户,该密钥不在分类帐上,而一个分类器设备具有近距离应用程序。

我想将分类帐中的密钥添加到我的附近帐户中。为此,我需要知道与分类帐相关联的公共密钥。我如何获得这样的公钥?

1 个答案:

答案 0 :(得分:4)

如果要生成密钥,可以使用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