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

Ledger support #89

Open
daniel-farina opened this issue Jul 20, 2022 · 2 comments
Open

Ledger support #89

daniel-farina opened this issue Jul 20, 2022 · 2 comments

Comments

@daniel-farina
Copy link
Contributor

I think beaker key is a great way to interact with the OS keyring but it's not the most secure due to the fact that commands can stay in the bash history not making it ideal for mainnet deployments.

One workaround is to add your key to the keyring manually and then use it instead of typing it on the bash console for example in MacOS:
image

If were were to wrap the osmosisd binary or use some sort of ledger crate then we could safely sign transactions with ledger. Currently in osmosisd we can do osmosisd keys add <keyName> --ledger

https://hub.cosmos.network/main/resources/ledger.html

@iboss-ptk
Copy link
Collaborator

to battle against bash_history, I think we can make the input a prompt instead of a cli option. but ledger support definitely make sense.

@daniel-farina
Copy link
Contributor Author

to battle against bash_history, I think we can make the input a prompt instead of a cli option. but ledger support definitely make sense.

Great idea 👏

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

2 participants