Apologies, I am new to Multichain and I have some issues when publishing textual data to a stream in Multichain 2.0 Alpha 2.
I have created a stream and I have used these two commands following your API guidelines:
publish stream1 "key1" "{"text":"hello world"}"
publish stream1 "key1" {"text":"hello world"}
But both return an error "data should be hexadecimal string or recognized object".
When you state "textual data", what is it exactly that you mean? Is it not possible to simply associate a string to a key like so:
publish stream1 "key1" "hello world"
Thanks,
Christopher