Difference between revisions of "Libbitcoin Client"

From Bitcoin Wiki
Jump to: navigation, search
(stub)
 
(larger stub)
Line 1: Line 1:
This page is a stub.
+
The [https://github.com/libbitcoin/libbitcoin-client libbitcoin-client] library...
 +
 
 +
==Example==
 +
int main()
 +
{
 +
    return 0;
 +
}
 +
 
 +
==Dependencies==
 +
* [[Libbitcoin_Common|libbitcoin]]
 +
* [https://github.com/bitcoin/secp256k1 secp256k1]
 +
* [https://github.com/jedisct1/libsodium sodium]
 +
* [https://github.com/zeromq/libzmq zmq]
 +
* [https://github.com/zeromq/czmq czmq]
 +
* [https://github.com/zeromq/czmqpp czmqpp]
 +
 
 +
==See Also==
 +
* [[Libbitcoin]]
 +
 
 +
==References==

Revision as of 21:24, 15 May 2015

The libbitcoin-client library...

Example

int main()
{
    return 0;
}

Dependencies

See Also

References