How do i use the JSON RPC API

+1 vote
I want to develop a small application using which i want to access the API's of multichain in C#. How do it do it could you please help me out of this ? I have developed it using multichain-cli.exe and running it through process in C# but i want to use the API and not do it using process.start(). Thanks !
asked Aug 16, 2017 by kishanvikani

1 Answer

0 votes
This C# wrapper for the MultiChain API is a good place to start: https://github.com/PbjCloud/MultiChainLib
answered Aug 16, 2017 by MultiChain
...