EIP-1962 implementation as an EVMC precompile module (EIP-2003 defines the semantics for EVMC precompiles). Uses Matter Labs' eip1962 crate.
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.
Alex Beregszaszi
Apache 2.0