Python bindings for the Ethereum Client-VM Connector API.
From Python, use any Ethereum VM implementation that implements EVMC.
Make sure Cython is installed:
pip install cythonSync the evmc submodule:
git submodule init && git submodule updateBuild pyevmc:
python3 setup.py build_ext -iFirst build evmone, and then run the unit testing suite:
EVMC_MODULE=../evmone/build/lib/libevmone.so python3 test.pySet the EVMC_MODULE environment variable to the location of your combine evmone module.
Thanks for the authors of evmc and evmone.
MIT License