Awesome
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