Difference between revisions of "Libbitcoin Protocol"

From Bitcoin Wiki
Jump to: navigation, search
(stub)
 
m (Dependencies: use libbitcoin-system)
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
This page is a stub.
+
The [https://github.com/libbitcoin/libbitcoin-protocol libbitcoin-protocol] library is new in version3 and replaces the [https://github.com/zeromq/czmqpp zeromq/czmq++], [https://github.com/zeromq/czmq zeromq/czmq] and [https://github.com/jedisct1/libsodium libsodium] dependencies. The library provides a high level abstraction for [http://zeromq.org ØMQ] networking primitives used in the libbitcoin client-server interface.
 +
 
 +
==Status==
 +
The library is integrated with the [[Libbitcoin_Build|Libbitcoin Build]] system<ref>[https://travis-ci.org/libbitcoin/libbitcoin-protocol Libbitcoin Protocol Travis-CI Report]</ref>, with regular build and test execution<ref>[https://coveralls.io/r/libbitcoin/libbitcoin-protocol Libbitcoin Protocol Coveralls Report]</ref>.
 +
 
 +
==Dependencies==
 +
* [http://www.boost.org boost]
 +
* [https://github.com/bitcoin/secp256k1 secp256k1]
 +
* [https://github.com/zeromq/libzmq zmq]
 +
* [[Libbitcoin_Common|libbitcoin-system]]
 +
 
 +
==See Also==
 +
* [[Libbitcoin]]
 +
 
 +
==References==
 +
 
 +
[[Category:Open Source]]
 +
[[Category:Software‏‎]]

Latest revision as of 01:33, 9 March 2021

The libbitcoin-protocol library is new in version3 and replaces the zeromq/czmq++, zeromq/czmq and libsodium dependencies. The library provides a high level abstraction for ØMQ networking primitives used in the libbitcoin client-server interface.

Status

The library is integrated with the Libbitcoin Build system[1], with regular build and test execution[2].

Dependencies

See Also

References