Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monero-rs/monero-lws
RPC client for Monero light wallet server.
https://github.com/monero-rs/monero-lws
monero rpc rust
Last synced: 2 months ago
JSON representation
RPC client for Monero light wallet server.
- Host: GitHub
- URL: https://github.com/monero-rs/monero-lws
- Owner: monero-rs
- License: mit
- Created: 2021-12-27T16:55:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T13:17:05.000Z (over 1 year ago)
- Last Synced: 2024-10-17T18:26:07.714Z (3 months ago)
- Topics: monero, rpc, rust
- Language: Rust
- Homepage: https://docs.rs/monero-lws
- Size: 71.3 KB
- Stars: 16
- Watchers: 3
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://img.shields.io/github/actions/workflow/status/monero-rs/monero-lws/build.yml?branch=main)](https://github.com/monero-rs/monero-lws/actions/workflows/build.yml)
[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/)
[![Crates.io](https://img.shields.io/crates/v/monero-lws.svg)](https://crates.io/crates/monero-lws)
[![Documentation](https://docs.rs/monero-lws/badge.svg)](https://docs.rs/monero-lws)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![MSRV](https://img.shields.io/badge/MSRV-1.56.1-blue)](https://blog.rust-lang.org/2021/11/01/Rust-1.56.1.html)# Monero Light Wallet Server RPC Client
A Rust RPC client for the [monero light wallet server](https://github.com/vtnerd/monero-lws).
## Tests
To run tests against monero light wallet server you can use the Docker stack in `tests/`. Use `docker-compose up` and then run `cargo test`.
## Releases and Changelog
See [CHANGELOG.md](CHANGELOG.md) and [RELEASING.md](RELEASING.md).
## License
See [LICENSE](LICENSE).