From 810fd66e8936055055691410f7f54d5651cd20f8 Mon Sep 17 00:00:00 2001 From: Zhang WenChao Date: Thu, 14 Nov 2024 16:09:44 +0800 Subject: [PATCH] feat: update ohw info --- src/content/projects/ohw-algorithm.yaml | 8 +++++--- src/content/projects/ohw.yaml | 8 +++++++- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/content/projects/ohw-algorithm.yaml b/src/content/projects/ohw-algorithm.yaml index 78cc616..86a9193 100644 --- a/src/content/projects/ohw-algorithm.yaml +++ b/src/content/projects/ohw-algorithm.yaml @@ -3,13 +3,15 @@ title: en: OHW-Algorithm zh: OHW-Algorithm description: - en: An embedded systems-focused library that implements some cryptographic algorithms. - zh: An embedded systems-focused library that implements some cryptographic algorithms. + en: A universal cross-platform wallet development library that implements mnemonic phrase and private key derivation. Compatible with various platforms, including embedded systems. Helps developers create wallet applications. + zh: 通用的全平台钱包开发库,实现了助记词和私钥派生,适用于各个平台,包括嵌入式。帮助开发者创建钱包应用。 owners: + - zhang-wenchao - septshep +homepage: https://github.com/butterfly-communtiy repo: owner: butterfly-communtiy - name: ohw-algorithm + name: ohw-wallets tags: - rust - c diff --git a/src/content/projects/ohw.yaml b/src/content/projects/ohw.yaml index 204adcf..d7b6285 100644 --- a/src/content/projects/ohw.yaml +++ b/src/content/projects/ohw.yaml @@ -1,10 +1,16 @@ id: ohw title: en: Open Hardware Wallet - zh: 硬件钱包 + zh: Open Hardware Wallet +description: + en: An open-source project that helps you create your own hardware wallet, free from commercial interests. + zh: 一个能帮助您拥有属于自己的硬件钱包的开源项目,没有商业利益。 owners: - zhang-wenchao homepage: https://github.com/butterfly-communtiy +repo: + owner: butterfly-communtiy + name: ohw-firmware tags: - web3 - c