# Getting Started

*[Documentation index](/llms.txt) · [Full index](/llms-full.txt)*

# Sui Documentation

    Sui delivers the full stack for a new global economy. Assets, data, and permissions can be owned, programmed, and verified.

  <button
    className="gs-search-bar plausible-event-name=getting-started+search"
    onClick={() => { if (typeof window !== 'undefined') window.dispatchEvent(new Event('open-search-modal')); }}
  >
    <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">

    </svg>
    Search docs or ask Sui AI...
  </button>

## Start building

    <Card title="Sui Agent Skills" href="/skills">
      Drop pre-built skills into Claude Code, Cursor, Codex, and other AI coding agents to build on Sui.
    </Card>
    <Card title="Hello, World!" href="/getting-started/onboarding">
      Build and publish your first Move package on Sui with a step-by-step walkthrough.
    </Card>
    <Card title="Example Apps" href="/getting-started/examples">
      End-to-end examples demonstrating Move contracts, React frontends, and onchain patterns.
    </Card>

## Learn the fundamentals

    <Card title="Sui Architecture" href="/develop/sui-architecture">
      Understand the object model, consensus, and transaction pipeline.
    </Card>
    <Card title="Writing Move Packages" href="/develop/write-move">
      Learn Move on Sui — structs, abilities, modules, and patterns.
    </Card>
    <Card title="Building Transactions" href="/develop/transactions">
      Construct programmable transaction blocks (PTBs) for complex operations.
    </Card>

## Tools and references

    <Card title="Developer Tools" href="/getting-started/tooling">
      CLI, IDE extensions, debuggers, linters, and deployment tools.
    </Card>
    <Card title="Developer Cheat Sheet" href="/getting-started/dev-cheat-sheet">
      Quick reference on best practices for Sui developers.
    </Card>
    <Card title="Sui SDKs" href="/references/sui-sdks">
      TypeScript, Rust, Python, Go, and community SDKs.
    </Card>

## Coming from another chain?

    <Card title="Ethereum → Sui" href="/getting-started/sui-for-ethereum">
      Map EVM concepts to Sui's object model and Move language.
    </Card>
    <Card title="Solana → Sui" href="/getting-started/sui-for-solana">
      Compare Solana's account model with Sui's object-centric approach.
    </Card>
