diff --git a/README.md b/README.md index c3e6c4e..1d28116 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/oydid-js/README.md b/oydid-js/README.md new file mode 100644 index 0000000..a98f4ed --- /dev/null +++ b/oydid-js/README.md @@ -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) \ No newline at end of file