martinloesethjensen/flutter_algo_wallet

Import an existing wallet

martinloesethjensen opened this issue · 0 comments

Estimated hours: 10h
Used hours: 0h

Info

As a user, I would like to import an existing wallet.

Pre-reqs

  • The app needs to be connected to a node to perform an Algorand account creation.
  • An existing wallet
    • Mnemonic seed phrase is used for it.
    • TODO: "<SEED_PHRASE>"

Post conditions

Should have an account to send and receive funds.

Testing

Unit testing:

  • Fetching wallet from existing seed phrase

UI testing:

  • Screen with "Import wallet" button
  • Navigates to "Dashboard" screen

Acceptance Criteria

  • Should be able to import an existing wallet
  • Show an error if no wallet exists
  • Navigate to next screen if an import is successful