https://github.com/wireapp/mls-test-cli
Command line client utility used for testing MLS interactions with wire-server
https://github.com/wireapp/mls-test-cli
Last synced: 7 months ago
JSON representation
Command line client utility used for testing MLS interactions with wire-server
- Host: GitHub
- URL: https://github.com/wireapp/mls-test-cli
- Owner: wireapp
- License: gpl-3.0
- Created: 2022-06-23T11:36:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-09T07:27:37.000Z (11 months ago)
- Last Synced: 2025-07-09T08:45:55.854Z (11 months ago)
- Language: Rust
- Size: 285 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wire MLS test tool
## Building with nix (on nixos)
Use the build environment defined in [wire-server](https://www.github.com/wireapp/wire-server) for building:
```sh
nix-shell -A mls_test_cli $WIRE_SERVER/nix/default.nix
# inside nix-shell
NIX_HARDENING_ENABLE="" cargo build
```