diff --git a/appdx-bitcore.asciidoc b/appdx-bitcore.asciidoc index 04d6ecf4..f67597fa 100644 --- a/appdx-bitcore.asciidoc +++ b/appdx-bitcore.asciidoc @@ -1,7 +1,7 @@ [[appdx_bitcore]] [appendix] -=== Bitcore +== Bitcore Bitcore is a suite of tools provided by BitPay. Its goal is to provide easy-to-use tools for Bitcoin developers. Almost all of Bitcore's code is written in Javascript. There are some modules written specifically for NodeJS. Finally, the "node" module of Bitcore includes Bitcoin Core's C++ code. Please see https://bitcore.io for more information. diff --git a/appdx-future-segwit.asciidoc b/appdx-future-segwit.asciidoc index bc4bf4f9..e3ab1cf9 100644 --- a/appdx-future-segwit.asciidoc +++ b/appdx-future-segwit.asciidoc @@ -1,6 +1,5 @@ - [[segwit]] -=== Segregated Witness +== Segregated Witness Segregated Witness (segwit) is an upgrade to the bitcoin consensus rules and network protocol, scheduled for implementation in the second half of 2016. diff --git a/appdx-pycoin.asciidoc b/appdx-pycoin.asciidoc index 6b5a2607..1a856f7e 100644 --- a/appdx-pycoin.asciidoc +++ b/appdx-pycoin.asciidoc @@ -1,6 +1,5 @@ [[appdx-pycoin]] [appendix] - == pycoin, ku, and tx diff --git a/ch12.asciidoc b/ch12.asciidoc index a0119b66..626c98e0 100644 --- a/ch12.asciidoc +++ b/ch12.asciidoc @@ -1,4 +1,3 @@ - [[ch12]] == Blockchain Applications diff --git a/colored_coins.asciidoc b/colored_coins.asciidoc index e8471412..4e6e370e 100644 --- a/colored_coins.asciidoc +++ b/colored_coins.asciidoc @@ -1,5 +1,4 @@ - -=== Colored Coins +== Colored Coins The term _Colored Coins_ refers to a set of similar technologies that use bitcoin transactions to record the creation, ownership and transfer of extrinsic assets other than bitcoin. By "extrinsic" we mean assets that are not stored directly on the bitcoin blockchain, as opposed to bitcoin itself which is an asset intrinsic to the blockchain.