Blockchain getnewaddress

+1 vote
I need to save user details(like user email,mobile...etc) in blockchain and need to get new address for that user. How we can do this?.. please help...
asked Dec 15, 2016 by anonymous

1 Answer

0 votes

For general data storage we recommend using streams, so you would set up a stream for this information, they store information about each address by putting that address in the key of the stream item.

You also have the option of adding metadata (either raw or into a stream) at the time when an address is granted some permissions - see grantwithdata.

answered Dec 15, 2016 by MultiChain
...