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:
Upon authenticating and connecting to keplr-wallet, user should be able to see these accounts in the interface
The interface should give the user the ability to switch between networks, as is done in keplr-wallet, so that they can view accounts on Namada, Osmosis, Cosmos, etc., etc.
This will require additional configurations to issue balance queries for any token balances for each chain & account within the chain
I'm not sure if aliases are accessible via the accounts data, but I will look into this (would be nice if so), otherwise, we can simply use the token
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
namada-interface
should display accounts pulled from thekeplr-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:keplr-wallet
, user should be able to see these accounts in the interfacekeplr-wallet
, so that they can view accounts on Namada, Osmosis, Cosmos, etc., etc.I believe accounts in
keplr-wallet
will be accessed via one of the "signer" methods, such asgetSignerDirect
, 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