# fabric-extension **Repository Path**: godzilla-s/fabric-extension ## Basic Information - **Project Name**: fabric-extension - **Description**: extension tools for creating application of hyperledger fabric - **Primary Language**: Go - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 20 - **Forks**: 0 - **Created**: 2020-04-22 - **Last Updated**: 2025-08-24 ## Categories & Tags **Categories**: blockchain **Tags**: None ## README # fabric-extension #### 介绍 extension tools for creating application of hyperledger fabric #### 软件架构 软件架构说明: hyperledger fabric 扩展API `contract`: 用于构建合约; `gateway`: 提供访问fabric网络的api; `cryptoutl`: 提供fabric相关的秘钥工具; #### 安装教程 1. go get gitee.com/wayjin/fabric-extension/gateway #### 使用说明 主要用于开发 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request