Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@originvault/ov-id-cli

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@originvault/ov-id-cli

CLI for managing decentralized identities and verifiable credentials in OriginVault.

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

🚀 ov-id-cli - OriginVault Identity CLI (in alpha)

A command-line interface (CLI) for managing decentralized identities (DIDs) and verifiable credentials (VCs) using @originvault/ov-id-sdk.

📦 Installation

npm install -g @originvault/ov-id-cli

🚀 Usage

ov-id --help

✅ Create a DID

ov-id create-did cheqd

✅ Set a Primary DID

ov-id set-primary did:cheqd:mainnet:1234

✅ Show Primary DID

ov-id show-primary

✅ Sign a Verifiable Credential

ov-id sign-vc did:example:5678

✅ Verify a Verifiable Credential

ov-id verify-vc <signed-vc>

✅ Show Development Environment Metadata

ov-id show-dev-metadata

🛠 Dependencies

  • @originvault/ov-id-sdk - Decentralized Identity SDK
  • Commander.js - CLI framework
  • Chalk - Terminal string styling

📜 Licensed under MIT.

FAQs

Package last updated on 27 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts