-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Support for hardware wallets, e.g.: Nano Ledger S #84
Labels
Comments
This is super awesome issue, but too much specialized work for the tendermint dev team. If anyone sees this issue and wants a contract to build this integration, please get in touch. |
github.com/cosmos/cosmos-ledger |
ParthDesai
pushed a commit
to ChorusOne/cosmos-sdk
that referenced
this issue
Apr 19, 2021
Raumo0
pushed a commit
to mapofzones/cosmos-sdk
that referenced
this issue
Feb 13, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Once the network is live we should already have an integration for some hardware wallets as to allow especially big validators to securely store and transfer their atom holdings.
This issue is designed to gather the necessary resources and ideas to make this a reality.
Ethereum for Nano Ledger S
Ethereum Chrome
Process according to btchip on slack
There are two parts to the implementation. The first one is a the software that runs on the secure device and the second one is the software that runs in Chrome or on the OS. For the former we have to write it in C or if we write the bindings in Rust. The latter can be implemented in JS.
Resources
https://blog.ledger.co/dynamic-secure-applications-with-bolos-and-ledger-blue-a-use-case-with-ethereum-and-the-dao-6be91260e89f
The text was updated successfully, but these errors were encountered: