From 5d27fe8e68292ce861ff72388a82d1dbdc5a7548 Mon Sep 17 00:00:00 2001 From: "Lukas.J Han" Date: Thu, 31 Jul 2025 16:53:49 +0900 Subject: [PATCH 1/2] doc: propose hdcx.js project Signed-off-by: Lukas.J Han --- projects/hdcx-js.md | 63 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 projects/hdcx-js.md diff --git a/projects/hdcx-js.md b/projects/hdcx-js.md new file mode 100644 index 0000000..588dec4 --- /dev/null +++ b/projects/hdcx-js.md @@ -0,0 +1,63 @@ +# Project Name + +hDCX-js + +# Preferred Maturity Level + +Labs + +# Project Description + +hDCX is a lightweight TypeScript wallet core SDK that simplifies digital credential management with few core operations. The SDK provides cross-platform support (Web, React Native, Node.js) while maintaining full compliance with modern standards including eIDAS 2.0, W3C VCDM 2.0, SD-JWT VC, and OIDC4VCI/VP. + +# Alignment with the OpenWallet Foundation Mission + +hDCX directly aligns with the Foundation's mission to enable anyone to easily build interoperable wallets. The SDK achieves this by: + +- Simplifying Wallet Development: The APIs abstracts away complex credential protocols, allowing developers to build functional wallets without deep expertise in digital identity standards. +- Lowering Technical Barriers: Automatic format detection and protocol handling mean developers can focus on user experience rather than implementation complexity. + +# Code of Conduct + +[OpenWallet Foundation code of conduct](https://tac.openwallet.foundation/governance/code-of-conduct/) + +# TAC Sponsor + +@aceshim Ace Shim + +# Project License + +MIT + +# Source Control + +github + +# Issue Tracker + +github + +# External Dependencies + +TBD + +# Release Methodology + +npm + +# Initial Maintainers + +- Ace Shim ([Github](https://github.com/aceshim)) - Hopae Inc. +- Lukas Han ([Github](https://github.com/lukasjhan)) - Hopae Inc. + +# Proposed Project Governance + +Everyone should be able to contribute to the project. Contributors will be able to open issues via Github to discuss their ideas. + +# Financial Sponsorship + +None + +# Infrastructure + +None From 155b55502d7d4ac71a0c63df943de98175e2d8c5 Mon Sep 17 00:00:00 2001 From: "Lukas.J.Han" Date: Thu, 31 Jul 2025 23:48:42 +0900 Subject: [PATCH 2/2] doc: update desc Signed-off-by: Lukas.J.Han --- projects/hdcx-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hdcx-js.md b/projects/hdcx-js.md index 588dec4..c7d82b4 100644 --- a/projects/hdcx-js.md +++ b/projects/hdcx-js.md @@ -8,7 +8,7 @@ Labs # Project Description -hDCX is a lightweight TypeScript wallet core SDK that simplifies digital credential management with few core operations. The SDK provides cross-platform support (Web, React Native, Node.js) while maintaining full compliance with modern standards including eIDAS 2.0, W3C VCDM 2.0, SD-JWT VC, and OIDC4VCI/VP. +hDCX-js is a lightweight, abstracted Wallet SDK designed for developers to build interoperable digital wallets without deep expertise in digital identity standards. The SDK provides cross-platform support (Web, React Native, Node.js) while maintaining full compliance with modern standards including eIDAS 2.0, W3C VCDM 2.0, SD-JWT VC, and OIDC4VCI/VP. # Alignment with the OpenWallet Foundation Mission