EVMC – Ethereum Client-VM Connector API https://evmc.ethereum.org
Go to file
andri lim 0be5ec893e
add CI script
2019-12-16 16:13:32 +07:00
evmc implement Nim to C tests 2019-12-16 14:12:07 +07:00
tests add mocked evmc Nim host 2019-12-16 16:00:41 +07:00
.appveyor.yml add CI script 2019-12-16 16:13:32 +07:00
.gitignore add C mocked host 2019-12-15 17:25:23 +07:00
.travis.yml add CI script 2019-12-16 16:13:32 +07:00
LICENSE Set license to Apache v2 2018-02-27 19:42:42 +02:00
README.md Update README.md 2019-01-02 15:00:38 +01:00
evmc.nimble fixes .nimble file 2019-12-16 16:11:59 +07:00

README.md

Nim Ethereum EVM-C

License: Apache License: MIT Stability: experimental

Introduction

Nim EVM-C is a wrapper for EVMC, the Ethereum Client-VM Connector API.

So far, it has been tested with the EVM JIT.

Installation

You need to build EVM JIT as a shared library, by replacing add_library(evmjit ${SOURCES} gen/BuildInfo.gen.h) with add_library(evmjit SHARED ${SOURCES} gen/BuildInfo.gen.h) in libevmjit/CMakeLists.

License

Licensed and distributed under either of

or

at your option. This file may not be copied, modified, or distributed except according to those terms.