EVMC – Ethereum Client-VM Connector API https://evmc.ethereum.org
Go to file
Paweł Bylica c2978de698
Merge pull request #24 from ethereum/add-call-depth-status
include/evmc: add status code EVMC_CALL_DEPTH_EXCEDED
2018-04-18 21:53:58 +02:00
cmake/cable Add Cable as git subtree 2018-04-10 16:32:17 +02:00
examples Change naming convention for "create" function 2018-04-17 11:11:31 +02:00
include include/evmc: add status code EVMC_CALL_DEPTH_EXCEDED 2018-04-18 14:45:06 -05:00
test Move static asserts from EVMJIT 2018-04-17 11:11:31 +02:00
.gitignore Add main CMake script 2018-03-28 15:20:08 +02:00
CMakeLists.txt Use common compiler settings from Cable 2018-04-12 23:01:38 +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 README: Add Gitter badge 2018-04-11 16:05:05 +02:00
circle.yml Circle CI: Test examplevm 2018-04-13 08:40: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.