Skip to content

Simplistic Ethereum virtual machine implementation in Python

Notifications You must be signed in to change notification settings

volcano852/pyevm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ea9f558 · Apr 17, 2018

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyevm : python ethereum virtual machine

Running

  1. create a virtualenv environment
pip install virtualenv

or if using conda

conda install virtualenv
  1. Create virtual env, start it & check if everything's fine
virtualenv /path/to/project
source /path/to/project/bin/activate
echo $VIRTUAL_ENV
  1. Install required packages from requirements.txt
pip install -r requirements.txt

Testing pyevm

py.test tests

References

Ethereum py-evm

https://github.com/ethereum/py-evm/

Logs and events

https://media.consensys.net/technical-introduction-to-events-and-logs-in-ethereum-a074d65dd61e

About

Simplistic Ethereum virtual machine implementation in Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages