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.
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
Check out our :doc:`guides </guides/installation>` to get started using
the py-evm
library.
Here are a couple more useful links to check out.