py-evm

Python implementation of the Ethereum Virtual Machine

MIT 88 个版本 Python <4,>=3.8
Ethereum Foundation <snakecharmers@ethereum.org>
安装
pip install py-evm
poetry add py-evm
pipenv install py-evm
conda install py-evm
描述

Python Implementation of the Ethereum protocol

Join the conversation on Discord Build Status PyPI version Python versions Docs build

Py-EVM

Py-EVM is an implementation of the Ethereum Virtual Machine (EVM) in Python.

Goals

Py-EVM aims to be a readable yet generally performant version of the EVM in Python.

In particular Py-EVM aims to:

  • be easy to understand and modifiable
  • be highly flexible to support research and experimentation
  • be performant enough to be used in testing for Python projects
  • be a reference implementation of the Ethereum execution layer specifications

Ethereum consensus today is achieved via Proof of Stake, involving a consensus layer that is beyond the scope of this repository.

Installation

python -m pip install py-evm

Documentation

Get started in 5 minutes

Check out the documentation on our official website

View the change log.

版本列表
0.12.1b1 2025-05-14
0.12.0b3 2025-04-25
0.12.0b2 2025-04-23
0.12.0b1 2025-04-21
0.11.0b1 2025-02-18
0.10.1b2 2024-08-21
0.10.1b1 2024-04-18
0.10.0b6 2024-04-05
0.10.0b5 2024-04-05
0.10.0b4 2024-03-18
0.10.0b3 2024-03-18
0.10.0b2 2024-03-15
0.10.0b1 2024-03-15
0.9.0b1 2024-02-05
0.8.0b1 2023-10-09
0.7.0a4 2023-07-24
0.7.0a3 2023-06-08
0.7.0a2 2023-05-11
0.7.0a1 2023-04-10
0.6.1a2 2022-12-16
0.6.1a1 2022-11-14
0.6.0a1 2022-08-22
0.5.0a3 2022-01-26
0.5.0a2 2021-12-17
0.5.0a1 2021-10-13
0.5.0a0 2021-09-30
0.4.0a4 2021-04-07
0.4.0a3 2021-03-24
0.4.0a2 2021-03-22
0.4.0a1 2021-03-22
0.3.0a9 2019-12-02
0.3.0a8 2019-11-05
0.3.0a7 2019-09-19
0.3.0a6 2019-09-05
0.3.0a5 2019-08-22
0.3.0a4 2019-08-19
0.3.0a3 2019-08-13
0.3.0a20 2020-10-21
0.3.0a2 2019-08-13
0.3.0a19 2020-08-31
0.3.0a18 2020-06-25
0.3.0a17 2020-06-02
0.3.0a16 2020-05-27
0.3.0a15 2020-04-14
0.3.0a14 2020-02-10
0.3.0a13 2020-01-13
0.3.0a12 2019-12-19
0.3.0a11 2019-12-12
0.3.0a10 2019-12-10
0.3.0a1 2019-06-06
0.2.0a9 2018-01-17
0.2.0a8 2018-01-04
0.2.0a7 2017-11-30
0.2.0a5 2017-09-29
0.2.0a43 2019-05-20
0.2.0a42 2019-02-28
0.2.0a41 2019-01-16
0.2.0a40 2019-01-15
0.2.0a39 2019-01-10
0.2.0a38 2018-12-20
0.2.0a37 2018-12-13
0.2.0a36 2018-12-13
0.2.0a35 2018-12-13
0.2.0a34 2018-11-20
0.2.0a33 2018-09-27
0.2.0a32 2018-09-04
0.2.0a31 2018-08-14
0.2.0a30 2018-08-08
0.2.0a3 2017-09-29
0.2.0a29 2018-07-24
0.2.0a28 2018-07-24
0.2.0a26 2018-06-01
0.2.0a25 2018-06-01
0.2.0a24 2018-06-01
0.2.0a22 2018-06-01
0.2.0a21 2018-05-31
0.2.0a20 2018-05-30
0.2.0a19 2018-05-29
0.2.0a18 2018-05-17
0.2.0a17 2018-05-09
0.2.0a16 2018-05-01
0.2.0a15 2018-04-19
0.2.0a14 2018-04-03
0.2.0a13 2018-04-02
0.2.0a12 2018-03-08
0.2.0a11 2018-02-22
0.2.0a10 2018-01-24
0.2.0a1 2017-08-24