TbLtzk/Centaurus

Export/Import keys

Closed this issue · 2 comments

In the wallet tab, provide a way to export keys, e.g.

  • write json file
  • import the keys from such file
  • import the keys from a qr code with json coded keys

Done so far

  • Export to string (share via any channel).
  • Import this string (encoded as qrcode).
  • Import this string (paste in input field)
  • Import by pasting address and secret directly

Still open:

  • Encryption

Encryption done.
UI could be improved, but close for now.