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

# Bootstrap your Unreal Game

> Documentation for Unreal SDK API for reading from the blockchain with the Sequence infrastructure stack for web3 gaming.

Sequence's Unreal SDK includes a range of features to help you bootstrap your game.
You can create them as shown below or duplicate the `.uasset` files from the `Plugins/SequencePlugin Content/Samples/`
folder and customize them to fit your needs.

## Ecosystem Wallet

### Login Window

Create the `Ecosystem Wallet Login` widget to bootstrap your Ecosystem Wallet login integration.

<Frame>
  <img src="https://mintcdn.com/sequence-0fb8d9e6-codex-update-discord-invite/FTpX4UAFpHQ_Qb4p/images/unreal/ecosystem_wallet_login.png?fit=max&auto=format&n=FTpX4UAFpHQ_Qb4p&q=85&s=f9d93d77d89cdaf4e88fb512846076d4" width="1652" height="806" data-path="images/unreal/ecosystem_wallet_login.png" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/sequence-0fb8d9e6-codex-update-discord-invite/FTpX4UAFpHQ_Qb4p/images/unreal/ecosystem/create_ecosystem_wallet_login.png?fit=max&auto=format&n=FTpX4UAFpHQ_Qb4p&q=85&s=ba6245371a89c6c5b6f48d6521249353" width="2154" height="950" data-path="images/unreal/ecosystem/create_ecosystem_wallet_login.png" />
</Frame>

### Profile

Create the `Ecosystem Wallet Profile` widget to bootstrap your login integration.

<Frame>
  <img src="https://mintcdn.com/sequence-0fb8d9e6-codex-update-discord-invite/FTpX4UAFpHQ_Qb4p/images/unreal/ecosystem/ecosystem_profile.png?fit=max&auto=format&n=FTpX4UAFpHQ_Qb4p&q=85&s=d467668c20d9c13919d2df1feb5b3dc1" width="1762" height="836" data-path="images/unreal/ecosystem/ecosystem_profile.png" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/sequence-0fb8d9e6-codex-update-discord-invite/FTpX4UAFpHQ_Qb4p/images/unreal/ecosystem/create_ecosystem_profile.png?fit=max&auto=format&n=FTpX4UAFpHQ_Qb4p&q=85&s=96d5bd1b38a67a48a194fd286ffbf586" width="2154" height="950" data-path="images/unreal/ecosystem/create_ecosystem_profile.png" />
</Frame>

### Transactions

Create the `Ecosystem Wallet Transactions` widget to bootstrap your Embedded Wallet login integration.

<Frame>
  <img src="https://mintcdn.com/sequence-0fb8d9e6-codex-update-discord-invite/FTpX4UAFpHQ_Qb4p/images/unreal/ecosystem/ecosystem_transactions.png?fit=max&auto=format&n=FTpX4UAFpHQ_Qb4p&q=85&s=402e90c0b79c4b7d4845384d3d3a9666" width="1816" height="918" data-path="images/unreal/ecosystem/ecosystem_transactions.png" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/sequence-0fb8d9e6-codex-update-discord-invite/FTpX4UAFpHQ_Qb4p/images/unreal/ecosystem/create_ecosystem_transactions.png?fit=max&auto=format&n=FTpX4UAFpHQ_Qb4p&q=85&s=9f83addad71e95d3c6776d66401fc8cd" width="2154" height="950" data-path="images/unreal/ecosystem/create_ecosystem_transactions.png" />
</Frame>

## Embedded Wallet

### Login Window

Create the `Embedded Wallet Login` widget to bootstrap your login integration.

<Frame>
  <img src="https://mintcdn.com/sequence-0fb8d9e6-codex-update-discord-invite/FTpX4UAFpHQ_Qb4p/images/unreal/boilerplate_login.png?fit=max&auto=format&n=FTpX4UAFpHQ_Qb4p&q=85&s=69e08c553b5d961d4b3a61921a395ebf" width="1141" height="600" data-path="images/unreal/boilerplate_login.png" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/sequence-0fb8d9e6-codex-update-discord-invite/FTpX4UAFpHQ_Qb4p/images/unreal/create_login.png?fit=max&auto=format&n=FTpX4UAFpHQ_Qb4p&q=85&s=e280d2b29c9de1af81d470fedafaa58b" width="2242" height="1184" data-path="images/unreal/create_login.png" />
</Frame>

### Inventory

Create the `Sequence Inventory` widget to show all items owned by a user from any ERC1155 or ERC721 contract.

