Rust client for the Bitcoin Core daemon's JSON-RPC API.
This crate provides:
- A blocking client intended for integration testing (
client-sync). - An async client intended for production (
client-async).
client-sync: Blocking JSON-RPC client.client-async: Async JSON-RPC client.
This library should always compile with any combination of features on Rust 1.75.0.
The code in this project is licensed under the Creative Commons CC0 1.0 Universal license. We use the SPDX license list and SPDX IDs.