> ## Documentation Index
> Fetch the complete documentation index at: https://docs.shinami.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Developer Guides and Tutorials

> Tutorials to help you integrate our products and guides to help with Move development and core integration topics.

## Overview

**Core Integration Guides**

<Columns cols={2}>
  <Card title="Error Reference" href="/developer-guides/core-integration-topics/error-reference">
    Error codes and resolution steps for all Shinami APIs.
  </Card>

  <Card title="Authentication and API Keys" href="/developer-guides/core-integration-topics/authentication-and-api-keys">
    How to create and manage your API access keys and authenticate your requests.
  </Card>
</Columns>

**Integration Tutorials**

<Columns cols={3}>
  <Card title="Aptos" href="/developer-guides/overview#shinami-integration-tutorials">
    Gas Station and Wallet Services.
  </Card>

  <Card title="Movement" href="/developer-guides/overview#shinami-integration-tutorials-2">
    Gas Station and Wallet Services.
  </Card>

  <Card title="Sui" href="/developer-guides/overview#shinami-integration-tutorials-3">
    Gas Station and Wallet Services.
  </Card>
</Columns>

**Guides to help with Move development**

<Columns cols={3}>
  <Card title="Aptos" href="/developer-guides/overview#move-developer-guides" />

  <Card title="Movement" href="/developer-guides/overview#move-developer-guides-2" />

  <Card title="Sui" href="/developer-guides/overview#move-developer-guides-3" />
</Columns>

<Frame>
  <img src="https://mintcdn.com/shinami/IvIuSIUaF1r-ZV_c/images/docs/39ebdda770a4caee8c4c011ebcaa79df205a73d8cd98bab18e56914f677cbb68-Doc_pic_1.png?fit=max&auto=format&n=IvIuSIUaF1r-ZV_c&q=85&s=54746ce66ed4154c9d36fca2719a31fa" alt="" width="2599" height="1538" data-path="images/docs/39ebdda770a4caee8c4c011ebcaa79df205a73d8cd98bab18e56914f677cbb68-Doc_pic_1.png" />
</Frame>

***

# Aptos

### Shinami Integration Tutorials

<Columns cols={3}>
  <Card title="Invisible Wallets backend-only" href="/developer-guides/aptos/tutorials/invisible-wallets">
    Full, runnable sample code that creates a wallet and then builds, sponsors, and submits a transaction on its behalf.
  </Card>

  <Card title="Gas Station backend-only" href="/developer-guides/aptos/tutorials/gas-station-backend-only">
    Full, runnable sample code that builds, sponsors, and submits a transaction.
  </Card>

  <Card title="Gas Station: Frontend Signing + Backend Sponsorship" href="/developer-guides/aptos/tutorials/gas-station-with-frontend-signing">
    Gas Station requests must be from your backend (no CORS support). App example with frontend connected wallet signing.
  </Card>
</Columns>

### Move Developer Guides

<Columns cols={2}>
  <Card title="Move developer resources" href="/developer-guides/aptos/move-guides/key-resources">
    Some useful resources for Aptos Move smart contract development
  </Card>

  <Card title="Common questions" href="/developer-guides/aptos/move-guides/common-questions">
    Answers to some key questions Aptos developers have.
  </Card>
</Columns>

<Columns cols={2}>
  <Card title="NFTs" href="/developer-guides/aptos/move-guides/nfts">
    A summary of NFTs on Aptos with links to key resources.
  </Card>

  <Card title="Fungible tokens" href="/developer-guides/aptos/move-guides/fungible-tokens">
    A summary of fungible tokens on Aptos with links to key resources.
  </Card>
</Columns>

***

# Movement

### Shinami Integration Tutorials

<Columns cols={2}>
  <Card title="Gas Station: Frontend Signing + Backend Sponsorship" href="/developer-guides/movement/tutorials/gas-station-with-frontend-signing">
    Gas Station requests must be from your backend (no CORS support). App example with frontend connected wallet signing.
  </Card>

  <Card title="Gas Station backend-only" href="/developer-guides/movement/tutorials/gas-station-backend-only">
    Full, runnable sample code that builds, sponsors, and submits a transaction.
  </Card>
</Columns>

<Columns cols={2}>
  <Card title="Invisible Wallets backend-only" href="/developer-guides/movement/tutorials/invisible-wallets">
    Full, runnable sample code that creates a wallet and then builds, sponsors, and submits a transaction on its behalf.
  </Card>
</Columns>

### Move Developer Guides

<Columns cols={2}>
  <Card title="Move developer resources" href="/developer-guides/movement/move-guides/key-resources">
    Some useful resources for Movement smart contract development
  </Card>
</Columns>

***

# Sui

### Shinami Integration Tutorials

<Columns cols={2}>
  <Card title="Gas Station: backend-only" href="/developer-guides/sui/tutorials/gas-station-backend-only">
    Full, runnable sample code that builds, sponsors, and submits a transaction.
  </Card>

  <Card title="Gas Station: Frontend Signing + Backend Sponsorship" href="/developer-guides/sui/tutorials/gas-station-with-frontend-signing">
    Gas Station requests must be from your backend (no CORS support). App example with frontend connected wallet signing.
  </Card>
</Columns>

<Columns cols={2}>
  <Card title="Invisible Wallets: backend-only" href="/developer-guides/sui/tutorials/invisible-wallets">
    Full, runnable sample code that creates a wallet and then builds, sponsors, and submits a transaction on its behalf.
  </Card>

  <Card title="zkLogin app template" href="/developer-guides/sui/tutorials/zklogin-nextjs-app-template">
    How to build your first zkLogin app. Uses our Next.js zkLogin SDK and our app starter template.
  </Card>
</Columns>

### Move Developer Guides

<Columns cols={2}>
  <Card title="Move developer resources" href="/developer-guides/sui/move-guides/key-resources">
    Some useful resources for Sui Move smart contract development
  </Card>

  <Card title="Transaction.build()'s Node requests" href="/developer-guides/sui/move-guides/transaction-block-build-requests">
    An overview of the additional Node Service calls made by building a transaction pre-execution.
  </Card>
</Columns>

<Columns cols={2}>
  <Card title="NFTs" href="/developer-guides/sui/move-guides/nfts">
    A summary of NFTs on Sui with links to key resources.
  </Card>

  <Card title="Fungible tokens" href="/developer-guides/sui/move-guides/fungible-tokens">
    A summary of fungible tokens on Sui with links to key resources.
  </Card>
</Columns>
