- 1. Introduction
- 2. Binary Canonical Serialization (BCS)
❱
- 2.1. Primitives
- 2.2. Sequences
- 2.3. Structs
- 2.4. Enums
- 2.5. Strings
- 2.6. Options
- 3. Storage
❱
- 3.1. On-Chain Storage
- 3.2. Off-Chain Storage
- 4. Data Models
❱
- 4.1. Account Model
- 4.2. Object Model
- 4.3. Model Tradeoffs
- 5. Gas
❱
- 5.1. Execution
- 5.2. IO
- 5.3. Storage
- 5.4. Configuration
- 6. Move
❱
- 6.1. Syntax
- 7. Standard Libraries
❱
- 7.1. Coin (legacy)
- 7.2. Fungible Asset
- 7.3. Digital Asset
- 7.4. MoveStdLib
- 7.5. AptosStdLib
- 7.6. AptosFramework
- 8. Tools
❱
- 8.1. Aptos CLI
- 8.2. TypeScript SDK
- 9. Learning Resources
- 10. Aptos By Example