Libbitcoin Explorer: Difference between revisions
Jump to navigation
Jump to search
m →Dependencies (Version3): user libbitcoin-system |
m →Design: add doc link |
||
Line 6: | Line 6: | ||
==Design== | ==Design== | ||
* [https://github.com/libbitcoin/libbitcoin-explorer/wiki/Design-Overview Design Overview] | * [https://github.com/libbitcoin/libbitcoin-explorer/wiki/Design-Overview Design Overview] | ||
* [https://github.com/libbitcoin/libbitcoin-explorer/wiki Design Documentation] | |||
==Dependencies (Version2)== | ==Dependencies (Version2)== |
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)
- boost
- secp256k1
- zmq
- ICU (optional)
- libpng (optional)
- libqrencode (optional)
- libbitcoin-system
- libbitcoin-protocol
- libbitcoin-client