Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/holochain-open-dev/holochain-app-ws-tester
- Owner: holochain-open-dev
- Created: 2023-09-28T21:09:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-12T23:48:53.000Z (over 1 year ago)
- Last Synced: 2024-04-09T01:08:53.688Z (10 months ago)
- Topics: cli, holochain, p2p, peer-to-peer, utility
- Language: Rust
- Homepage:
- Size: 48.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 URLOptions:
-i, --app-id hApp app-id running on the conductor
-h, --help Print help
-V, --version Print version
```