-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add missing commands #7
Comments
Hi @danielabrozzoni, is there documentation I can refer to, for the expected functionality of |
Sure :) You should look at the HWI docs: https://hwi.readthedocs.io/en/latest/ I'd also suggest to install some hardware wallet simulator and try out the various commands yourself using the hwi cli, as described in my link above :) |
How should I tackle |
Eh, I'm not really sure. I'd start with playing around with
Cool! Leave a comment under this issue if you want to work on it :) |
At the moment, this crate only supports some HWI commands.
We are missing:
Optional arguments:
--debug
(Add debug flag equivalent #23)--version
--interactive
--expert
Commands:
This issue shouldn't be tackled in one giant PR. Instead, please, open one PR each new command/argument you add.
The text was updated successfully, but these errors were encountered: