Skip to content
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

Hierarchical keys bip-32 #11

Open
5 tasks
kaarmann opened this issue Mar 18, 2017 · 0 comments
Open
5 tasks

Hierarchical keys bip-32 #11

kaarmann opened this issue Mar 18, 2017 · 0 comments

Comments

@kaarmann
Copy link
Contributor

  • generate the special key ( button on /keys ) and go through ID/Mobiil-ID verification.
  • after successful verification indicate to account-identity that this address is special and send the public key
POST /v1/hdkey
{
  address: 0x32323cb232
  publicKey: 0x321553235
  batchSize: 20
  minBuffer:  5
}
returns:
{
  [
    {path: 2/1, address: 0x232},
    ...
    {path: 2/20, address: 0x232},
  ]
}
  • mark this key as special in the app localStorage
  • on the /keys page show the special keys with a different icon, when expanded then fetch non-0-balance paths from server and show on the expanded block
  • when user refreshes balances, then pre-empt by loading non-zero balance sub-keys from account-identity and store these in localStorage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant