Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/holochain-open-dev/lair-keystore-socket-tester
Simple cli tool to verify a connection to a lair keystore socket
https://github.com/holochain-open-dev/lair-keystore-socket-tester
cli holochain lair-keystore p2p peer-to-peer utility
Last synced: about 2 months ago
JSON representation
Simple cli tool to verify a connection to a lair keystore socket
- Host: GitHub
- URL: https://github.com/holochain-open-dev/lair-keystore-socket-tester
- Owner: holochain-open-dev
- Created: 2023-10-10T22:15:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-12T23:48:02.000Z (over 1 year ago)
- Last Synced: 2024-04-09T01:08:53.815Z (10 months ago)
- Topics: cli, holochain, lair-keystore, p2p, peer-to-peer, utility
- Language: Rust
- Homepage:
- Size: 23.4 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lair Keystore Socket Tester
Verify a lair-keystore server is running and is reachable via a unix socket at a given URL
## Installation
```
cargo install lair-keystore-socket-tester
```## Usage
```
Usage: lair-keystore-socket-testerArguments:
Lair Keystore Socket URL
Lair Keystore PasswordOptions:
-h, --help Print help
-V, --version Print version```