结构客户端、结构网络、结构网关
我正在尝试开发我的第一个 Hyperledger Fabric 应用程序。我真的很困惑,应该使用fabric-client、fabric-network还是fabric-gateway在节点中开发客户端SDK?
I'm trying develop my first Hyperledger fabric application. I'm really confused ,should one use fabric-client or fabric-network or fabric-gateway for developing client SDK in node?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您正在(或可以)使用 Fabric v2.4 或更高版本,我强烈建议使用 Fabric-gateway。如果使用旧版本的 Fabric(或者如果您需要 Fabric-gateway 中不可用的某些功能),则使用 Fabric-network。我建议避免使用 Fabric-client,它在 Fabric v1.4 之后就不再使用了。
Hyperledger Fabric 文档中提供了一些有关不同客户端 API 实现定位的信息:
https://hyperledger-fabric.readthedocs.io/en/release-2.4/sdk_chaincode.html
If you are (or can be) using Fabric v2.4 or later, I would strongly recommend using fabric-gateway. If using an older version of Fabric (or if you require some capabilities not available in fabric-gateway) then fabric-network. I would suggest avoiding fabric-client, which is end-of-life after Fabric v1.4.
There is some information on the positioning of the different client API implementation in the Hyperledger Fabric documentation:
https://hyperledger-fabric.readthedocs.io/en/release-2.4/sdk_chaincode.html