Skip to main content

All Questions

4 questions with no upvoted or accepted answers
2 votes
0 answers
144 views

Building alonzo transaction using cardano-cli and signing it with serialization-lib

I created an API that based on a request builds the body of a transaction with cardano-cli and returns the cbor to the front-end. In the front-end, I'm using the cardano-serialization-lib to load the ...
Mateus's user avatar
  • 968
1 vote
0 answers
255 views

Mint tokens using plutus scripts with the serialization lib

As I understand, in order to mint a token with the serialization-lib, you must use the function set_mint_scripts, providing a NativeScripts object. This collection of NativeScript objects should ...
Mateus's user avatar
  • 968
1 vote
0 answers
25 views

Unlock the Funds in the Script with CSL

I'm building a transaction that using UTXO at script as the input. Seem I signed enough vkey, perhaps include transactionWitnessSet.set_plutus_scripts. Finally, i got this error Script inputs not ...
Tony's user avatar
  • 61
0 votes
0 answers
107 views

Tx consuming script fails with: Caused by: (unConstrData #44000de140)... Third data argument, does not decode to a context when burning an NFT

I've this tx trying to submit to cardano-node 1.35.5: ...
leobelizquierdo's user avatar