From 5f92a7987dccde9b2ead84f073a064908d09c4b5 Mon Sep 17 00:00:00 2001 From: "JHKIM5981-DESK\\jhkimbackup" Date: Thu, 31 Oct 2024 13:53:07 +0900 Subject: [PATCH] docs: Update readme.md added new sections --- README.md | 8 ++++++++ README_ko.md | 9 +++++++++ 2 files changed, 17 insertions(+) diff --git a/README.md b/README.md index cafa7fe..70ff8e0 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,14 @@ Libraries can be found in the [Releases](https://github.com/OmniOneID/did-blockc You can find the API reference [here](docs/api/Blockchain_API.md). +## Change Log +The Change Log provides a detailed record of version-specific changes and updates. You can find it here: +- [Change Log](./CHANGELOG.md) + +## OpenDID Demonstration Videos
+To watch our demonstration videos of the OpenDID system in action, please visit our [Demo Repository](https://github.com/OmniOneID/did-demo-server).
+These videos showcase key features including user registration, VC issuance, and VP submission processes. + ## Contributing For detailed information on contributing and submitting pull requests, please refer to [CONTRIBUTING.md](CONTRIBUTING.md) and [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md). diff --git a/README_ko.md b/README_ko.md index 96d3793..2084aaf 100644 --- a/README_ko.md +++ b/README_ko.md @@ -75,6 +75,15 @@ did-blockchain-sdk-server API 참조는 [여기](docs/api/Blockchain_API_ko.md)에서 확인할 수 있습니다. +## Change Log +Change Log에는 버전별 변경 사항과 업데이트가 자세히 기록되어 있습니다. 다음에서 확인할 수 있습니다: +- [Change Log](./CHANGELOG.md) + +## 데모 영상
+OpenDID 시스템의 실제 동작을 보여주는 데모 영상은 [Demo Repository](https://github.com/OmniOneID/did-demo-server)에서 확인하실 수 있습니다.
+사용자 등록, VC 발급, VP 제출 등 주요 기능들을 영상으로 확인하실 수 있습니다. + + ## 기여 Contributing 및 pull request 제출 절차에 대한 자세한 내용은 [CONTRIBUTING.md](CONTRIBUTING.md)와 [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) 를 참조하세요.