EVMC – Ethereum Client-VM Connector API https://evmc.ethereum.org
Go to file
Paweł Bylica 534f634213
CMake: Shorten option names
2018-06-11 11:44:13 +02:00
cmake/cable Update Cable to commit caeabb3a9f054f5c0b5076aa958968c42f7a5df4 2018-05-11 16:58:08 +02:00
examples Fix compiler warning 2018-06-11 11:44:13 +02:00
include/evmc Add EVM instruction tables 2018-06-11 11:44:13 +02:00
lib Add EVM instruction tables 2018-06-11 11:44:13 +02:00
test Add evmc.h to any CMake target 2018-05-11 14:47:49 +02:00
.gitignore Add main CMake script 2018-03-28 15:20:08 +02:00
CMakeLists.txt CMake: Shorten option names 2018-06-11 11:44:13 +02:00
Doxyfile Move evmc.h to include/evmc dir 2018-04-19 09:41:48 +02:00
LICENSE.md Create LICENSE.md 2015-01-29 15:35:34 +01:00
README.md Squashed 'cmake/cable/' changes from 5fd6d89..caeabb3 2018-05-11 16:58:08 +02:00
circle.yml CMake: Shorten option names 2018-06-11 11:44:13 +02:00

README.md

EVMC

chat: on gitter readme style: standard

Ethereum Client-VM Connector API

The EVMC is the low-level ABI between Ethereum Virtual Machines (EVMs) and Ethereum Clients. On the EVM-side it supports classic EVM1 and eWASM. On the Client-side it defines the interface for EVM implementations to access Ethereum environment and state.

Usage

Please visit the documentation.

EVMs

Clients

Contribute

chat: on gitter

Talk with us on the EVMC Gitter chat.

Maintainers

License

Licensed under the MIT License.