0

For my project, I have created a web interface on which I'm viewing a published MAM stream.

I want to know that is it possible to edit or add new record to MAM stream that has already been published on Tangle without changing its root? Is that even possible? If yes, then any leads on how it can be done?

degr8sid
  • 91
  • 8

1 Answers1

1

Yes, you can add new messages to a MAM stream by reloading the “mam state” and then simply publishing again. here is an example using javascript

https://github.com/Evanfeenstra/helix/blob/master/mam.js#L181