Skip to main content

Crate holochain_cli_client

Crate holochain_cli_client 

Source
Expand description

Utilities for connecting to running Holochain conductors.

The holochain_cli_client crate exposes shared helpers and a command-line interface for issuing admin API requests and signed zome calls against an already-running conductor.

Re-exports§

pub use cli::HcClient;

Modules§

calls
Admin API helpers for the hc-client CLI.
cli
CLI entry points for the hc-client binary.
zome_call
Making zome calls with the hc sandbox zome-call command