Skip to content

CLI Documentation

The KryptoOS CLI is documented as a public workflow model for DID and credential operations. Exact package names, private registries and release channels are published only when the release is public.

Public Commands

bash
kryptoos did create
kryptoos did resolve <did>
kryptoos vc issue --type <credential-type>
kryptoos vc verify <credential-file>
kryptoos vc revoke <credential-id>
kryptoos proof verify <proof-file>

Configuration Rules

  • Use official public chain profiles.
  • Do not put private keys in environment variables.
  • Do not paste credentials with PII into shell history.
  • Keep issuer material in secure storage controlled by the issuer.

For app integrations, prefer the SDK Dart and ecosystem guides.