Skip to content

Dogecoin Core or Libdogecoin integration on MSVC for app development #3359

Discussion options

You must be logged in to vote

How can I link to Dogecoin Core or Libdogecoin to my C/C++ Visual Studio solution?

Dogecoin Core is not a library, so doing any tight coupling by reusing the source code can be risky, because it doesn't export an API cleanly.

Every release does provide script verification routines as dogecoinconsensus-0.dll, but to my knowledge there are no production implementations with that at this time - probably because it is not feature-complete to even parse a transaction. It's also not seen any development for a decade.

Instead, look at Dogecoin Core as an isolated service that is capable of reaching a sovereign, validated view of the chain that you can then consume either through the p2p interf…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by InTimeTechnologies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants