https://github.com/zlt2000/my-fabric-application-java
Hyperledger Fabric 2.x SpringBoot区块链应用:使用 Java 代码基于 fabric-gateway-java 进行区块链网络的访问与交易并集成 SpringBoot 框架。
https://github.com/zlt2000/my-fabric-application-java
Last synced: about 1 year ago
JSON representation
Hyperledger Fabric 2.x SpringBoot区块链应用:使用 Java 代码基于 fabric-gateway-java 进行区块链网络的访问与交易并集成 SpringBoot 框架。
- Host: GitHub
- URL: https://github.com/zlt2000/my-fabric-application-java
- Owner: zlt2000
- License: apache-2.0
- Created: 2022-02-21T10:17:43.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-23T07:47:45.000Z (about 4 years ago)
- Last Synced: 2025-03-26T02:11:11.484Z (about 1 year ago)
- Language: Java
- Size: 33.2 KB
- Stars: 17
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## Hyperledger Fabric 2.x Java区块链应用
在上一篇文章中 [《Hyperledger Fabric 2.x 自定义智能合约》](https://mp.weixin.qq.com/s/ZgP5qamh_itqE2JNb3SXIQ) 分享了智能合约的安装并使用 `cli` 客户端进行合约的调用;本文将使用 `Java` 代码基于 `fabric-gateway-java` 进行区块链网络的访问与交易,并集成 `SpringBoot` 框架。
具体说明与使用请看下面文章:
**文章地址**:[https://mp.weixin.qq.com/s/W8hO7V0az0tgROx73W9-lA](https://mp.weixin.qq.com/s/W8hO7V0az0tgROx73W9-lA)