Replies: 1 comment 1 reply
-
I was able to work around this problem by building up the transaction manually, not using the tx builder. The path was as follows:
The transaction builder is nice. It would be nice if it allowed you to sign a transaction witness set with empty data, because the CIP 0030 wallets are expecting the tx to include it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is anyone using a CIP 0030 enabled browser wallet to sign py cardano transactions?
When I send just a txbody the wallet will not read the transaction. When I send a fully signed tx the wallet will sign the tx and send back the witness set. When I try to combine the witness set with the original body of the transaction blockfrost or the wallet will not submit the transaction.
Here is the path I am using:
I would like to skip step 5 but I can not get a wallet to accept a txbody generated by pycardano. Has anyone done this yet?
Beta Was this translation helpful? Give feedback.
All reactions