EVMC – Ethereum Client-VM Connector API https://evmc.ethereum.org
Go to file
Paweł Bylica e1a8e0ff9a
Merge pull request #31 from ethereum/cable-update
Cable update
2018-05-08 11:24:20 +02:00
cmake/cable Update cable subtree to commit '5fd6d89e7ed8f5e32c8e32168207dcf4f09b714d' 2018-05-02 22:02:28 +02:00
examples Move evmc.h to include/evmc dir 2018-04-19 09:41:48 +02:00
include/evmc Make header compilable in C99 and C11 pedantic mode 2018-04-24 15:00:15 +02:00
test Make header compilable in C99 and C11 pedantic mode 2018-04-24 15:00:15 +02:00
.gitignore Add main CMake script 2018-03-28 15:20:08 +02:00
CMakeLists.txt CMake: Disable stack protection 2018-05-02 22:05:19 +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 README: Add Gitter badge 2018-04-11 16:05:05 +02:00
circle.yml CMake: Make a package 2018-04-19 09:41:49 +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.