[FAQ] Is there some sort of Developer guide, to Blockchain technology?
-
[FAQ] Is there some sort of Developer guide, to Blockchain technology?
Feathercoin is based on the bitcoin blockchain technology. The Bitcoin developer guides are therefore usefull documentation to know about.
https://bitcoin.org/en/developer-guide
https://bitcoin.org/en/developer-reference
https://bitcoin.org/en/developer-examples
https://github.com/jashmenn/bitcoin-reading-list
Quote : Christopher Gurnee post of Bitcoin stack exchange
After digesting some of that content, you’ll have a better idea of what particular aspect of Bitcoin Core interests you the most.As I’m sure you’ve noticed, it’s a rather large codebase, covering consensus issues, blockchain/storage/pruning issues, elliptic curve cryptography, DOS issues, Bitcoin scripting issues, Bloom filters, wallet issues, UI issues, and tons of other things I can’t begin to fathom. After getting a good technical overview of Bitcoin and posing a more specific question, I’m sure someone (perhaps not me) can give you a more specific staring point.