简体   繁体   English

我可以使用Hyperledger构建DApp吗?

[英]Can I build a DApp using Hyperledger?

I want to build a DApp. 我想建立一个DApp。 Is it possible to build it using Hyperledger Frameworks? 是否可以使用Hyperledger框架构建它? If yes, how is it different from a DApp built using Ethereum? 如果是,它与使用以太坊构建的DApp有什么不同?

Thanks in advance. 提前致谢。

There are three projects within Hyperledger that will support EVM based smart contracts. Hyperledger中有三个项目将支持基于EVM的智能合约。 Hyperledger Burrow , which is the descendant of ErisDB implements an EVM conforming to the Ethereum specification, that uses Tendermint for consensus and is increasingly being componentized such that its EVM can be used as a library in other projects. Hyperledger Burrow是ErisDB的后代,它实现了符合以太坊规范的EVM,它使用Tendermint达成共识,并且越来越多地被组件化,因此其EVM可以用作其他项目中的库。

Hyperledger Seth is the first integration of Hyperledger Burrow's EVM into the Sawtooth platform. Hyperledger Seth是Hyperledger Burrow的EVM首次集成到Sawtooth平台中。

Hyperledger Fabric is also undergoing a project to integrate the Burrow EVM, though presently awaiting a refactor of the Burrow library to be merged. Hyperledger Fabric也正在进行整合Burrow EVM的项目,尽管目前正在等待Burrow库的重构合并。

The process of developing Dapps should be the same. 开发Dapps的过程应该是一样的。

暂无
暂无

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

相关问题 在 Hyperledger Fabric 中开发 Dapp - Developing Dapp in Hyperledger Fabric 我可以在Hyperledger架构中使用TXID获得上一次调用有效负载吗? - Can I get last Invoke payload using TXID in Hyperledger fabric? 我可以使用节点 sdk 在 Hyperledger Fabric 中更新背书策略吗? - Can I update an endorsement policy in Hyperledger Fabric using node sdk? 如何在不使用超级账本作曲家的情况下建立具有两个组织(一个主播和一个背书)和一个通道的超级账本结构网络 - How can I set up Hyperledger fabric network with two Organisations(one anchor and one endorsement) and one channel without using hyperledger composer 如何将Hyperledger Fabric浏览器添加到“Hyperledger composer”环境中 - How can I add the Hyperledger Fabric explorer to the “Hyperledger composer” environment 我可以在Hyperledger作曲家中编写复杂的查询吗 - can i write complex queries in hyperledger composer 我们可以构建由Hyperledger Composer Generator生成的大规模应用程序吗? - Can we build large scale application generated by hyperledger composer generator? 我可以在商业网络中使用Hyperledger Composer和Fabric在成员之间分配分类帐吗 - Can i have distributed ledger among the members using hyperledger composer and fabric in a business network 如何使用docker-compose部署超级账本业务网络? - How can I deploy a hyperledger business network using docker-compose? 如何使用 Docker 设置具有多个主机的超级账本结构? - How can I set up hyperledger fabric with multiple hosts using Docker?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM