Move Language
Optimized for Gaming
The Move language, originally developed for Meta’s Diem blockchain project, is a secure and flexible programming language designed to manage digital assets safely on the blockchain. When Mysten Labs adopted Move for Sui, they tailored it further, optimizing it specifically for gaming and high-performance applications.
Move’s resource-oriented programming model inherently prevents many common security issues, like reentrancy attacks, making it a reliable choice for managing in-game assets. Through Move, this model has been enhanced with an object-centric data structure, which assigns a unique ID to each object. This allows for greater flexibility in representing and transferring in-game assets as NFTs, empowering us to create more interactive and responsive experiences, as highlighted in the following sections.
Last updated