![](https://user-images.githubusercontent.com/39338561/122415864-8d6a7c00-cf88-11eb-846f-a98a936f88da.png)
![Lint and Test](https://github.com/KILTprotocol/sdk-js/workflows/Lint%20and%20Test/badge.svg)
KILT DIDs
A KILT Decentralised Identifier (DID) is a string uniquely identifying each KILT user that allows them to create CTypes, issue/collect attestations, and create delegation hierarchies.
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 KILT DIDs, please visit our official documentation.
For more information about Decentralised Identifiers, please visit the latest version of the official W3C specification.
Installation
NPM:
npm install @kiltprotocol/did
YARN:
yarn add @kiltprotocol/did