How to pass the data to a specific address?

+2 votes
I want to pass 100 different data to 100 different address, when they receive the data, they will reply to me with different data.

Should I create 100 stream? or create one stream and publish 100 items?

And how can I pass these data to their relation receiver address?

Any idea thx.
asked Mar 29, 2018 by ssls18years

1 Answer

0 votes
 
Best answer
There is not currently a notion in MultiChain of directly sending data to a particular address, such that other addresses cannot see it.

But you can do this on one stream with multiple items. If you use the destination address as each item key, then addresses will know to listen for information coming for them.

Please also see this page for a deep tutorial on confidential data transmission:

https://www.multichain.com/developers/stream-confidentiality/
answered Mar 29, 2018 by MultiChain
selected Apr 4, 2018 by ssls18years
...