btcsuite / btcd

An alternative full node bitcoin implementation written in Go (golang)
https://github.com/btcsuite/btcd/blob/master/README.md
ISC License
6.1k stars 2.31k forks source link

Is this package suitable for making API calls to the Dogecoin blockchain? #2139

Closed yangyile1990 closed 3 months ago

yangyile1990 commented 3 months ago

As a developer, I have been simultaneously working on a project that involves integrating BTC. My supervisor has assigned me the task of integrating DOGE as well. However, I have come across claims that DOGE is a derivative of BTC. In that case, I'm wondering if this package can also be used for the DOGE blockchain. It's possible, or it might not be. I'm uncertain about it. I've tried researching, but I couldn't find the answer I was looking for. So, I was hoping you could tell me whether this package is compatible with the DOGE blockchain or not. Thank you!

guggero commented 3 months ago

No, this repository is only for BTC. But it looks like there are forks out there for the coin you're looking for: https://github.com/dogecoinw/doged (check out https://github.com/btcsuite/btcd/forks for more forks).