anoma / namada-interface

Apache License 2.0
80 stars 109 forks source link

Interface: Display accounts from keplr-wallet #65

Closed jurevans closed 1 year ago

jurevans commented 2 years ago

namada-interface should display accounts pulled from the keplr-wallet extension. The ability to query and connect to this extension has already been added, so this issue is to allow the user to pull in all accounts from the extension:

I believe accounts in keplr-wallet will be accessed via one of the "signer" methods, such as getSignerDirect, etc., which returns an instance of a class with methods to display accounts.

The ability to sign transactions with these accounts may be added in another issue, but, it may also be straight-forward enough at this point to handle in this issue TBD

jurevans commented 1 year ago

Closing as this is implemented