EVMC – Ethereum Client-VM Connector API https://evmc.ethereum.org
Go to file
Paweł Bylica 594804d1d7
CMake: Support multiple evmc project instances
2018-04-09 16:13:31 +02:00
examples Rename evm.h to evmc.h 2018-03-28 14:40:18 +01:00
include Fix missing documentation in evmc.h 2018-03-28 16:53:27 +02:00
.gitignore Add main CMake script 2018-03-28 15:20:08 +02:00
CMakeLists.txt CMake: Support multiple evmc project instances 2018-04-09 16:13:31 +02:00
Doxyfile Move generated docs to root dir 2018-03-28 22:19:11 +02:00
LICENSE.md Create LICENSE.md 2015-01-29 15:35:34 +01:00
README.md Add related projects to the README 2018-03-29 22:29:40 +01:00
circle.yml Move generated docs to root dir 2018-03-28 22:19:11 +02:00

README.md

EVMC

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

Maintainers

License

Licensed under the MIT License.