FAQ
- Why bitcoincs?
I want a C# version of the bitcoin protocol with clean souce code, that is well documented and easy to use.
I do not have time to do it all on my own... - Why follow bitcoinj?
That is the best start I could find. The C++ version of bitcoin is harder to port, the initial try to implement the protocol (contained in Bitcoin.cs) moved to slow.
There is a lot of activity at bitcoinj => good for progress. - ...