Libbitcoin Protocol: Difference between revisions

From Bitcoin Wiki
Jump to navigation Jump to search
m (→‎Dependencies: use libbitcoin-system)
 
Line 8: Line 8:
* [https://github.com/bitcoin/secp256k1 secp256k1]
* [https://github.com/bitcoin/secp256k1 secp256k1]
* [https://github.com/zeromq/libzmq zmq]
* [https://github.com/zeromq/libzmq zmq]
* [[Libbitcoin_Common|libbitcoin]]
* [[Libbitcoin_Common|libbitcoin-system]]


==See Also==
==See Also==

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