User Story - Import An Existing Wallet Account from a user’s Dashboard
As a crypto wallet user, I want to import an existing wallet account from my dashboard so that I can easily access and manage all my crypto assets and wallets in one place.
Scenario (Acceptance Criteria)
Given (Some Precondition)
- The user has logged in and has landed on their dashboard
When (I Do Some Action)
Import k-address account using private keys
- The user clicks on the “Account Dropdown”
- The user sees the following; “Accounts”, “Create a new wallet account” and “Import existing wallet account”
- The user clicks on the “Import existing wallet account” option
- The user is taken to a page where they are asked to Import their wallet account using their “Private key string”
- The user clicks on “import using private key”
- A field opens up where the user can enter “Private Key”
- The user enters their “Private key”
- The user sees a ‘Start Importing Your Wallet’ button
- The user clicks the ‘Start Importing Your Wallet’ button
- The wallet has been Imported successfully.