【发布时间】:2021-11-07 19:39:15
【问题描述】:
我正在使用这些说明为帐户(测试网)生成公钥和私钥,以进行一些测试交易。
https://docs.near.org/docs/tokens/token-custody#option-2-self-custody
我在终端上运行这个命令
npm install -g near-cli
然后这个命令生成密钥
near generate-key dummyaccount.testnet
但它说
Command 'near' not found
知道我在这里遗漏了什么(抱歉刚刚开始使用这个东西)。
npm 7.23.0 节点 12.18.2
【问题讨论】:
-
在此站点中搜索 command not found。这里有许多现有的问题都在问同样的问题。
标签: nearprotocol