Libbitcoin Client: Difference between revisions
Jump to navigation
Jump to search
stub |
larger stub |
||
Line 1: | Line 1: | ||
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== |