Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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-tester

Arguments:
Lair Keystore Socket URL
Lair Keystore Password

Options:
-h, --help Print help
-V, --version Print version

```