Implementation of the Ethereum precompiled contracts in Rust.
Each of them be compiled using in their appropriate directory:
$ cargo build --release
The resulting files must be processed via chisel to have the proper imports.
This can be done via:
$ chisel run
Alex Beregszaszi
Apache 2.0