-
I am now building cardano dapp. I was trying to solve this issue by replacing the
And then how can I verify this signed transaction data? I used the same way I used for I used this module.
But I got error like this.
Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@golddydev sorry I was not pinged about a new discussion from github 🙈 ... Did I understand correctly that you wanted to use a hardware wallet to sign data? This is currently not supported by the hardware wallets. SignTx is a different story and therefore it will not work with verify-datasignature. |
Beta Was this translation helpful? Give feedback.
@fabianbormann , Thanks for you reply.
I implemented this function using signTx for ledger wallets.
And just use transaction related to zero address and do NOT submit that signed transaction, just use it for verification.
It all works fine, now.