Difference between revisions of "Libbitcoin Protocol"

From Bitcoin Wiki
Jump to: navigation, search
(Drop references to v4 futures work.)
m (Dependencies)
Line 9: Line 9:
 
* [https://github.com/zeromq/libzmq zmq]
 
* [https://github.com/zeromq/libzmq zmq]
 
* [[Libbitcoin_Common|libbitcoin]]
 
* [[Libbitcoin_Common|libbitcoin]]
* [https://developers.google.com/protocol-buffers protobuf 2.6] (version4+ only)
 
  
 
==See Also==
 
==See Also==

Revision as of 20:18, 8 March 2017

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