Libbitcoin Server: Difference between revisions
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| | 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_Server|Bitcoin Server]] | * [[Bitcoin_Server|Bitcoin Server]] | ||
* [[Obelisk]] | * [[Obelisk]] |
Latest revision as of 01:35, 9 March 2021
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).
Design
Dependencies (Version2)
- boost
- secp256k1
- sodium
- zmq
- czmq
- czmqpp
- libbitcoin
- libbitcoin-consensus (optional)
- libbitcoin-blockchain
- libbitcoin-node
Dependencies (Version3)
- boost
- secp256k1
- zmq
- libbitcoin-system
- libbitcoin-database
- libbitcoin-consensus (optional)
- libbitcoin-blockchain
- libbitcoin-network
- libbitcoin-node
- libbitcoin-protocol