#bitcoin #esplora #onion #plain-text #server #blocking #tls

esplora-client

Bitcoin Esplora API client library. Supports plaintext, TLS and Onion servers. Blocking or async

9 breaking releases

0.10.0 Sep 26, 2024
0.9.0 Jun 18, 2024
0.8.0 May 29, 2024
0.7.0 Mar 21, 2024
0.2.0 Oct 24, 2022

#1 in #esplora

Download history 2490/week @ 2024-07-03 3530/week @ 2024-07-10 3737/week @ 2024-07-17 2603/week @ 2024-07-24 2538/week @ 2024-07-31 3294/week @ 2024-08-07 3421/week @ 2024-08-14 3263/week @ 2024-08-21 3788/week @ 2024-08-28 3004/week @ 2024-09-04 3258/week @ 2024-09-11 3207/week @ 2024-09-18 3324/week @ 2024-09-25 3814/week @ 2024-10-02 3826/week @ 2024-10-09 3812/week @ 2024-10-16

15,694 downloads per month
Used in 32 crates (12 directly)

MIT license

77KB
1.5K SLoC

rust-esplora-client

Bitcoin Esplora API client library. Supports plaintext, TLS and Onion servers. Blocking or async.

Crate Info MIT Licensed CI Status Coverage Status API Docs Rustc Version 1.63.0+ Chat on Discord

Minimum Supported Rust Version (MSRV)

This library should compile with any combination of features with Rust 1.63.0.

To build with the MSRV you will need to pin dependencies as follows:

cargo update -p zstd-sys --precise "2.0.8+zstd.1.5.5"
cargo update -p time --precise "0.3.20"
cargo update -p home --precise 0.5.5
cargo update -p url --precise "2.5.0"
cargo update -p tokio --precise "1.38.1"
cargo update -p tokio-util --precise "0.7.11"

Dependencies

~7–23MB
~338K SLoC