Difference between revisions of "Libbitcoin Explorer"

From Bitcoin Wiki
Jump to: navigation, search
(use stub template)
(Initial content.)
Line 1: Line 1:
{{stub}}
+
The [https://github.com/libbitcoin/libbitcoin-explorer libbitcoin-explorer] library extends [[Libbitcoin_Client|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|Bitcoin Explorer]] (bx).
 +
 
 +
==Dependencies==
 +
* [http://www.boost.org boost]
 +
* [https://github.com/bitcoin/secp256k1 secp256k1]
 +
* [[Libbitcoin_Common|libbitcoin]]
 +
* [[Libbitcoin_Client|libbitcoin-client]]
 +
 
 +
==See Also==
 +
* [[Libbitcoin]]
 +
* [[Bitcoin_Explorer|Bitcoin Explorer]]
 +
* [[SubvertX]]
 +
 
 +
==References==
 +
 
 +
[[Category:Clients]]
 +
[[Category:Open Source]]
 +
[[Category:Software‏‎]]

Revision as of 21:55, 12 July 2015

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).

Dependencies

See Also

References