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

Trying to fix some build errors

This commit is contained in:
Matthew Hacker 2017-04-18 15:31:52 -04:00
parent 3f498bae0e
commit f1de629301
5 changed files with 3 additions and 7 deletions

View File

@ -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.

View File

@ -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.

View File

@ -1,6 +1,5 @@
[[appdx-pycoin]]
[appendix]
== pycoin, ku, and tx

View File

@ -1,4 +1,3 @@
[[ch12]]
== Blockchain Applications

View File

@ -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.