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: about 1 month 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T13:17:05.000Z (over 1 year ago)
- Last Synced: 2025-03-14T16:05:39.668Z (about 1 month 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
[](https://github.com/monero-rs/monero-lws/actions/workflows/build.yml)
[](https://github.com/rust-secure-code/safety-dance/)
[](https://crates.io/crates/monero-lws)
[](https://docs.rs/monero-lws)
[](https://opensource.org/licenses/MIT)
[](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).