Running scripts

+2 votes
Is running basic scripts currently(need not be complicated like smart contracts/turing complete) supported?  If so is there any example of a script which can be tried be me.

I am running an older version of Multichain (it doesn't have the metadata functionality). When I run getrawtransaction is there a field that corresponds to OP_RETURN?
asked Oct 6, 2015 by senthil

1 Answer

+1 vote

You should please upgrade to the latest alpha, and then you can use APIs to both add and view metadata. Adding is via the appendrawmetadata API, and you can see OP_RETURN metadata in the data field of the output from getrawtransaction.

answered Oct 6, 2015 by MultiChain
...