You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm relatively new to Cardano and Lucid. I am trying to mint a token like this, and my goal is to produce only 1 utxo that will also contain the token:
I don't believe it is possible, if you look carefully, it's not a bug but how the eUTxO and cardano works.
You need to send back to the wallet the ada it had minus what it has spent from the input, thus the utxo with the minted value.
I've seen this pattern many times.
Hello, I'm relatively new to Cardano and Lucid. I am trying to mint a token like this, and my goal is to produce only 1 utxo that will also contain the token:
And the result get splitted into 2 utxos:
I have tried other method such as:
but it still produces 2 utxos.
What can I do to make it produce 1 utxo only? Thanks in advance!
The text was updated successfully, but these errors were encountered: