Quick Local ETH-RPC Setup for Solidity Testing? (No Polkadot-SDK Needed)

What’s the simplest way to spin up a local Ethereum RPC to test Solidity contract deployments? Ideally something that doesn’t require downloading and compiling the entire polkadot-sdk.

I’m curating resources for ETH developers for LatinHack and want to make this step as painless as possible.

Easiest might be to download precompiles for the eth-rpc or just clone it and compile it like in the docs: