-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple Accounts #23
Comments
Peng: |
Peng: |
When we suggested this feature, we *did* mean multiple accounts, not just
multiple coins on one account. The main reason was to make it possible to
import accounts which already have money on them (e.g. ones generated with
`basecli`).
Although, a single account definitely makes many parts of the app simpler,
so maybe a better solution would be for the import feature to simply move
funds into the app's single account. Or even just not supporting imports
and expecting the user to send their funds to their app's address outside
of the app.
…On Nov 2, 2017 4:46 AM, "Fabian" ***@***.***> wrote:
Peng:
In the case we want to support multiple accounts, we would need to
integrate the basecli keys new mykey command. @mappum
<https://github.com/mappum> would know how to implement this.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAYTzXeOLpehPq6rhOksjkMBe30_AoPVks5syY9-gaJpZM4QLbF0>
.
|
since it is possible to have as many accounts as you'd like — i think it would be unfortunate to be stuck with 1 in the GUI — but i think we should flesh out the pros and cons together 🌞 🇲🇽 🌴 |
from the meeting at Thompson Rooftop
|
I think that this is going to be addressed by forcing the user to use the welcome screen before they access the app. |
I think the welcome screen only pops up initially right? After that, the user is "signed in". |
yeah. so the welcome screen lets someone sign in with one address. if they want to sign out and sign back in with another address than that's ok. is this ticket about a feature where you can be "signed in" with more than one address at a time? does it have something to do with multiple asset types (ATOMS, ETH, BTC, etc...)? |
Doesn't have to be multiple at a time, but at least the ability to switch. It's not about multiple asset types since one account can have multiple denominations. More about cases such as importing an old key from another device, or keeping a cold storage account on your Ledger, etc. |
right! cool! so doesn't that mean we can rely on the welcome screen for handling everything to do with multiple accounts? or this feature is about switching between existing accounts very easily from within the app? is that the idea? |
Relying on the welcome screen is easy enough for now. This requirement got brought up because the previous solution was to copy private key files around to switch keys, so anything is better than that. |
This is done via "sign out" -> "sign in" right? |
yep. this is done!! 🎉 🌮 |
As a user
I want to be able to add multiple accounts to the wallet
so that I can be more anonymous.
AC:
Note:
The text was updated successfully, but these errors were encountered: