spacemeshos / app

[DEPRECATED] The cosmic Spacemesh App containing the Spacemesh Wallet and the Spacemesh Dashboard 🏦📊
MIT License
20 stars 12 forks source link

UI Component: Restore Wallet from file #24

Open iamonuwa opened 5 years ago

iamonuwa commented 5 years ago

Is your feature request related to a problem? Please describe. As a user, I want to restore my wallet from file

Describe the solution you'd like This feature will allow the users to restore their existing wallet(s) from file into the app

  1. User locates the data file path on his device local storage
  2. User is prompted to provide the wallet's pin code / passphrase
  3. The app imports the wallet to its local storage and adds a new wallet to its model
  4. User is prompt to protect the imported wallet with pin / passphrase or with a bio auth method (faceId, touchId, etc...)

Describe alternatives you've considered

Additional context Cross-platform components should be put in a shared folder

See CONTRIBUTING.md for contribution guidelines