Skip to main content

All Questions

Tagged with
3 questions with no upvoted or accepted answers
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
1 vote
1 answer
420 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
0 votes
1 answer
69 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