1

Is it possible to use "Flash channels" to send non-transactional data, A.K.A 'zero-value' transaction type which simply broadcasts a message or data?

If so, is it free? And how to do it?

Helmar
  • 1,293
  • 1
  • 15
  • 28

1 Answers1

3

Transactions made in flash channels are not written to the Tangle.

There are only two events that are stored:

  • opening of a flash channel
  • closing of a flash channel

When opening a flash channel, two (or more) entities, let's call them Alice and Bob, lock up Iotas.


This is why it wouldn't make sense to "broadcast a message or data" via Flash Channels. It would be just as good as broadcasting it without flash channels.

Zauz
  • 4,454
  • 15
  • 42
  • Is it possible to store the data that flows from one address to another into a private blockchain/DAG since it is not being stored on the Tangle ? – user3785971 Jun 26 '18 at 17:33
  • Of course, it's just data. You can do anything you want with it. But you would have to pay fees/do POW (whatever the private blockchain/DAG requires you to do in order to store data). – Zauz Jun 26 '18 at 17:37