如何将Hyperledger网络与django项目集成?

时间:2019-02-11 09:33:54

标签: django hyperledger

我目前正在创建一个django Web应用程序,该应用程序主要涉及将Hyperledger用作区块链网络。我想知道如何将Hyperledger Composer与django Web应用程序集成?

1 个答案:

答案 0 :(得分:0)

Hyperledger提供了许多您可以使用的SDK。如果使用Composer之类的工具,则可以公开REST API,然后要做的就是使用此API与Hyperledger Network进行通信。

一个好的起点在这里: https://hyperledger.github.io/composer/latest/applications/web.html

https://hyperledger.github.io/composer/latest/tutorials/tutorials

到达生成API的地步,然后从Django应用程序与之交谈。