mirror of https://github.com/status-im/swarms.git
update idea copy
This commit is contained in:
parent
e547e554f5
commit
94287f4b90
|
@ -10,23 +10,24 @@
|
||||||
## Summary
|
## Summary
|
||||||
|
|
||||||
A user should be able to recover accounts created in MyCrypto, MetaMask, Toshi, Cipher Browser, and other
|
A user should be able to recover accounts created in MyCrypto, MetaMask, Toshi, Cipher Browser, and other
|
||||||
mnemonic wallets.
|
mnemonic wallets, into Status.
|
||||||
|
|
||||||
## Swarm Participants
|
## Swarm Participants
|
||||||
|
|
||||||
- Lead Contributor: @pilu
|
- Lead Contributor: @pilu
|
||||||
- Testing & Evaluation: <!-- @username -->
|
- Testing & Evaluation: @antdanchenko
|
||||||
|
- Testing & Evaluation: @asemiankevich
|
||||||
- Contributor: <!-- @username -->
|
- Contributor: <!-- @username -->
|
||||||
- Contributor: <!-- @username -->
|
- Contributor: <!-- @username -->
|
||||||
- PM: <!--- @username -->
|
- PM: @chadyj
|
||||||
- UX (if relevant): <!-- @username -->
|
- UX (if relevant): @jpbowen
|
||||||
<!-- - Contributor: @username -->
|
<!-- - Contributor: @username -->
|
||||||
|
|
||||||
## Product Overview
|
## Product Overview
|
||||||
|
|
||||||
The wallets named above create the private key with the mnemonic words but without password.
|
The wallets named above create the private key with the mnemonic words but without password.
|
||||||
|
|
||||||
In those wallets, the password is only used to lock the account, and it's not needed to recover it.
|
In those wallets, the password is only used to lock the account and encrypt the private key, and it's not needed to recover it.
|
||||||
|
|
||||||
In Status, the same password is used to generate the account and to recover it,
|
In Status, the same password is used to generate the account and to recover it,
|
||||||
so a user cannot recover a wallet created with the 12 words but without password.
|
so a user cannot recover a wallet created with the 12 words but without password.
|
||||||
|
@ -44,10 +45,12 @@ and use the passoword only to lock the account on the phone.
|
||||||
<!-- The Swarm must develop a fully fleshed out Requirements document for the idea to proceed, to the satisfaction of participants. -->
|
<!-- The Swarm must develop a fully fleshed out Requirements document for the idea to proceed, to the satisfaction of participants. -->
|
||||||
|
|
||||||
Requires Idea #94 (Wallet Compatibility)
|
Requires Idea #94 (Wallet Compatibility)
|
||||||
|
Requires Idea #58-mainnet
|
||||||
|
Requires Idea 80-onboarding
|
||||||
|
|
||||||
### Minimum Viable Product
|
### Minimum Viable Product
|
||||||
<!-- Mandatory, completes the Idea in the fastest route possible, can be hacky, needed to feel progress. See https://imgur.com/a/HVlw3 -->
|
|
||||||
Goal Date: <!-- Date for evaluation in ISO 8601 (yyyy-mm-dd) format -->
|
Goal Date: 2018-04-20
|
||||||
|
|
||||||
Description: <!-- Description of Deliverables-->
|
Description: <!-- Description of Deliverables-->
|
||||||
|
|
||||||
|
@ -63,6 +66,9 @@ Testing Days required: <!-- Days required at the end of development for testing
|
||||||
|
|
||||||
<!-- Example: Onboarding conversion rate. Target >30% full funnel -->
|
<!-- Example: Onboarding conversion rate. Target >30% full funnel -->
|
||||||
|
|
||||||
|
* 5k daily active users (OKR 2.1 of Q2)
|
||||||
|
* 20% of users send a transaction (OKR 2.4 of Q2)
|
||||||
|
|
||||||
## Exit criteria
|
## Exit criteria
|
||||||
<!-- Launch new onboarding UI flow -->
|
<!-- Launch new onboarding UI flow -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue