# TWIN Standards W3C DID

This package provides data models for the [W3C DID Core specification](https://www.w3.org/TR/did-core/), helping teams represent decentralised identifiers with consistent, interoperable structures.

## Installation

```shell
npm install @twin.org/standards-w3c-did
```

## Examples

Usage of the APIs is shown in the examples [docs/examples.md](docs/examples.md)

## Reference

Detailed reference documentation for the API can be found in [docs/reference/index.md](docs/reference/index.md)

## Changelog

The changes between each version can be found in [docs/changelog.md](docs/changelog.md)
