An open API service indexing awesome lists of open source software.

https://github.com/bitcoindevkit/rust-electrum-client

Bitcoin Electrum client library. Supports plaintext, TLS and Onion servers.
https://github.com/bitcoindevkit/rust-electrum-client

bitcoin electrum electrum-client rust-bitcoin

Last synced: 8 days ago
JSON representation

Bitcoin Electrum client library. Supports plaintext, TLS and Onion servers.

Awesome Lists containing this project

README

        

# rust-electrum-client
[![Build Status]][GitHub Workflow] [![Latest Version]][crates.io] [![MSRV Badge]][Rust Blog]

[Build Status]: https://github.com/bitcoindevkit/rust-electrum-client/actions/workflows/cont_integration.yml/badge.svg
[GitHub Workflow]: https://github.com/bitcoindevkit/rust-electrum-client/actions?query=workflow%3ACI
[Latest Version]: https://img.shields.io/crates/v/electrum-client.svg
[crates.io]: https://crates.io/crates/electrum-client
[MSRV Badge]: https://img.shields.io/badge/rustc-1.75.0%2B-lightgrey.svg
[Rust Blog]: https://blog.rust-lang.org/2023/12/28/Rust-1.75.0.html

Bitcoin Electrum client library. Supports plaintext, TLS and Onion servers.

## Minimum Supported Rust Version (MSRV)

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