Libbitcoin Server
From BitcoinWiki
This is the approved revision of this page, as well as being the most recent.
The libbitcoin-server library extends libbitcoin-node with a blockchain query service based on ZeroMQ. The first version was called Obelisk.
Contents
Console Application[edit]
The library is accompanied by the console application Bitcoin Server (bs).
Design[edit]
Dependencies (Version2)[edit]
- boost
- secp256k1
- sodium
- zmq
- czmq
- czmqpp
- libbitcoin
- libbitcoin-consensus (optional)
- libbitcoin-blockchain
- libbitcoin-node
Dependencies (Version3)[edit]
- boost
- secp256k1
- zmq
- libbitcoin
- libbitcoin-database
- libbitcoin-consensus (optional)
- libbitcoin-blockchain
- libbitcoin-network
- libbitcoin-node
- libbitcoin-protocol
See Also on BitcoinWiki[edit]
Source[edit]