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

Detect device connected to see which accounts are available #42

Open
fubuloubu opened this issue Mar 5, 2024 · 2 comments
Open

Detect device connected to see which accounts are available #42

fubuloubu opened this issue Mar 5, 2024 · 2 comments

Comments

@fubuloubu
Copy link
Member

Overview

Would be really nice if the account container class did some sort of detection (perhaps lazily) of whether a device was connected, and if so, what accounts are connected via that device. Especially useful for something like ape-safe, where it dynamically detects what wallets it can use to sign with

Specification

May need to track some sort of "device ID" (maybe a processed version of the master pubkey) that can be used to detect which devices are connected to which accounts, and then based on the connected devices at the time that a request is made to the account container of which accounts are available we filter that response dynamically.

Dependencies

Include links to any open issues that must be resolved before this feature can be implemented.

Copy link

linear bot commented Mar 5, 2024

@fubuloubu
Copy link
Member Author

could also be useful for ape-trezor or any other hardware/config-dependent plugin (even ape-safe where only certain networks are valid for that account)

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