Skip to content

Commit

Permalink
oydid-js Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianekc committed Jan 25, 2024
1 parent b5a0054 commit b096fd1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ If you want to contribute, please follow these steps:

## License

[MIT License 2021-23 - OwnYourData.eu](https://raw.githubusercontent.com/OwnYourData/oydid/main/LICENSE)
[MIT License 2021-24 - OwnYourData.eu](https://raw.githubusercontent.com/OwnYourData/oydid/main/LICENSE)
13 changes: 13 additions & 0 deletions oydid-js/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
OYDID provides a self-sustained environment for managing decentralised identifiers (DIDs). The did:oyd method links the identifier cryptographically to the DID Document and through also cryptographically linked provenance information in a public log it ensures resolving to the latest valid version of the DID Document.

The oydid library allows you to create, resolve, update, and deactivate did:oyd DIDs.

## Installation

```bash
npm install oydid
```

## License

[MIT License 2022-24 - OwnYourData.eu](https://raw.githubusercontent.com/OwnYourData/oydid/main/LICENSE)

0 comments on commit b096fd1

Please sign in to comment.