EVMC – Ethereum Client-VM Connector API https://evmc.ethereum.org
Go to file
Alex Beregszaszi 88e44eaf09
Merge pull request #61 from ethereum/readme
Update aleth links not to use cpp-ethereum
2018-08-19 18:04:42 +01:00
cmake Cable 0.2.9: Fix gitinfo when no git 2018-08-08 11:48:37 +02:00
examples examples: Rename evm_log() to emit_log() 2018-08-08 15:39:40 +02:00
include/evmc Add myself to the emvc.h header 2018-08-10 14:44:46 +02:00
lib EXTCODEHASH support in instructions lib 2018-07-31 14:49:36 +02:00
test utils: Properly resolve EVMC_EXPORT on mingw 2018-08-01 16:18:57 +02:00
.bumpversion.cfg EVMC 5.1.0-dev 2018-08-10 11:12:25 +02:00
.clang-format Add clang-format config 2018-05-11 13:17:50 +02:00
.gitignore Add main CMake script 2018-03-28 15:20:08 +02:00
CMakeLists.txt EVMC 5.1.0-dev 2018-08-10 11:12:25 +02:00
Doxyfile Generate documentation for all public headers 2018-06-26 12:59:46 +02:00
LICENSE Rename LICENSE.md to LICENSE 2018-08-18 21:42:35 +01:00
README.md Update aleth links not to use cpp-ethereum 2018-08-18 21:43:17 +01:00
appveyor.yml loader: Add Windows support 2018-07-10 13:02:42 +02:00
circle.yml Add evmc::loader library to support dynamic loading 2018-07-10 12:57:29 +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.