Skip to main content

Installation

The Hovi SDKs provide modular support for building digital identity applications. Depending on your integration needs, you can install either the Core SDK or the Cloud Wallet SDK, or both.


Core SDK

The Core SDK streamlines digital identity workflows across multiple ecosystems — OpenID, Indicio, Cheqd, and Privado. It enables operations such as credential issuance, DIDComm connections, and proof verification using standards like JSON-LD, Anoncreds, SD-JWT, and mDoc.

Install using your preferred package manager:

npm install @hovi/core-sdk

Cloud Wallet SDK

The Cloud Wallet SDK enables interaction with the Hovi Cloud Wallet Service, allowing developers to manage credentials, authentication, and connections through a secure, hosted wallet environment.

Install using your preferred package manager:

npm install @hovi/cloudwallet-sdk

Prerequisites

  • Node.js >= 18.0.0
  • TypeScript support (recommended for type safety and autocomplete)
  • Access to the Hovi Studio for API keys and environment setup

After installation, you can explore the respective sections to start building: