> ## Documentation Index
> Fetch the complete documentation index at: https://sequence-0fb8d9e6-shop-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Guides

> The guides overview for the Sequence infrastructure stack for web3 gaming.

Follow our step-by-step guides and open source code templates to accelerate your time to market.

## Game Developers

<CardGroup cols={2}>
  <Card title="Build a Mobile Game with Unity + Sequence" img="https://mintlify.s3.us-west-1.amazonaws.com/sequence-0fb8d9e6-shop-docs/images/unity/jellyforest.webp" href="/guides/jelly-forest-unity-guide">
    Learn how to build an engaging iOS and Android game that uses Sequence Embedded Wallets under the hood for an integrated marketplace and in-game currency.
  </Card>

  <Card title="Integrate Sequence Wallets with a Telegram Mini-App" img="https://mintlify.s3.us-west-1.amazonaws.com/sequence-0fb8d9e6-shop-docs/images/guides/telegram/telegram-miniapp.webp" href="/guides/telegram-integration">
    Follow our integration guide to learn how to integrate a Sequence Embedded Wallet into a Telegram App to support your users on EVM chains.
  </Card>

  <Card title="How to build a Game with Unreal Engine" img="https://mintlify.s3.us-west-1.amazonaws.com/sequence-0fb8d9e6-shop-docs/images/guides/overview/unreal-ew-guide.png" href="/guides/unreal-ew-guide">
    Use Sequence's Unreal SDK to display Embedded Wallet information, sign messages, and send transactions.
  </Card>

  <Card title="Create a Dungeon Crawler Game with AI Generated Rewards" img="https://mintlify.s3.us-west-1.amazonaws.com/sequence-0fb8d9e6-shop-docs/images/guides/treasure-chest/dungeonMinter.png" href="/guides/treasure-chest-guide">
    With this tutorial, build a web-based maze where lootbox items are generated using AI and dynamically minted into the player's universal wallet.
  </Card>

  <Card title="Build a WebGL Game in Typescript" img="https://mintlify.s3.us-west-1.amazonaws.com/sequence-0fb8d9e6-shop-docs/images/aviator.png" href="/guides/webgl-guide">
    Follow a step by step guide to build a web-based game demo that leverages Sequence Embedded Wallet with custom in-game achievement tokens.
  </Card>

  <Card title="Sell Game Items via a Web Shop" img="https://mintlify.s3.us-west-1.amazonaws.com/sequence-0fb8d9e6-shop-docs/images/guides/overview/primary-sales.png" href="/guides/primary-sales">
    Accelerate your game growth by selling items directly to your players. In this guide, we will go over the steps how to deploy a Primary Sale contract using any custom or existing currency for a webshop that utilizes game items from a ERC1155 contract.
  </Card>

  <Card title="How to do Primary Sales for On-Chain Items in Unity" img="https://mintlify.s3.us-west-1.amazonaws.com/sequence-0fb8d9e6-shop-docs/images/guides/overview/unity-primary-sales.png" href="/guides/unity-primary-sales">
    This guide covers the creation of a Primary Sale with Sequence's Unity SDK.
  </Card>
</CardGroup>

## Web3

<CardGroup cols={2}>
  <Card title="Build a Scalable NFT Minting Service" img="https://mintlify.s3.us-west-1.amazonaws.com/sequence-0fb8d9e6-shop-docs/images/guides/overview/sword.png" href="/guides/mint-collectibles-serverless">
    Leveraging Sequence's Transaction API and a serverless environment, you will build a scalable minting service for NFT mints or any other transactions that automatically handles blockchain complexities like reorgs, nonce management, and transaction parallelization.
  </Card>

  <Card title="Use Privy with Sequence" img="https://mintlify.s3.us-west-1.amazonaws.com/sequence-0fb8d9e6-shop-docs/images/guides/overview/privyLogo.png" href="/guides/use-with-privy">
    Learn how to connect Privy with Sequence.
  </Card>

  <Card title="Creating a Custom Marketplace with Sequence" img="https://mintlify.s3.us-west-1.amazonaws.com/sequence-0fb8d9e6-shop-docs/images/guides/overview/marketplace.png" href="/guides/custom-marketplace">
    Build an API-driven marketplace where players can mint, then sell or buy items using a custom web-based interface leveraging Sequence Orderbook APIs.
  </Card>

  <Card title="Sequence Analytics API in Dune" img="https://mintlify.s3.us-west-1.amazonaws.com/sequence-0fb8d9e6-shop-docs/images/guides/analytics/dune-analytics.jpg" href="/guides/analytics-guide">
    Guide for querying information about usage from your users for your specific project leveraging a serverless Cloudflare Worker.
  </Card>

  <Card title="Creating, Storing, and Managing Collectibles Metadata" img="https://mintlify.s3.us-west-1.amazonaws.com/sequence-0fb8d9e6-shop-docs/images/guides/overview/storage.png" href="/guides/metadata-guide">
    By utilizing Sequence's Metadata API, you can programmatically create, manage, and store metadata associated with your NFTs from nearly any environment. We'll walk you through how to call these REST-APIs to organize your collections for your game or experience.
  </Card>
</CardGroup>
