Search code examples
hyperledger-fabrichyperledgerethereumhyperledger-composerhyperledger-sawtooth

Can I build a DApp using Hyperledger?


I want to build a DApp. Is it possible to build it using Hyperledger Frameworks? If yes, how is it different from a DApp built using Ethereum?

Thanks in advance.


Solution

  • There are three projects within Hyperledger that will support EVM based smart contracts. 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 Seth is the first integration of Hyperledger Burrow's EVM into the Sawtooth platform.

    Hyperledger Fabric is also undergoing a project to integrate the Burrow EVM, though presently awaiting a refactor of the Burrow library to be merged.

    The process of developing Dapps should be the same.