Difference between revisions of "Libbitcoin Explorer"

From Bitcoin Wiki
Jump to: navigation, search
(Initial content.)
(Fix and split v2/v3 dependencies.)
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
The library is accompanied by the console application [[Bitcoin_Explorer|Bitcoin Explorer]] (bx).
 
The library is accompanied by the console application [[Bitcoin_Explorer|Bitcoin Explorer]] (bx).
  
==Dependencies==
+
==Design==
 +
* [https://github.com/libbitcoin/libbitcoin-explorer/wiki/Design-Overview Design Overview]
 +
 
 +
==Dependencies (Version2)==
 
* [http://www.boost.org boost]
 
* [http://www.boost.org boost]
 
* [https://github.com/bitcoin/secp256k1 secp256k1]
 
* [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]
 
* [[Libbitcoin_Common|libbitcoin]]
 
* [[Libbitcoin_Common|libbitcoin]]
 +
* [[Libbitcoin_Client|libbitcoin-client]]
 +
 +
==Dependencies (Version3)==
 +
* [http://www.boost.org boost]
 +
* [https://github.com/bitcoin/secp256k1 secp256k1]
 +
* [https://github.com/zeromq/libzmq zmq]
 +
* [http://site.icu-project.org ICU] (optional)
 +
* [http://www.libpng.org/pub/png/libpng.html libpng] (optional)
 +
* [https://fukuchi.org/works/qrencode libqrencode] (optional)
 +
* [[Libbitcoin_Common|libbitcoin]]
 +
* [[Libbitcoin_Protocol|libbitcoin-protocol]]
 
* [[Libbitcoin_Client|libbitcoin-client]]
 
* [[Libbitcoin_Client|libbitcoin-client]]
  

Revision as of 22:20, 27 May 2016

The libbitcoin-explorer library extends libbitcoin-client with a command line interface and a large number of bitcoin utility commands. The first version was called SubvertX (sx).

Console Application

The library is accompanied by the console application Bitcoin Explorer (bx).

Design

Dependencies (Version2)

Dependencies (Version3)

See Also

References