meshplus/bitxhub

Convert the ethereum key to bitxhub key.

jzhe886 opened this issue · 1 comments

Development Task

Convert the ethereum key to bitxhub key.

bitxhub key convert  --save --priv ./key.json --passwd bxh123

小提示:

  1. 代码逻辑在cmd/bitxhub/key.go文件;
  2. convert命令中添加passwd参数;
  3. convertKey函数中把以太坊格式的key.json转化为bitxhub格式的密钥;
  4. 返回转化后的文件内容;