📝Rollup Executor
In Rollups, the key component is the virtual machine (VM) execution environment for executing contracts and other transactions. The transaction messages and state root generated are submitted to Layer 1 through a sequencer.
To meet the needs of developers from different ecosystems, we provide multiple VM execution environments (ME Rollup Executor) that are compatible with EVM, Wasm, and others. Rollup-chains can choose different execution environments as needed. Moreover, different types of Rollups can achieve interconnectivity through the MBC protocol.
Currently, we are using Optimistic Rollup but will also introduce execution environments and supporting components relevant to the development of ZK-Rollup. Simultaneously, we are actively following up on LLM (Large Language Models) or other AI application execution environments. Of course, such execution environments require more substantial computational power, and we anticipate the adoption of GPU computing to replace CPU.
Last updated