Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kixunil/async-electrum-client
PoC async Electrum client in Rust
https://github.com/kixunil/async-electrum-client
Last synced: about 1 month ago
JSON representation
PoC async Electrum client in Rust
- Host: GitHub
- URL: https://github.com/kixunil/async-electrum-client
- Owner: Kixunil
- Created: 2023-12-15T23:10:18.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-15T23:10:55.000Z (about 1 year ago)
- Last Synced: 2024-11-24T20:08:43.967Z (about 2 months ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PoC basic async Electum client (Rust crate)
This implements a simple `async` Electrum client with support of notifications etc.
This is a piece of code taken out from a different project. While it works in the project, I did not have time to test it or develop it further. It's provided as a starting point for anyone who would like to implement it properly. It was only tested with electrs, may have unknown bugs when ran with other servers. It has known missing functionality that I didn't need and may have other various issues such as too bloated dep tree, inefficient parsing...
Please don't report issues, just fork it and write your own. But feel free to let me know when you have something usable, so I can point people at yours and probably use it too. In that case I will contribute to your fork if I have time and need to improve things.
The MSRV is 1.48.0 and `Cargo.lock` is provided for those who need the correct version numbers of the dependencies.
## License
WTFPL
But I'd be happy if you decide to give me credit. :)