-
Notifications
You must be signed in to change notification settings - Fork 191
Explorer Library
The BX build produces static and dynamic versions of a library. Tests are implemented in an executable called libbitcoin-explorer-test which links the library. The command line executable bx also links the library. This separation ensures that the library remains useful for building other applications.
In other words another application can link to libbitcoin-explorer and immediately take advantage of the full set of tested commands, as simple methods with no relation to the command line or STDIO. Such applications can even avoid a dependency on Boost program_options and bx code that performs I/O processing.
Using the library requires inclusion of the header <bitcoin/explorer.hpp> and a reference to the libbitcoin-explorer library and its dependencies. To facilitate dependency management BX installs a standard package config.
Common functionality is exposed by the following namespaces:
bc::explorer::commands
bc::explorer::primitivesUsers | Developers | License | Copyright © 2011-2024 libbitcoin developers
- Home
- Build BX
- General Information
- Developer Information
- Configuration Settings
- Tutorials
- Meta Commands
- Wallet Commands
- Key Encryption Commands
- Stealth Commands
- Messaging Commands
- Transaction Commands
- Online Commands
- Encoding Commands
- Hash Commands
- Math Commands