Add ability to dynamically change addresses #7
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lousando/briskett#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Allow the user to swap between different addresses stored on the Trezor.
One could show all addresses, after exporting the public keys from the Trezor, before letting a user select an address (or multiple addresses) to interact with. This way you avoid having to build some clunky 'switching' interface, and instead you just have a flow that restricts adresses (e.g., get public key, list all 7 addresses (with their balance), let user select 1-n adresses, get private keys for selected addresses and then the final page allows the user to interact with the selected adresses).
I will play around a bit more this week, to see if I can get it running locally to connect with the node to see if I can make some headstart with this (JS is not my main language, so will take a bit).