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

Support derived addresses from public key on read-only mode #32

Closed
arobsn opened this issue Aug 25, 2021 · 1 comment · Fixed by #92
Closed

Support derived addresses from public key on read-only mode #32

arobsn opened this issue Aug 25, 2021 · 1 comment · Fixed by #92
Labels
enhancement New feature or request

Comments

@arobsn
Copy link
Member

arobsn commented Aug 25, 2021

In order to have a smoother experience between the Ergo's wallets, it would be great if a way to derive addresses from the wallet's Extended Public Key was implemented by reading its QR Code.

  • Yoroi provides the public key at Settings > Wallet > Export.
  • Ergo Paper Wallet also provides the same key on the printed wallet.

It would be nice for these users could securely track their balances through this feature.

@MrStahlfelge
Copy link
Member

MrStahlfelge commented Feb 15, 2022

  • Add xpubkey to db scheme
  • Make add read only screen support using xpubkey (and save it for later use)
  • Support deriving addresses from xpubkey
  • Add way to show xpubkey in wallet config screen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
3 participants
@MrStahlfelge @arobsn and others