zingolabs / zingolib_original

ZingoLib
MIT License
1 stars 1 forks source link

In the `cli`, there is no available option to import a wallet from a seed phrase or `HD seed`. #92

Open dannasessha opened 2 years ago

dannasessha commented 2 years ago

In the cli, there is no available option to import a wallet from a seed phrase or HD seed.

Currently, the import command offers this help when run alone:

Usage:
import <spending_key | viewing_key> <birthday> [norescan]
OR
import '{'key': <spending_key or viewing_key>, 'birthday': <birthday>, 'norescan': <true>}'

A user might want to be able to restore a wallet (or, more likely, all the contents of a wallet, thus merging with the current addresses in the wallet) using a seed phrase or HD seed.