📄️ Deploy
Deploy Move smart contracts on 0L Network
📄️ Libra Move Dev Quick Start
TL;DR
📄️ Move Formal Verification
The Move language includes a syntax for annotating code with spec
📄️ Governance fixtures
To test governance scripts and framework upgrade we place
📄️ 0L Move Coding Conventions
For core system code, we observe the following patterns.
📄️ Module and Structure Initialization in Move
When you create a new data structure in Move that needs to be initialized by the system and not by the user, you generally need to add the initialization in two places:
📄️ smoke-tests
Smoke Test Harness