Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 670 Bytes

File metadata and controls

22 lines (13 loc) · 670 Bytes

corepc-client

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).

Features

  • client-sync: Blocking JSON-RPC client.
  • client-async: Async JSON-RPC client.

Minimum Supported Rust Version (MSRV)

This library should always compile with any combination of features on Rust 1.75.0.

Licensing

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.