Hyperledger Burrow is an enterprise blockchain network that provides a permissioned smart contract interpreter to execute business logic following the Ethereum Virtual Machine (EVM) specifications.
Hyperledger Seth is the Sawtooth-Ethereum integration project. It integrates the Hyperledger Burrow implementation of the EVM with Hyperledger Sawtooth to provide support for running Ethereum smart contracts on the Hyperledger Sawtooth platform.
In this chapter, we will cover several recipes regarding how to operate Ethereum smart contracts with Hyperledger Burrow and Seth:
- Installing Hyperledger Burrow on AWS
- Writing smart contracts with Solidity
- Deploying and calling Ethereum smart contracts on Burrow
- Installing Hyperledger Seth with Docker on AWS
- Creating externally owned accounts and writing Solidity contracts on Seth...