1. The Sway Programming Language
  2. Introduction
    1. Getting Started
    2. The Fuel Toolchain
    3. A Forc Project
    4. Standard Library
    5. Sway Language Standards
  3. Examples
    1. Counter
    2. FizzBuzz
    3. Wallet Smart Contract
    4. Liquidity Pool
    5. Sway Applications
  4. Program Types
    1. Contracts
    2. Libraries
    3. Scripts
    4. Predicates
  5. Sway Language Basics
    1. Variables
    2. Built-in Types
    3. Commonly Used Library Types
    4. Blockchain Types
    5. Converting Types
    6. Functions
    7. Structs, Tuples, and Enums
    8. Methods and Associated Functions
    9. Constants
    10. Comments and Logging
    11. Control Flow
  6. Blockchain Development with Sway
    1. Hashing and Cryptography
    2. Contract Storage
    3. Function Purity
    4. Identifiers
    5. Native Assets
    6. Access Control
    7. Calling Contracts
    8. External Code
  7. Advanced Concepts
    1. Advanced Types
    2. Advanced Storage
    3. Generic Types
    4. Traits
    5. Associated Types
    6. Generics and Trait Constraints
    7. Assembly
    8. Never Type
  8. Common Collections
    1. Vectors on the Heap
    2. Storage Vectors
    3. Storage Maps
  9. Testing
    1. Unit Testing
    2. Testing with Rust
  10. Debugging
    1. Debugging with CLI
    2. Debugging with IDE
  11. Sway LSP
    1. Installation
    2. Features
    3. Troubleshooting
  12. Sway Reference
    1. Sway Libraries
    2. Compiler Intrinsics
    3. Attributes
    4. Style Guide
    5. Known Issues and Workarounds
    6. Behavior Considered Undefined
    7. Differences From Solidity
    8. Differences From Rust
    9. Contributing To Sway
    10. Keywords
  13. Forc Reference
    1. Manifest Reference
    2. Workspaces
    3. Dependencies
    4. Commands
      1. forc addr2line
      2. forc build
      3. forc check
      4. forc clean
      5. forc completions
      6. forc contract-id
      7. forc init
      8. forc new
      9. forc parse-bytecode
      10. forc plugins
      11. forc predicate-root
      12. forc test
      13. forc update
      14. forc template
    5. Plugins
      1. forc client
        1. forc deploy
        2. forc run
        3. forc submit
        4. forc call
      2. forc crypto
      3. forc debug
      4. forc doc
      5. forc explore
      6. forc fmt
      7. forc lsp
      8. forc migrate
      9. forc node