-
Notifications
You must be signed in to change notification settings - Fork 177
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.
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.
Primary common functionality is exposed by the following namespaces:
bc::explorer::commands
bc::explorer::config
Users | 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