Skip to content
forked from ethereum/py-evm

A Python implementation of the Ethereum Virtual Machine (plus analysis add-ons)

License

Notifications You must be signed in to change notification settings

ucsb-seclab/py-evm

This branch is 13 commits ahead of, 231 commits behind ethereum/py-evm:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ceaa95c · Aug 5, 2023
Jun 3, 2023
Apr 11, 2023
Apr 11, 2023
Jul 24, 2023
Aug 5, 2023
May 15, 2023
Jul 24, 2023
Jun 3, 2023
Jun 3, 2023
Jul 24, 2023
Mar 30, 2021
May 11, 2023
Apr 11, 2023
Apr 7, 2017
Jan 24, 2019
Jun 3, 2023
Jun 13, 2017
Apr 12, 2023
Apr 10, 2023
May 11, 2023
Apr 11, 2023
May 22, 2019
Jun 3, 2023
Apr 11, 2023
Jul 24, 2023
Jun 3, 2023

Repository files navigation

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 protocol in Python. It contains the low level primitives for the existing Ethereum 1.0 chain as well as emerging support for the upcoming Ethereum 2.0 / Serenity spec.

Goals

Py-EVM aims to eventually become the defacto Python implementation of the Ethereum protocol, enabling a wide array of use cases for both public and private chains.

In particular Py-EVM aims to:

  • be a reference implementation of the Ethereum 1.0 and 2.0 implementation in one of the most widely used and understood languages, Python.

  • be easy to understand and modifiable

  • have clear and simple APIs

  • come with solid, friendly documentation

  • deliver the low level primitives to build various clients on top (including full and light clients)

  • be highly flexible to support both research as well as alternate use cases like private chains.

Quickstart

Get started in 5 minutes

Documentation

Check out the documentation on our official website

Want to help?

Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues that are labeled Good First Issue.

About

A Python implementation of the Ethereum Virtual Machine (plus analysis add-ons)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.2%
  • Other 0.8%