Post
Topic
Board Development & Technical Discussion
Re: BitcoinRpcSharp - A C# wrapper for the Bitcoin JSON RPC interface
by
BitKoot
on 25/01/2014, 16:39:21 UTC
Anyone looking at this you need to download http://james.newtonking.com/json and reference it in the project before building it. Then in your own project reference the DLL from the debug folder.

Thanks for the heads up. In Visual Studio the NuGet package manager should automaticly install the needed DLL's. But for people who don't use Visual Studio or the package manager I added the link to the Json.NET site in the readme.