1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-22 16:18:11 +00:00

Added Bitcoin Core architecture diagram

This commit is contained in:
Andreas M. Antonopoulos 2017-04-23 11:43:03 +02:00
parent 13f81ed43e
commit 2df20c1e74
2 changed files with 39 additions and 32 deletions

View File

@ -11,6 +11,13 @@ When bitcoin was created by Satoshi Nakamoto, the software was actually complete
Even though Bitcoin Core includes a reference implementation of a wallet, this is not intended to be used as a production wallet for users or for applications. Application developers are advised to build wallets using modern standards such as BIP39 and BIP32 (see <<mnemonic_code_words>> and <<hd_wallets>>). BIP stands for _Bitcoin Improvement Proposals_.
====
<<bitcoin_core_architecture>> shows the architecture of Bitcoin Core:
[[bitcoin_core_architecture]]
.Bitcoin Core Architecture (Source: Eric Lombrozo)
image::images/mbc2_0301["Bitcoin Core Architecture"]
=== Bitcoin Development Environment
If you're a developer, you will want to set up a development environment with all the tools, libraries, and support software for writing bitcoin applications. In this highly technical chapter, we'll walk through that process step-by-step. If the material becomes too dense (and you're not actually setting up a development environment) feel free to skip to the next chapter, which is less technical.

View File

Before

Width:  |  Height:  |  Size: 106 KiB

After

Width:  |  Height:  |  Size: 106 KiB