# my-fabric-chaincode-java **Repository Path**: caiyuanlin_13/my-fabric-chaincode-java ## Basic Information - **Project Name**: my-fabric-chaincode-java - **Description**: Hyperledger Fabric 2.x 自定义智能合约 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://mp.weixin.qq.com/s/ZgP5qamh_itqE2JNb3SXIQ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 9 - **Created**: 2025-04-01 - **Last Updated**: 2025-04-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Hyperledger Fabric 2.x 自定义智能合约 为了持续地进行信息的更新,以及对账本进行管理(写入交易,进行查询等),区块链网络引入了智能合约来实现对账本的访问和控制;智能合约在 Fabric 中称之为 `链码`,是区块链应用的业务逻辑。 本工程为使用 `Java` 语言开发 `Fabric` 智能合约,具体说明与使用请看下面文章: **文章地址**:[https://mp.weixin.qq.com/s/ZgP5qamh_itqE2JNb3SXIQ](https://mp.weixin.qq.com/s/ZgP5qamh_itqE2JNb3SXIQ)