Adding bitcoin_addresses library as a dependency

Run this command in a terminal, in your project's directory:

cargo add bitcoin-addresses

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

bitcoin-addresses = "0.0.0"

The bitcoin_addresses library will be automatically available globally. Read the bitcoin_addresses library documentation.

Back to the crate overview.