llms.txt
Skip to main content

Advanced Move Usage

This chapter covers advanced features of the Move language, including various extended behaviors for advanced programming. This includes advanced usage of the language itself, plus the package and build system.

  • Compilation Modes - including unpublishable code in named build modes.
  • Entry Functions - the entry modifier and the static hot-potato guarantee that makes it a safe transaction boundary.
llms.txt