简体   繁体   English

在 Hyperledger Fabric 中开发 Dapp

[英]Developing Dapp in Hyperledger Fabric

I'm trying to develop a Dapp using Hyperledger Fabric on Mac.我正在尝试在 Mac 上使用 Hyperledger Fabric 开发 Dapp。 However, I can't find any recent tutorials online in developing a Dapp in Hyperledger Fabric.但是,我在网上找不到任何关于在 Hyperledger Fabric 中开发 Dapp 的最新教程。 In setting up the development environment, I tried following Fabric's official documentation but I struggled through it and encountered a lot of errors.在设置开发环境时,我尝试按照Fabric的官方文档进行操作,但我费力地完成了它并遇到了很多错误。 Can you suggest documentations or tutorials for developing Dapp in Hyperledger Fabric?你能推荐在 Hyperledger Fabric 中开发 Dapp 的文档或教程吗?

The fabcar example ( APIs and chaincode ) is very basic and good to start with. fabcar示例( API链代码)非常基础,非常适合入门。 It has few APIs to interact with the chaincode.它几乎没有与链码交互的 API。 All you have to do is create a frontend and connect these APIs with the frontend.您所要做的就是创建一个前端并将这些 API 与前端连接起来。

One more example is this .另一个例子是这个

This " link " is a tutorial for Dapps in Hyperledger Fabric.这个“ 链接”是 Hyperledger Fabric 中 Dapps 的教程。

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

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