Move References
Move is an open-source language designed for writing secure packages that interact with on-chain objects, commonly known as smart contracts. As a platform-agnostic language, Move supports the development of shared libraries, tools, and communities across blockchains with varying data structures and execution models. It is highly adaptable, allowing it to be customized to fit the specific requirements of the blockchain it operates on. For example, Move on IOTA showcases optimizations made for the IOTA blockchain.
All Move packages include a manifest and lock file. See Move.toml File and Move.lock File for details on these files. For details of the Move language, see Move language reference on GitHub.
Feedback Form