hera icon indicating copy to clipboard operation
hera copied to clipboard

Now we can generate eWASM smart contracts from EVM bytecode.

Open Kenun99 opened this issue 4 years ago • 0 comments

I implement an EVM-to-eWASM bytecode translator that can ensure the fidelity of translation. EVM bytecode contracts now can run in eWASM runtime directly. I also use Hera to build a local blockchain and test the eWASM contracts. The results look nice. Check https://github.com/Kenun99/ethsema for more details.

Kenun99 avatar Feb 07 '22 12:02 Kenun99