yoroi-frontend
yoroi-frontend copied to clipboard
Mint transaction signed with Yoroi dApp Connector fails to submit
Hi, I was trying to mint and burn tokens with a few dapp connectors, and so far I can mint and burn tokens using cardano-serialization-lib with eternl and nami.
It seems like yoroi is able to sign the transaction, but the script signature is missing:
transaction submit error ShelleyTxValidationError ShelleyBasedEraAlonzo (ApplyTxError [UtxowFailure (WrappedShelleyEraFailure (ScriptWitnessNotValidatingUTXOW (fromList [ScriptHash "70e79ca12224b24319c484da9b3bb81216d843af6ba86f9ef90cafa9"])))])
The problem really seems to come from the signing step, since I can sign and submit a unsigned transaction generated by yoroi with eternl, but the opposite fails.
I made a simple webapp to show the problem that I encountered here