vault713 / wallet713

A wallet that makes it easy to send, store, and swap Grin.
Apache License 2.0
196 stars 74 forks source link

support restore from BIP-39 mnemonic phrase #11

Closed lehnberg closed 5 years ago

lehnberg commented 5 years ago

As a user, I want to be able to restore from the BIP-39 mnemonic phrase, so that I do not have to deal with backing up my .seed file.

ravidio commented 5 years ago

this is now supported via restore --mnemonic <words> also took the opportunity to make the init/restore phases a bit more graceful.