Libbitcoin Server: Difference between revisions

From Bitcoin Wiki
Jump to navigation Jump to search
(Initial content.)
m (→‎Design: fix dead link.)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
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]].
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==
==Console Application==
The library is accompanied by the console application [[Bitcoin_Server|Bitcoin Server]] (bs).
The library is accompanied by the console application [[Bitcoin_Server|Bitcoin Server]] (bs).


==Dependencies==
==Design==
* [https://github.com/libbitcoin/libbitcoin-server/wiki Documentation]
 
==Dependencies (Version2)==
* [http://www.boost.org boost]
* [http://www.boost.org boost]
* [https://github.com/bitcoin/secp256k1 secp256k1]
* [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_Common|libbitcoin]]
* [[Libbitcoin_Consensus|libbitcoin-consensus (optional)]]
* [[Libbitcoin_Consensus|libbitcoin-consensus (optional)]]
* [[Libbitcoin_Blockchain|libbitcoin-blockchain]]
* [[Libbitcoin_Blockchain|libbitcoin-blockchain]]
* [[Libbitcoin_Node|libbitcoin-node]]
* [[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==
==See Also==
* [[Libbitcoin]]
* [[Libbitcoin]]
* [[Bitcoin_Client|Bitcoin Client]]
* [[Bitcoin_Server|Bitcoin Server]]
* [[Bitcoin_Server|Bitcoin Server]]
* [[Obelisk]]
* [[Obelisk]]

Latest revision as of 01:35, 9 March 2021