chc-service

Crates.iochc-service
lib.rschc-service
version0.3.0
created_at2025-06-16 17:48:33.103676+00
updated_at2025-06-17 11:46:36.804077+00
descriptionA local web server that implements the chc (Chain Head Coordinator) interface in Rust
homepage
repository
max_upload_size
id1714571
size244,796
Holochain Release Automation (holochain-release-automation2)

documentation

README

chc-service

A local web server that implements the chc (Chain Head Coordinator) interface in Rust

Usage

nix run #.hc-chc-service --port <port> --interface <interface>

Cli options:

Run a local chc server

Usage: hc-chc-service [OPTIONS]

Options:
  -i, --interface <INTERFACE>  The network interface to use (e.g., 127.0.0.1). Will default to 127.0.0.1 if not passed
  -p, --port <PORT>            The port to bind to. Will default to an available port if not passed
  -h, --help                   Print help
Commit count: 0

cargo fmt