Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 850 Bytes

File metadata and controls

26 lines (22 loc) · 850 Bytes

Zclient CLI Tool

Zclient CLI is a command-line interface tool designed for managing keypairs, configurations, and messaging over WebSocket connections.

Installation

Follow these steps to install the Zclient CLI:

  1. Clone the repository:
    git clone https://github.com/NagaraTech/client-cli.git
  2. install cli
    cargo install --path client-cli

Commands:

Zclient

  • keystore
    • new create a new keypair with name, if first create, it also will set the new keypair as default config
    • import import a keypair json file to default keystore path
    • list show the keypairs
  • config
    • set-keypair set as current cli keypair
  • messager
    • set-ws-connection set the websocket connection
    • send-msg send the message
    • receive-message a loop to receive message