Nim EVMC - Ethereum VM binary compatible interface
Go to file
Jamie Lokier 57e71e338c
License: Fix incorrect name of Apache v2 license file and tweak
Signed-off-by: Jamie Lokier <jamie@shareable.org>
2021-05-07 23:35:52 +01:00
evmc Nim: Add and update copyright headers 2021-05-06 17:33:47 +01:00
tests Nim: Add and update copyright headers 2021-05-06 17:33:47 +01: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-APACHEv2 License: Fix incorrect name of Apache v2 license file and tweak 2021-05-07 23:35:52 +01:00
LICENSE-MIT License: Add missing MIT license file 2021-05-08 02:23:24 +01:00
README.md add CI badges 2019-12-16 16:30:36 +07:00
evmc.nimble nim 1.2.0 2020-04-24 08:53:51 +02:00

README.md

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.