知乎专栏 | 多维度架构 |
创建默认钱包
$ cleos wallet create
演示
[root@netkiller ~]# cleos wallet list "/usr/local/bin/keosd" launched Wallets: [] [root@netkiller ~]# cleos wallet create Creating wallet: default Save password to use in the future to unlock this wallet. Without password imported keys will not be retrievable. "PW5Hu6VtABuC75RmjSaPv6BcwofA5DQMJ9xHFeFeefmZGNsdknAKQ" [root@netkiller ~]# cleos wallet list Wallets: [ "default *" ]
创建指定名称的钱包
$ cleos wallet create -n netkiller
操作演示
[root@netkiller ~]# cleos wallet create -n netkiller Creating wallet: netkiller Save password to use in the future to unlock this wallet. Without password imported keys will not be retrievable. "PW5J8qAhMPotrUQAswbPabXZPJq85YVGuxofhGVxo19xcynAfZcqx" [root@netkiller ~]# cleos wallet list Wallets: [ "default *", "netkiller *" ]