Skip to main content

All Questions

Tagged with
0 votes
1 answer
68 views

Console devtools sign and submit transaction

so i'm runing this to prompt a transaction on nami wallet, sign and submit. the ideal scenario was to nami wallet submit transaction for herself but somehow that is not happening, so i tried to submit ...
Mars's user avatar
  • 1
1 vote
1 answer
328 views

Can someone show me how to get the transaction in the proper format for cip-30?

I have generate a transaction using cardano-cli and I am trying to get Nami wallet to sign the transaction. The command to build the transaction cardano-cli transaction build-raw --fee 0 --tx-in $...
Richard's user avatar
  • 41
1 vote
0 answers
126 views

How to sign transaction externally?

I am using the cardano-serialization-lib to derive addresses and create a transaction unsigned. I am then passing that transaction hash in CBOR to an external program to handle the signing process. I ...
Michael's user avatar
  • 50
0 votes
2 answers
125 views

InvalidWitnessesUTXO

Some transactions I’ve been creating are throwing an InvalidWitnessesUTXO error. Appears to be happening to some specific inputs, and any transaction that includes it fails with this same error. By ...
glneto's user avatar
  • 216
1 vote
1 answer
415 views

Validate Transaction with serialization lib from a Tx Hash

I want to validate Transactions to make sure they are actual Cardano txs with correct length, format etc. I see that Transaction object in emurgo serialization library has an 'is_valid()' method that ...
Jose M.R.'s user avatar