Ecosyste.ms: Awesome
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: 6 days ago
JSON representation
Bitcoin Electrum client library. Supports plaintext, TLS and Onion servers.
- Host: GitHub
- URL: https://github.com/bitcoindevkit/rust-electrum-client
- Owner: bitcoindevkit
- License: mit
- Created: 2020-02-06T16:33:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-06T03:34:43.000Z (about 2 months ago)
- Last Synced: 2025-01-12T05:01:24.416Z (13 days ago)
- Topics: bitcoin, electrum, electrum-client, rust-bitcoin
- Language: Rust
- Homepage:
- Size: 379 KB
- Stars: 81
- Watchers: 9
- Forks: 62
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.63.0%2B-lightgrey.svg
[Rust Blog]: https://blog.rust-lang.org/2022/08/11/Rust-1.63.0.htmlBitcoin 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.63.0.
To build with the MSRV you will need to pin dependencies as follows:
```shell
cargo update -p rustls --precise "0.23.19"
```