How to mix multichain with our custom code? example C++ java etc to create an application

+1 vote
I need to help understand on how to make use multichain and then integrate with my custom code ,example C++ java, python etc to create a blockchain application.
asked Dec 5, 2016 by lee1010

1 Answer

0 votes

MultiChain provides an extensive JSON-RPC API which allows it to be used with application code written in any language. The multichain-cli tool is simply a wrapper for that API and there are many other wrappers available for other languages at the bottom of this page:

http://www.multichain.com/developers/

answered Dec 6, 2016 by MultiChain
...