Nguyen Huy Duc
Nguyen Huy Duc
We need this feature too, at least a props when the user click wallet is mandatory
Is there any way to mint token with plutus script and serialization-lib by Nami wallet for now
Got it, but is there any way to mint nft with plutus script by Nami wallet right now (any lib can be oke)
But how can I fix it, if I increase mem and step of redeemer, it will make the fee more than 5 ADA and make the transaction failed. Do you...
I face the same issue @@. --force seem not a good work around for it
@vsubhuman I make buy function with txin is tx put on sale and utxo of buyer ``` txBuilder.add_input(ScriptAddress, txPutOnSale, assetValPutOnsale); for (let i = 0; i < hexInputUtxos.length; i++) {...
Tks, I got the index of Plutus transaction by this code ``` const allInputs = txInputsBuilder.inputs(); const numberOfInput = allInputs.len(); let indexRedeemer = 0; for (let i = 0; i...
> @vsubhuman @abdelkrimdev Hi, I change my function to the same as your purchase function ` const txPutOnSale = CardanoWasm.TransactionInput.new( CardanoWasm.TransactionHash.from_bytes(Buffer.from(resellOrderData.txIdPutOnSale, 'hex')), get(resellOrderData, 'metadata.output_index'), ); const serviceFee = resellOrderData.fee; const...
> Hi, @nmaddp1995 we managed to solve all the issues related to locking and unlocking an asset from a Smart Contract. and we create a package called Mesh I highly...
I thought they abandon this repo @@