Libbitcoin Explorer
From BitcoinWiki
This is the approved revision of this page, as well as being the most recent.
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).
Contents
Console Application[edit]
The library is accompanied by the console application Bitcoin Explorer (bx).
Design[edit]
Dependencies (Version2)[edit]
Dependencies (Version3)[edit]
- boost
- secp256k1
- zmq
- ICU (optional)
- libpng (optional)
- libqrencode (optional)
- libbitcoin
- libbitcoin-protocol
- libbitcoin-client
See Also on BitcoinWiki[edit]
Source[edit]