Skip to content

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

License

Notifications You must be signed in to change notification settings

notmandatory/rust-esplora-client

This branch is 6 commits behind bitcoindevkit/rust-esplora-client:master.

Folders and files

NameName
Last commit message
Last commit date
Nov 26, 2024
Nov 17, 2024
Sep 1, 2024
Aug 8, 2022
Sep 1, 2024
Nov 22, 2024
Aug 4, 2022
Nov 26, 2024

Repository files navigation

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"
cargo update -p indexmap --precise "2.5.0"
cargo update -p security-framework-sys --precise "2.11.1"

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%