How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
A Python implementation of the Ethereum Virtual Machine
The main features of ethereum/py-evm are: Ethereum Clients.
Open-source alternatives to ethereum/py-evm include: dapphub/dapptools — Dapp, Seth, Hevm, and more. energywebfoundation/energyweb-ui. ethereum/aleth — Aleth is an Ethereum C++ client and full-node implementation. It provides a virtual machine executor for running and… ethereumjs/ethereumjs-client — Project is in active development and has been moved to the EthereumJS VM monorepo. exthereum/blockchain. jpmorganchase/quorum — Quorum is a permissioned blockchain framework based on Ethereum, designed for enterprise consortia. It implements a…
Aleth is an Ethereum C++ client and full-node implementation. It provides a virtual machine executor for running and debugging bytecode, a blockchain state debugger, and a serialization library for encoding and decoding data using the Recursive Length Prefix format. The project includes a dedicated mining tool for producing blocks and benchmarking hashing hardware performance. It further distinguishes itself with a state debugger that analyzes pre- and post-execution state changes and generates step-by-step execution traces for the virtual machine. The implementation covers node operations i
Project is in active development and has been moved to the EthereumJS VM monorepo.