Skip to content

Latest commit

 

History

History

did

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

@zcloak/did

A zkID Decentralised Identifier (DID) is a string uniquely identifying each zkID user that allows them to create CTypes, issue vc. A DID can be thought of as a container of different keys that are all under the control of the same DID subject.

For more information about Decentralised Identifiers, please visit the latest version of the official W3C specification.

For more information about zk DID, please visit zk-did-method-specs.

Usage

Installation -

yarn add @zcloak/did

Functions can be imported as follows:

import { helpers } from '@zcloak/did';