mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-12-27 00:48:09 +00:00
Edited ch03_bitcoin-core.adoc with Atlas code editor
This commit is contained in:
parent
756d76fa42
commit
f2f29fc639
@ -1135,31 +1135,31 @@ The following sections list some of the best libraries, clients, and
|
|||||||
toolkits, organized by programming languages.
|
toolkits, organized by programming languages.
|
||||||
|
|
||||||
==== C/C++
|
==== 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
|
==== 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://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
|
https://oreil.ly/4iqf2[BitcoinJS] :: A pure JavaScript Bitcoin library for node.js and browsers
|
||||||
|
|
||||||
==== Java
|
==== 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
|
==== 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
|
https://oreil.ly/wcpXP[pycoin]:: A Python bitcoin library by Richard Kiss
|
||||||
|
|
||||||
==== Go
|
==== 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
|
==== 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
|
==== 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#
|
==== 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
|
Many more libraries exist in a variety of other programming languages
|
||||||
and more are created all the time.
|
and more are created all the time.
|
||||||
|
Loading…
Reference in New Issue
Block a user