I want to my app can create a stream and publish data with his own address (Like a wallet)

+2 votes
I want to my app can create a stream and publish data inside the blockchain with his own address (Like a wallet)

Im only using the multichain to store metadata of a photography (Location, Time, ETC.) taken with my app

It is possible that in my app can generate an address that can be permanently linked to a user?
and each time this user uploads a photo through my app, it saves the metadata in my blockchain?

There is another alternative for this using Multichain?
asked Dec 26, 2017 by Jarrioja

1 Answer

+1 vote
Yes, it's possible. You would need to embed an SPV-style wallet inside your app, since you don't want to run a full copy of MultiChain on a mobile device. You can get started with any open source wallet that works with bitcoin, and make changes to work with your MultiChain blockchain and embed the stream data. There's quite a lot of technical work involved in doing this, but MultiChain definitely supports it.
answered Dec 27, 2017 by MultiChain
...