-
Notifications
You must be signed in to change notification settings - Fork 3
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
Investigate potential Ledger integration #2
Comments
I may get into this. |
This would be for command line usage. The main reason for this is to be able to do things like signing multisig proposals from the CLI without needing to use some web app. And the reason to avoid the web apps is that we've had lots of cases where the web apps have broken due to node issues or chain API breakages, while the CLI tooling tends to be much more reliable. |
oh, I can look at it, what's the priority? Also: I could probably add trezor too. |
Low priority, a nice to have when we don't have other things to do. I don't think Trezor has Cosmos support. |
got it, I'll keep it in the backburner. Regarding trezor (and other hw wallets) and Cosmos, I guess it will depend on which cosmos blockchain we're talking about, most of the wallets can be coherced to at least sign Secp256k1. |
It would be convenient to be able to sign transactions using a Ledger hardware wallet. Currently such signing tends to happen in web apps instead. A very quick investigation pointed me to this:
https://lib.rs/crates/ledger-cli
The text was updated successfully, but these errors were encountered: