paradigmxyz / revmc

JIT and AOT compiler for the Ethereum Virtual Machine, built on Revm.
Apache License 2.0
157 stars 10 forks source link

Usage Help #46

Open Subway2023 opened 4 days ago

Subway2023 commented 4 days ago

Is there a specific tutorial on how to compile this project, how to compile EVM bytecode, and how to execute it?

DaniPopes commented 4 days ago

You can check out the examples folder for usage as a library, and toy with it using the local CLI with cargo run -- --help.