<Frame>
  <img src="https://mintcdn.com/sequence-0fb8d9e6-codex-update-discord-invite/FTpX4UAFpHQ_Qb4p/images/unreal/boilerplate_inventory.png?fit=max&auto=format&n=FTpX4UAFpHQ_Qb4p&q=85&s=e6dcfb2921ae4cf4d8beadb928e9cfa6" width="1141" height="600" data-path="images/unreal/boilerplate_inventory.png" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/sequence-0fb8d9e6-codex-update-discord-invite/FTpX4UAFpHQ_Qb4p/images/unreal/feature_inventory.png?fit=max&auto=format&n=FTpX4UAFpHQ_Qb4p&q=85&s=727ac80185c2288ca3e74be4f911c7e8" width="1200" height="545" data-path="images/unreal/feature_inventory.png" />
</Frame>

<Accordion title="Parameters">
  **Chain (ENetwork Enum)**

  The chain type (Ethereum, Sepolia, ..) on which the specified contract is deployed.

  **Wallet Address (FString)**

  The wallet address of the user for whom you want to list the inventory items.

  **Contract (FString)**

  The address of an ERC1155 or ERC721 contract where the specified wallet address owns items.
</Accordion>

### Primary Sale

Accelerate your game growth by selling items directly to your players. Create the `Sequence Primary Sale` widget to show an In-Game Shop that utilizes game items
from a ERC1155 contract, which users purchase using any custom or existing ERC20 currency.

[Primary Sales Contract](/solutions/builder/contracts/deploy-primary-sales-contract/): Learn how to set up and deploy contracts for launching a primary sale.

<Frame>
  <img src="https://mintcdn.com/sequence-0fb8d9e6-codex-update-discord-invite/FTpX4UAFpHQ_Qb4p/images/unreal/boilerplate_shop.png?fit=max&auto=format&n=FTpX4UAFpHQ_Qb4p&q=85&s=462e4d0ad0e1218f2005f8631ff09828" width="951" height="500" data-path="images/unreal/boilerplate_shop.png" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/sequence-0fb8d9e6-codex-update-discord-invite/FTpX4UAFpHQ_Qb4p/images/unreal/feature_sale.png?fit=max&auto=format&n=FTpX4UAFpHQ_Qb4p&q=85&s=bda94271613f82e26171dc07c7af144d" width="1400" height="636" data-path="images/unreal/feature_sale.png" />
</Frame>

<Accordion title="Parameters">
  **Chain (ENetwork Enum)**

  The chain type (Ethereum, Sepolia, ..) on which the specified contract is deployed.

  **Token Contract Address (FString)**

  The address of the ERC1155 or ERC721 token contract you deployed using Sequence's Builder.

  **Sale Contract Address (FString)**

  The address of the sale contract you deployed using Sequence's Builder.

  **Payment Token (FString)**

  The ERC20 token address you specified on the 'Mint Access' section of your Sale contract.

  **Price (Integer)**

  The price for each token you specified on the 'Mint Access' section of your Sale contract.

  **Tokens for Sale (Integer Array)**

  A list of token IDs (e.g. \[0, 1, 2]) that you display in your user interface.
</Accordion>

### Player Profile

Create the `Sequence Profile` widget to display a QR code to receive funds or send funds to other wallets.

<Frame>
  <img src="https://mintcdn.com/sequence-0fb8d9e6-codex-update-discord-invite/FTpX4UAFpHQ_Qb4p/images/unreal/boilerplate_profile.png?fit=max&auto=format&n=FTpX4UAFpHQ_Qb4p&q=85&s=f13dc1860003f9415e4764df37bb5bf0" width="1141" height="600" data-path="images/unreal/boilerplate_profile.png" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/sequence-0fb8d9e6-codex-update-discord-invite/FTpX4UAFpHQ_Qb4p/images/unreal/feature_wallet.png?fit=max&auto=format&n=FTpX4UAFpHQ_Qb4p&q=85&s=9f3e5fa1b2d0895b306806aa0e364f6e" width="1000" height="451" data-path="images/unreal/feature_wallet.png" />
</Frame>

<Accordion title="Parameters">
  **Chain (ENetwork Enum)**

  The chain type (Ethereum, Sepolia, ..) where you want to run your game.

  **Wallet Address (FString)**

  The wallet address of the user for whom you want to display this view.

  **Enable Send (Boolean)**

  Indicates whether to enable the button to open a send view. Set this to false if you want to display the profile of another user.
</Accordion>
