hera
hera copied to clipboard
Now we can generate eWASM smart contracts from EVM bytecode.
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.