简体   繁体   English

hyperledger fabric v 1.4 是否支持 python 开发客户端应用程序

[英]Does hyperledger fabric v 1.4 support python for developing client applications

I tried the sample application in the link https://github.com/IBM/evote/blob/master/docs/run-local.md .我尝试了https://github.com/IBM/evote/blob/master/docs/run-local.md链接中的示例应用程序。 Am able to run it locally.能够在本地运行它。 But my requirement is to use python in the middle layer instead of node js.但是我的要求是在中间层使用python而不是node js。 We are trying to develop a POC using python rest API.我们正在尝试使用 python rest API 开发一个 POC。 In the documentation, i can see only node.js examples and references for new programming model for fabric.在文档中,我只能看到 node.js 示例和新结构编程模型的参考。 Does Fabric 1.4 support Python ? Fabric 1.4 支持 Python 吗? Please let me know.请告诉我。

There is a python SDK here https://github.com/hyperledger/fabric-sdk-py这里有一个 python SDK https://github.com/hyperledger/fabric-sdk-py

I don't know how upto date this sdk is regarding giving access to the full capabilities of the CA, Peer and Orderer at 1.4 or 2.0.我不知道这个 sdk 是如何更新 1.4 或 2.0 的 CA、Peer 和 Orderer 的全部功能的。 I do know that it doesn't contain the higher level apis represented by Gateway/Network/Contract which exist in the node sdk, java sdk (and plans to add it to the Go SDK as well)我知道它不包含节点 sdk、java sdk 中存在的由网关/网络/合同表示的更高级别的 api(并计划将其添加到 Go SDK)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM