Integration of Move VM with Substrate

Integration of Move VM with Substrate enhances Polkadot's interoperability, enabling secure, innovative smart contract execution across networks.
Twitter
LinkedIn
Telegram
Reddit

In an impressive leap forward for blockchain technology, the integration of the Move Virtual Machine (Move VM) with Substrate-based blockchains has been successfully accomplished by Eiger Co. This landmark achievement paves the way for a new level of interoperability and functionality within the Polkadot ecosystem, enabling developers to leverage the robust capabilities of the Move programming language while building on Substrate networks. This article delves into the significance of this integration, the technical intricacies involved, and the broader implications for the blockchain community.

Background of Move and Substrate

Move is a highly secure and verified programming language, originally developed by Diem (formerly known as Facebook’s Libra) and has gained traction with blockchains like Sui and Aptos. It was designed as a platform-agnostic language, emphasizing security and formal verification to ensure robust smart contract execution.

Substrate, on the other hand, is a modular framework that enables the creation of purpose-built blockchains. As the underlying framework for Polkadot, Substrate provides developers with the tools to create custom blockchains with interoperability at their core. The integration of Move VM into Substrate signifies a convergence of these two powerful technologies.

Achieving Compatibility: The Technical Journey

The process of integrating Move VM with Substrate involved several technical milestones. The team at Eiger Co. adapted the existing Diem-based Move VM to achieve full compatibility within the Substrate runtime. This adaptation was not merely a straightforward port but required substantial modification and optimization to ensure seamless operation within the Substrate environment.

MoveVM Adaptation: The original Move VM was forked and adapted to be fully compatible with Substrate. Key steps included:

  • Backend Interface: Providing a simplified Move VM backend interface with full no-std support, encapsulating all Move VM handling operations.
  • Storage and Address Mapping: Establishing a direct mapping between the 32-byte address space in Move VM storage and Substrate accounts.
  • Move Smart Contract Compiler: Setting up a dedicated compiler and package tool capable of supporting SS58 accounts, essential for preparing Move smart contracts for execution within the Substrate runtime.

Pallet Move Design: The Move pallet is central to this integration, allowing the publishing and execution of Move modules and scripts. Three critical extrinsic calls were defined:

  • execute(origin, transaction_bc, gas_limit, cheque_limit): Facilitates the execution of Move scripts, supporting multiple signers.
  • publish_module(origin, bytecode, gas_limit): Enables the publishing of individual Move modules.
  • publish_module_bundle(origin, bundle, gas_limit): Allows the publishing of bundled Move modules.

These calls are designed to integrate seamlessly with the Substrate runtime, translating signed origins into authorized Move account access and managing the execution parameters.

Gas Costs and Benchmarking

A significant aspect of the integration was establishing a balanced gas cost system. The Move VM calculates gas costs for each instruction, which are then converted to Substrate weights, translating into blockchain fees. This linear relationship between Move VM gas and Substrate weights ensures transparent and predictable cost management for developers and users.

Eiger Co. conducted extensive benchmarking to fine-tune this relationship. By using parameterized Substrate benchmark functions and Move example code, they achieved an almost perfectly linear correlation between gas costs and Substrate weights. This precision allows for accurate gas estimation and cost management, further enhancing the usability of Move on Substrate-based networks.

Implications for the Blockchain Ecosystem

The integration of Move VM with Substrate unlocks a plethora of opportunities for developers and the broader blockchain ecosystem. Key benefits include:

  • Enhanced Interoperability: Developers can now create Move-based smart contracts that operate seamlessly within the Polkadot ecosystem, facilitating cross-chain interactions and broadening the scope of decentralized applications (dApps).
  • Security and Verification: Move’s emphasis on security and formal verification aligns with the high standards of the Substrate framework, ensuring robust and reliable smart contract execution.
  • Developer Flexibility: The ability to leverage Move’s capabilities within Substrate provides developers with greater flexibility in choosing the best tools for their specific needs, fostering innovation and diversity in blockchain solutions.

Conclusion

Eiger Co.’s successful integration of Move VM with Substrate marks a significant milestone for the Polkadot ecosystem and the blockchain community at large. By bridging these two powerful technologies, developers are empowered to create more secure, interoperable, and innovative applications. Comprehensive documentation and tutorials provided by Eiger Co. ensure that developers can quickly adopt and maximize the potential of this integration. As the blockchain landscape continues to evolve, such advancements are crucial in driving forward the capabilities and adoption of decentralized technologies.

For more detailed information and to stay updated on future developments, visit the project repositories:

Additionally, Eiger Co. encourages the community to reach out with any questions or feedback at hello@eiger.co. This integration is not just a technical achievement but a testament to the collaborative spirit and innovative drive that defines the blockchain industry. More info about the Pallet Move in the Eiger Co. website.

polkadot sub0
Bangkok event 2024
All the content of Polkadot Sub0
polkadotdecoded
Brussels event 2024
All the content of Polkadot Decoded
Contents
Twitter
LinkedIn
Telegram
Reddit
Related Content