Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 598 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 598 Bytes

eip1962-evmc

EIP-1962 implementation as an EVMC precompile module (EIP-2003 defines the semantics for EVMC precompiles). Uses Matter Labs' eip1962 crate.

Building

Run:

$ cargo +nightly build --release

The resulting binary will be at target/release/libeip1962.{so,dylib}.

It can be used with any EVMC compatible client.

Author(s)

Alex Beregszaszi

License

Apache 2.0