Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 649 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 649 Bytes

Build Status

Coverage Status

Libbitcoin Protocol

Bitcoin Blockchain Query Protocol Library

Make sure you have installed libbitcoin beforehand according to its build instructions, as well as libzmq.

$ ./autogen.sh
$ ./configure
$ make
$ sudo make install
$ sudo ldconfig

libbitcoin-protocol is now installed in /usr/local/.