Compatibility and Scalability
Last updated
Last updated
Developers do not need to explicitly define data dependencies; the system automatically manages and optimizes data flow and execution processes.
Implemented as an extended Solidity running on unmodified EVMs.
By moving the execution flow instead of data to resolve data dependencies, the need for data transfer is reduced, optimizing execution efficiency.
Safely moves the execution flow between VMs, inspired by the Monoxide project. This ensures operation atomicity, even in a distributed environment, maintaining consistency and integrity.
Overhead remains constant regardless of the number of VMs. This means the system can seamlessly scale by adding more VMs without additional management or performance costs.