Difference between revisions of "Libbitcoin Explorer"

From Bitcoin Wiki
Jump to: navigation, search
(Fix and split v2/v3 dependencies.)
m (Design: fix typo, sort)
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
  
 
==Design==
 
==Design==
 +
* [https://github.com/libbitcoin/libbitcoin-explorer/wiki Documentation]
 
* [https://github.com/libbitcoin/libbitcoin-explorer/wiki/Design-Overview Design Overview]
 
* [https://github.com/libbitcoin/libbitcoin-explorer/wiki/Design-Overview Design Overview]
  
Line 24: Line 25:
 
* [http://www.libpng.org/pub/png/libpng.html libpng] (optional)
 
* [http://www.libpng.org/pub/png/libpng.html libpng] (optional)
 
* [https://fukuchi.org/works/qrencode libqrencode] (optional)
 
* [https://fukuchi.org/works/qrencode libqrencode] (optional)
* [[Libbitcoin_Common|libbitcoin]]
+
* [[Libbitcoin_Common|libbitcoin-system]]
 
* [[Libbitcoin_Protocol|libbitcoin-protocol]]
 
* [[Libbitcoin_Protocol|libbitcoin-protocol]]
 
* [[Libbitcoin_Client|libbitcoin-client]]
 
* [[Libbitcoin_Client|libbitcoin-client]]

Latest revision as of 01:36, 9 March 2021

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