Nim EVMC - Ethereum VM binary compatible interface
Go to file
alexm-status b264a4e2f1
Update README.md
2018-05-28 14:29:31 -07:00
examples Update following EVMC - EVMJIT split (#2) 2018-04-04 15:18:10 +02:00
headers Update following EVMC - EVMJIT split (#2) 2018-04-04 15:18:10 +02:00
src Update following EVMC - EVMJIT split (#2) 2018-04-04 15:18:10 +02:00
.gitignore Update following EVMC - EVMJIT split (#2) 2018-04-04 15:18:10 +02:00
LICENSE Set license to Apache v2 2018-02-27 19:42:42 +02:00
README.md Update README.md 2018-05-28 14:29:31 -07:00
evmjit.nimble Set license to Apache v2 2018-02-27 19:42:42 +02:00

README.md

Nim Ethereum EVM-C

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

May be distributed under one or both of the following: