知乎專欄 | 多維度架構 | | | 微信號 netkiller-ebook | | | QQ群:128659835 請註明“讀者” |
創建預設錢包
$ 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 *" ]