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

Made changes to ch03.asciidoc

This commit is contained in:
myarbrough@oreilly.com 2014-11-05 09:52:23 -08:00
parent 8fe8632042
commit b2d8a529e2

View File

@ -1136,13 +1136,13 @@ Beyond the reference client (bitcoind), other clients and libraries can be used
Alternative implementations include: Alternative implementations include:
* https://libbitcoin.dyne.org/[libbitcoin and sx tools], a C++ multithreaded full-node client and library with command-line tools https://libbitcoin.dyne.org/[libbitcoin and sx tools]:: A C++ multithreaded full-node client and library with command-line tools
* https://code.google.com/p/bitcoinj/[bitcoinj], a Java full-node client library https://code.google.com/p/bitcoinj/[bitcoinj]:: A Java full-node client library
* https://opensource.conformal.com/wiki/btcd[btcd], a Go language full-node bitcoin client https://opensource.conformal.com/wiki/btcd[btcd]:: A Go language full-node bitcoin client
* https://bitsofproof.com[Bits of Proof (BOP)], a Java enterprise-class implementation of bitcoin https://bitsofproof.com[Bits of Proof (BOP)]:: A Java enterprise-class implementation of bitcoin
* https://github.com/jgarzik/picocoin[picocoin], a C implementation of a lightweight client library for bitcoin https://github.com/jgarzik/picocoin[picocoin]:: A C implementation of a lightweight client library for bitcoin
* https://github.com/vbuterin/pybitcointools[pybitcointools], a Python bitcoin library https://github.com/vbuterin/pybitcointools[pybitcointools]:: A Python bitcoin library
* https://github.com/richardkiss/pycoin[pycoin], another Python bitcoin library https://github.com/richardkiss/pycoin[pycoin]:: Another Python bitcoin library
Many more libraries exist in a variety of other programming languages and more are created all the time. Many more libraries exist in a variety of other programming languages and more are created all the time.