Documentation / interface for hardware wallets #4377
Labels
ADDING FEATURE
Mark a PR as adding a new feature, for auto-generated CHANGELOG
IMPROVEMENT
Mark a PR as an improvement, for auto-generated CHANGELOG
The problem that you wish to solve
Right now Daedalus somehow magically is able to connect HW wallets, but it's not obvious from API of cardano-wallet how is that possible. Is there any interface in cardano-wallet that can handle hardware wallets? If not it should be implemented.
Description
See above
Implementation suggestions
Implement API interface for handling hardware wallets, eg. let users export the public keys and create wallet just using that instead of secret passphrase. Let user export prepared TXs and let HW wallet sign them, then send them back to cardano-wallet for execution.
It would be great if format of output was compatible with existing CLI tools that can work with hardware wallets like cardano-hw-cli
The text was updated successfully, but these errors were encountered: