[![readme style: standard][readme style standard badge]][standard readme]
Fast Ethereum Virtual Machine implementation
The C++ implementation of the Ethereum Virtual Machine (EVM) focused on speed. Compatible with EVMC.
To build EVMC module (shared library), test or benchmark.
git clone --recursive https://github.com/chfast/evmone
cd evmone
mkdir build
cd build
cmake .. -DEVMONE_TESTING=ON
cmake --build . -- -j
test/evmone-unittests
test/evmone-bench
Paweł Bylica @chfast
Licensed under the Apache License, Version 2.0.