What problem does it solve?
The Sorcha CLI provides a structured, consistent way to manage the Sorcha distributed ledger platform from the command line. It streamlines tasks such as authentication, profile configuration, register and transaction workflows, and API interactions, enabling rapid operational control and automation.
Core Features & Use Cases
- CLI-driven management: Create, configure, and operate profiles, registers, dockets, and queries using a unified command structure.
- Two-phase register workflow: Supports the cryptographic attestation flow for secure register creation, including initiation, signing, and finalization.
- API integration: Uses Refit-based clients to communicate with Sorcha services and retrieve or submit data from scripts or CI pipelines.
Quick Start
Install the Sorcha CLI as a .NET global tool and verify installation:
dotnet tool install -g sorcha.cli
sorcha --version
Begin by listing available commands:
sorcha --help