Create Transaction Metadata from Javascript

Hi there! I’m starting to learn and develop in the Cardano ecosystem and I’m wondering if it’s possible to create a transaction with metadata from the Cardano-serialization-lib in JavaScript. My goal would be to embed small information (short strings) into the metadata of a transaction, but I haven’t yet found any examples or information.

If anyone could point me to some examples/information or explain a bit I would appreciate it a lot!

HI @uribg,
I’m not an expert but you could check out the builder tools listed here:

Maybe one of them, like Lucid, could help you.
Best,
Nicolas

1 Like

Thanks, this was just what i needed! :slight_smile:

1 Like

using this library from emurgo

1 Like