How do we make this automated using program ( RestService API ) etc.

+1 vote
Dear Sir,

Thanks for your valuable answer.

In continution to the earlier question,

I am now creating Mulitchain using streams to send and receive data between two multichain nodes across different cities.

 

How ideally should it be automated, Because manually inputting multichain commands to create streams, send, receive DATASets is not advisable.

 

So can you please give pointer , how to create  contracts , how to code , Can i use comfortable language python.
related to an answer for: How to create multichain stream
asked Feb 15, 2018 by anonymous

1 Answer

0 votes

Yes, MultiChain provides a JSON-RPC API for integrating with any external software. In fact multichain-cli is just a client for this same API.

At the bottom of this page you can find a third party Python wrapper for the API:

https://www.multichain.com/developers/

answered Feb 16, 2018 by MultiChain
...