EVMC – Ethereum Client-VM Connector API https://evmc.ethereum.org
Go to file
Paweł Bylica 02b52e2926
Add evmc::loader library to support dynamic loading
2018-07-10 12:57:29 +02:00
cmake Cable 0.2.3: Allow loading toolchain files from outside of cable dir 2018-06-26 16:36:27 +02:00
examples Cleanup examplevm 2018-06-26 10:41:02 +02:00
include/evmc Add evmc::loader library to support dynamic loading 2018-07-10 12:57:29 +02:00
lib Add evmc::loader library to support dynamic loading 2018-07-10 12:57:29 +02:00
test Add evmc::loader library to support dynamic loading 2018-07-10 12:57:29 +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 CMake: Move Hunter config to its own file, cache Hunter on AppVeyor CI 2018-06-25 14:58:25 +02:00
Doxyfile Generate documentation for all public headers 2018-06-26 12:59:46 +02:00
LICENSE.md Create LICENSE.md 2015-01-29 15:35:34 +01:00
README.md Update client links in README 2018-06-26 18:26:29 +02:00
appveyor.yml AppVeyor CI: Run more tests 2018-06-25 17:58:57 +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.