Skip to content

Client Server Interface

Eric Voskuil edited this page Apr 17, 2017 · 65 revisions

Libbitcoin messages conform to a uniform message structure implemented using ZeroMQ. The command and payload of each message is byte-aligned as documented for each endpoint. Bitcoin objects (headers, blocks and transactions) are encoded in canonical serialization.

Clone this wiki locally