Connecting to blockahin server via JSON-RPC calls

0 votes
Thank you for the response - feel silly for that error. I am trying to create an application using the multichain JSON-RPC API calls. What libraries can be used to write a program in C#/.NET for invoking API calls such as gettransactioninfo, getassetbalances, etc.?
asked Oct 25, 2015 by skarred14

1 Answer

0 votes
Here's a library that could be useful: https://github.com/GeorgeKimionis/BitcoinLib

It's designed to work with BItcoin Core / bitcoind but should also work fine with MultiChain, which is backwards compatible. You may need to modify it to add support for MultiChain's new API calls.
answered Oct 25, 2015 by MultiChain
...