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:
parent
3f498bae0e
commit
f1de629301
@ -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.
|
||||
|
@ -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.
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
[[appdx-pycoin]]
|
||||
[appendix]
|
||||
|
||||
== pycoin, ku, and tx
|
||||
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
[[ch12]]
|
||||
== Blockchain Applications
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user