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

# Guides

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

<CardGroup cols={2}>
  <Card title="Build a Scalable NFT Minting Service" img="https://mintcdn.com/sequence-0fb8d9e6/tFmQzdvw6-esbtsP/images/guides/overview/sword.th.jpg?fit=max&auto=format&n=tFmQzdvw6-esbtsP&q=85&s=129add8bfb965d64733bbc35ed63aaf9" href="/guides/mint-collectibles-serverless" width="1024" height="800" data-path="images/guides/overview/sword.th.jpg">
    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://mintcdn.com/sequence-0fb8d9e6/F-_iSLQAs9pNq6vi/images/guides/overview/privy.th.png?fit=max&auto=format&n=F-_iSLQAs9pNq6vi&q=85&s=b8458a4e8d43c7d9c57d1d476c9394f7" href="/guides/use-with-privy" width="1024" height="800" data-path="images/guides/overview/privy.th.png">
    Learn how to connect Privy with Sequence, enabling your users to sign in and interact with your app through a Sequence Smart Wallet. This involves creating a Sequence wallet controlled by a user's Privy-managed EOA, and then using that Sequence wallet to send gasless transactions.
  </Card>

  <Card title="Build a Yield Flow with Embedded Wallet + Trails" img="https://mintcdn.com/sequence-0fb8d9e6/R6EkWbAWmdpIExaN/images/embedded_wallet/embedded_wallet_10lines.jpeg?fit=max&auto=format&n=R6EkWbAWmdpIExaN&q=85&s=8dc4f8d5c3da2fe78da5e8ae91bac0a9" href="/guides/embedded-wallet-yield-with-trails" width="1200" height="667" data-path="images/embedded_wallet/embedded_wallet_10lines.jpeg">
    Build a white-labeled yield flow that uses Sequence Embedded Wallet for authentication and signing, and Trails intents to route user funds into a target vault.
  </Card>

  <Card title="Create a Custom Marketplace" img="https://mintcdn.com/sequence-0fb8d9e6/F-_iSLQAs9pNq6vi/images/guides/overview/marketplace.th.jpg?fit=max&auto=format&n=F-_iSLQAs9pNq6vi&q=85&s=97ff6493a34cbc6f53da7457da44efc1" href="/guides/custom-marketplace" width="1024" height="800" data-path="images/guides/overview/marketplace.th.jpg">
    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://mintcdn.com/sequence-0fb8d9e6/F-_iSLQAs9pNq6vi/images/guides/analytics/dune-analytics.th.png?fit=max&auto=format&n=F-_iSLQAs9pNq6vi&q=85&s=94f6bec9d3b4ae98f2b3bfe2b69c97d3" href="/guides/analytics-guide" width="1024" height="800" data-path="images/guides/analytics/dune-analytics.th.png">
    Guide for querying information about usage from your users for your specific project leveraging a serverless Cloudflare Worker.
  </Card>

  <Card title="Managing Collectible Metadata" img="https://mintcdn.com/sequence-0fb8d9e6/tFmQzdvw6-esbtsP/images/guides/overview/storage.th.jpg?fit=max&auto=format&n=tFmQzdvw6-esbtsP&q=85&s=817eed0dca32b9aa56e38b9d34ea09a0" href="/guides/metadata-guide" width="1024" height="800" data-path="images/guides/overview/storage.th.jpg">
    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>

## Game Developers

<CardGroup cols={2}>
  <Card title="Build a Mobile Game with Unity + Sequence" img="https://mintcdn.com/sequence-0fb8d9e6/Pk0Al8WS7Qob4HWr/images/unity/jellyforest-iphone.jpg?fit=max&auto=format&n=Pk0Al8WS7Qob4HWr&q=85&s=d8c9ada688f6919b66cf4168994a4ef8" href="/guides/jelly-forest-unity-guide" width="1024" height="800" data-path="images/unity/jellyforest-iphone.jpg">
    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="How to build a Game with Unreal Engine" img="https://mintcdn.com/sequence-0fb8d9e6/tFmQzdvw6-esbtsP/images/guides/overview/unreal-ew-guide.th.png?fit=max&auto=format&n=tFmQzdvw6-esbtsP&q=85&s=adc1c8545d80098019df28518a2ca104" href="/guides/unreal-ew-guide" width="1024" height="800" data-path="images/guides/overview/unreal-ew-guide.th.png">
    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://mintcdn.com/sequence-0fb8d9e6/tFmQzdvw6-esbtsP/images/guides/treasure-chest/dungeonMinter.th.png?fit=max&auto=format&n=tFmQzdvw6-esbtsP&q=85&s=10e1fe8a887e3dc671cca66b75f66f06" href="/guides/treasure-chest-guide" width="1024" height="800" data-path="images/guides/treasure-chest/dungeonMinter.th.png">
    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://mintcdn.com/sequence-0fb8d9e6/MG2zFIVAnriJqdYQ/images/aviator.th.jpg?fit=max&auto=format&n=MG2zFIVAnriJqdYQ&q=85&s=58cdce613e8b1fbdf6b728e61ab81f30" href="/guides/webgl-guide" width="1024" height="800" data-path="images/aviator.th.jpg">
    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://mintcdn.com/sequence-0fb8d9e6/F-_iSLQAs9pNq6vi/images/guides/overview/primary-sales.th.jpg?fit=max&auto=format&n=F-_iSLQAs9pNq6vi&q=85&s=b52d93d508d455ef2aaf17722df936b3" href="/guides/primary-sales" width="1024" height="800" data-path="images/guides/overview/primary-sales.th.jpg">
    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="Shop for On-Chain Items in Unity" img="https://mintcdn.com/sequence-0fb8d9e6/tFmQzdvw6-esbtsP/images/guides/overview/unity-primary-sales.th.jpg?fit=max&auto=format&n=tFmQzdvw6-esbtsP&q=85&s=76e6d34a751ea787bf1186755822a48b" href="/guides/unity-primary-sales" width="1024" height="800" data-path="images/guides/overview/unity-primary-sales.th.jpg">
    This guide covers the creation of a Primary Sale with Sequence's Unity SDK.
  </Card>

  <Card title="Configure a ERC1155Pack Contract" img="https://mintcdn.com/sequence-0fb8d9e6/bapXjAgfb5SnZQCU/images/guides/overview/packs.th.jpg?fit=max&auto=format&n=bapXjAgfb5SnZQCU&q=85&s=273106b336933be9a5466386e36d1fd9" href="/guides/packs" width="1024" height="800" data-path="images/guides/overview/packs.th.jpg">
    This guide covers the configuration of a ERC1155Pack Contract via Sequence Builder.
  </Card>
</CardGroup>
