From f2f29fc639ff21a659ee675332cb44699ac65f55 Mon Sep 17 00:00:00 2001 From: clenser Date: Sat, 14 Oct 2023 18:13:15 +0000 Subject: [PATCH] Edited ch03_bitcoin-core.adoc with Atlas code editor --- ch03_bitcoin-core.adoc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ch03_bitcoin-core.adoc b/ch03_bitcoin-core.adoc index a4412584..5fdbacfa 100644 --- a/ch03_bitcoin-core.adoc +++ b/ch03_bitcoin-core.adoc @@ -1135,31 +1135,31 @@ The following sections list some of the best libraries, clients, and toolkits, organized by programming languages. ==== C/C++ -https://oreil.ly/BdOwl[Bitcoin Core] :: The reference implementation of Bitcoin +https://oreil.ly/BdOwl[Bitcoin Core] :: The reference((("C/C++ toolkits")))((("Bitcoin Core"))) implementation of Bitcoin ==== JavaScript -https://bcoin.io[bcoin]:: A modular and scalable full-node implementation with API +https://bcoin.io[bcoin]:: A modular((("JavaScript toolkits")))((("bcoin")))((("Bitcore"))) and scalable full-node implementation with API https://bitcore.io[Bitcore] :: Full node, API, and library by Bitpay https://oreil.ly/4iqf2[BitcoinJS] :: A pure JavaScript Bitcoin library for node.js and browsers ==== Java -https://bitcoinj.github.io[bitcoinj]:: A Java full-node client library +https://bitcoinj.github.io[bitcoinj]:: A ((("Java toolkits")))((("bitcoinj")))Java full-node client library ==== Python -https://oreil.ly/xn_rg[python-bitcoinlib]:: A Python bitcoin library, consensus library, and node by Peter Todd +https://oreil.ly/xn_rg[python-bitcoinlib]:: A ((("Python toolkits")))((("python-bitcoinlib")))((("pycoin")))Python bitcoin library, consensus library, and node by Peter Todd https://oreil.ly/wcpXP[pycoin]:: A Python bitcoin library by Richard Kiss ==== Go -https://oreil.ly/h5MEI[btcd]:: A Go language full-node Bitcoin client +https://oreil.ly/h5MEI[btcd]:: A ((("Go toolkits")))((("btcd")))Go language full-node Bitcoin client ==== Rust -https://oreil.ly/me6gf[rust-bitcoin]:: Rust bitcoin library for serialization, parsing, and API calls +https://oreil.ly/me6gf[rust-bitcoin]:: Rust ((("Rust toolkits")))((("rust-bitcoin")))bitcoin library for serialization, parsing, and API calls ==== Scala -https://bitcoin-s.org[bitcoin-s]:: A Bitcoin implementation in Scala +https://bitcoin-s.org[bitcoin-s]:: A ((("Scala toolkits")))((("bitcoin-s")))Bitcoin implementation in Scala ==== C# -https://oreil.ly/Qfjgq[NBitcoin]:: Comprehensive bitcoin library for the .NET framework +https://oreil.ly/Qfjgq[NBitcoin]:: Comprehensive((("C# toolkits")))((("NBitcoin"))) bitcoin library for the .NET framework Many more libraries exist in a variety of other programming languages and more are created all the time.