How to make connections with other nodes in Multichain using java??

+1 vote
I am new to Multichain, I am not able to make connection with other nodes using Java..

Can you please explain it clearly??
asked Aug 29, 2017 by anonymous

1 Answer

0 votes
I'm not sure what you mean by "make connection with other nodes using Java". But in general you would use MultiChain for each node, and then control it via its JSON-RPC API from Java, or any other language of your choice. You might find this (third party) Java API a useful starting point: https://github.com/SimplyUb/MultiChainJavaAPI
answered Aug 29, 2017 by MultiChain
...