andri lim fbf2afcff7
Merge pull request #5 from status-im/evmc_710
[WIP] upgrade to EVMC 7.1.0
2019-12-16 23:29:21 +07:00
2019-12-16 17:11:06 +07:00
2019-12-16 16:13:32 +07:00
2019-12-15 17:25:23 +07:00
2019-12-16 16:13:32 +07:00
2019-12-16 22:09:13 +07:00
2018-02-27 19:42:42 +02:00
2019-12-16 16:30:36 +07:00

Nim Ethereum EVM-C

Build Status (Travis) Windows build status (Appveyor) 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.

Description
EVMC – Ethereum Client-VM Connector API
https://evmc.ethereum.org
Readme Apache-2.0
Languages
C 40.7%
C++ 24.2%
Rust 10.7%
CMake 9.1%
Java 5.6%
Other 9.7%