Libbitcoin Server: Difference between revisions

From Bitcoin Wiki
Jump to navigation Jump to search
m (use stub template)
m (→‎Design: fix dead link.)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{stub}}
The [https://github.com/libbitcoin/libbitcoin-server libbitcoin-server] library extends [[Libbitcoin_Node|libbitcoin-node]] with a blockchain query service based on [http://zeromq.org ZeroMQ]. The first version was called [[Obelisk]].
 
==Console Application==
The library is accompanied by the console application [[Bitcoin_Server|Bitcoin Server]] (bs).
 
==Design==
* [https://github.com/libbitcoin/libbitcoin-server/wiki Documentation]
 
==Dependencies (Version2)==
* [http://www.boost.org boost]
* [https://github.com/bitcoin/secp256k1 secp256k1]
* [https://github.com/jedisct1/libsodium sodium]
* [https://github.com/zeromq/libzmq zmq]
* [https://github.com/zeromq/czmq czmq]
* [https://github.com/zeromq/czmqpp czmqpp]
* [[Libbitcoin_Common|libbitcoin]]
* [[Libbitcoin_Consensus|libbitcoin-consensus (optional)]]
* [[Libbitcoin_Blockchain|libbitcoin-blockchain]]
* [[Libbitcoin_Node|libbitcoin-node]]
 
==Dependencies (Version3)==
* [http://www.boost.org boost]
* [https://github.com/bitcoin/secp256k1 secp256k1]
* [https://github.com/zeromq/libzmq zmq]
* [[Libbitcoin_Common|libbitcoin-system]]
* [[Libbitcoin_Database|libbitcoin-database]]
* [[Libbitcoin_Consensus|libbitcoin-consensus (optional)]]
* [[Libbitcoin_Blockchain|libbitcoin-blockchain]]
* [[Libbitcoin_Network|libbitcoin-network]]
* [[Libbitcoin_Node|libbitcoin-node]]
* [[Libbitcoin_Protocol|libbitcoin-protocol]]
 
==See Also==
* [[Libbitcoin]]
* [[Bitcoin_Server|Bitcoin Server]]
* [[Obelisk]]
 
==References==
 
[[Category:Nodes]]
[[Category:Open Source]]
[[Category:Software‏‎]]

Latest revision as of 01:35, 9 March 2021