Multichian API for c++

+1 vote
Are there any libs or API for connection between c++ and multichain? If not what language do you suggest as the best for making an application that is supposed to serve as an interface for multichain.
asked Mar 21, 2016 by SlobodanMargetic

1 Answer

0 votes
In general you can use any library or technique that works with Bitcoin Core and extend it easily to add support for MultiChain's additional functionality. Here are some relevant links:

http://bitcoin.stackexchange.com/questions/21770/how-to-interact-with-bitcoind-using-c

https://en.bitcoin.it/wiki/API_reference_(JSON-RPC)#C
answered Mar 21, 2016 by MultiChain
...