LibDogecoin
What is Libdogecoin?
Libdogecoin will be a complete implementation of the Dogecoin Protocols, as a C library (and series of bindings to popular languages) which will allow anyone to build a Dogecoin compliant product, without needing to worry about the deeper, complicated specifics of the crypto functions.Libdogecoin is here to make crypto development simple, clean, and fun!
This will be a pure library, providing a set of callable functions to implement in external projects, but not a ‘runnable’ node facility. Although we expect building a Dogecoin Node will be a useful test and early outcome, that will live in another repository.
It is intended that connecting the bits together into an engine be done at the level above, via the networking libraries of the host language.