Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 973 Bytes

introduction.rst

File metadata and controls

37 lines (25 loc) · 973 Bytes

Introduction

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

If none of this makes sense to you yet we recommend to checkout the Ethereum website as well as a higher level description of the Ethereum project.

Goals

The main focus is to enrich the Ethereum ecosystem with a Python implementation that:

  • Supports the current state of the Ethereum protocol
  • Is well documented
  • Is easy to understand
  • Has clear APIs
  • Runs fast and is resource friendly

Usage

Check out our :doc:`guides </guides/installation>` to get started using the py-evm library.

Further reading

Here are a couple more useful links to check out.