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/holochain-app-ws-tester

Simple cli tool to verify a connection to a holochain app websocket
https://github.com/holochain-open-dev/holochain-app-ws-tester

cli holochain p2p peer-to-peer utility

Last synced: about 2 months ago
JSON representation

Simple cli tool to verify a connection to a holochain app websocket

Awesome Lists containing this project

README

        

# Holochain App WS Tester

Verify a holochain conductor is running and has a reachable app websocket at a given URL

## Installation

```
cargo install holochain-app-ws-tester
```

## Usage
```
holochain-app-ws-tester [OPTIONS]

Arguments:
Holochain App WS URL

Options:
-i, --app-id hApp app-id running on the conductor
-h, --help Print help
-V, --version Print version
```