Difference between revisions of "Libbitcoin Server"

From Bitcoin Wiki
Jump to: navigation, search
m (use stub template)
(Initial content.)
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).
 +
 
 +
==Dependencies==
 +
* [http://www.boost.org boost]
 +
* [https://github.com/bitcoin/secp256k1 secp256k1]
 +
* [[Libbitcoin_Common|libbitcoin]]
 +
* [[Libbitcoin_Consensus|libbitcoin-consensus (optional)]]
 +
* [[Libbitcoin_Blockchain|libbitcoin-blockchain]]
 +
* [[Libbitcoin_Node|libbitcoin-node]]
 +
 
 +
==See Also==
 +
* [[Libbitcoin]]
 +
* [[Bitcoin_Client|Bitcoin Client]]
 +
* [[Bitcoin_Server|Bitcoin Server]]
 +
* [[Obelisk]]
 +
 
 +
==References==
 +
 
 +
[[Category:Nodes]]
 +
[[Category:Open Source]]
 +
[[Category:Software‏‎]]

Revision as of 21:38, 12 July 2015

The libbitcoin-server library extends Libbitcoin Node with a blockchain query service based on ZeroMQ. The first version was called Obelisk.

Console Application

The library is accompanied by the console application Bitcoin Server (bs).

Dependencies

See Also

References