Sign Transaction
Frontend (Client-Side) Signing
Using Weld
Using the Browser Developer Console
// Example using Eternl wallet const w = await window.cardano.eternl.enable(); // Replace with your actual transaction CBOR const signedTx = await w.signTx("Your unsigned transaction CBOR", true); console.log(signedTx);
Last updated
Was this helpful?

