This document discusses running Ethereum smart contracts on Hyperledger Fabric. It provides an overview of Hyperledger Fabric architecture and EVM concepts. The key points are:
- EVM chaincode allows running Ethereum byte code smart contracts on Hyperledger Fabric.
- Fabproxy implements the Ethereum JSON RPC API to interface Ethereum tools with Hyperledger Fabric.
- This design allows migrating Ethereum smart contracts and using Ethereum development tools with Hyperledger Fabric.
- A demo is provided and links to relevant projects and tutorials are included.