Here's a good comment that I found on Reddit, contrasting Ethereum and Hyperledger:<p>---<p>Hyperledger isn't a specific technology. It's a Linux Foundation banner project for multiple blockchain and DLT technologies, each of which have different characteristics:<p>See <a href="https://www.hyperledger.org/projects" rel="nofollow">https://www.hyperledger.org/projects</a><p>The common theme to them all is that they are permissioned, and none involve cryptocurrencies.<p>Monax's Burrow project (formerly ErisDB) was recently accepted, which is a permissioned EVM (Ethereum virtual machine) node implementation. So now the other Hyperledger projects have the option of integrating an Ethereum virtual machine into their codebases too.<p><a href="https://github.com/hyperledger/burrow" rel="nofollow">https://github.com/hyperledger/burrow</a><p>Fabric is the dominant project within HL. It was developed as OpenChain by IBM and contributed to Hyperledger at inception, and has been working towards a 1.0 release which is imminent. It is the basis of the IBM Blockchain commercial offering, and is getting a lot of traction in Enterprise settings.<p><a href="https://www.ibm.com/blockchain/" rel="nofollow">https://www.ibm.com/blockchain/</a><p>The primary aim of the Enterprise Ethereum Alliance (EEA) is to build an extension/variant of the public Ethereum specification to cover the additional use-cases which Enterprises need to get into production - along the themes of scalability (usually just pluggable consensus), privacy and confidentiality and permissioning. JPM Quorum is an example of an Ethereum fork seeking to meet those needs:<p><a href="https://github.com/jpmorganchase/quorum" rel="nofollow">https://github.com/jpmorganchase/quorum</a><p>Many of us see all of the public/consortium/private use-cases as being something which will likely converge over the next few years. Sufficiently modular codebases should be able to handle them all, with dynamic composition of components. We are working towards the creation of an extended Ethereum meeting all those needs.<p>---