10.0.0-stage.20241122110836.42fb21a • Published 1 year ago

@meeco/vc-api-sdk v10.0.0-stage.20241122110836.42fb21a

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Meeco Verifiable Credentials API TypeScript SDK

Installation

npm install -S @meeco/vc-api-sdk

Usage

  1. Import the desired service or,
import { MonitoringApi } from '@meeco/vc-api-sdk';

alternatively, the entire SDK can be imported as an alias

import * as VcApi from '@meeco/vc-api-sdk';