string transfer

+1 vote
I followed this simple video https://vimeo.com/146877321 to build a multichain.

What should I do to transfer strings (for example Hello world!) instead of numbers?
asked Jan 4, 2018 by bbdt

1 Answer

0 votes
 
Best answer
You should use the streams functionality for this. A string can be represented in its hexadecimal binary form using an encoding of your choice. Or you can use MultiChain 2.0 alpha 1 which supports strings natively:

https://www.multichain.com/blog/2016/09/introducing-multichain-streams/

https://www.multichain.com/developers/multichain-2-0-preview-releases/
answered Jan 5, 2018 by MultiChain
selected Jan 7, 2018 by bbdt
error parsing JSON
...