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

# Unreal Ecosystem Wallet Setup

> Ecosystem Wallet Documentation for Sequence's Unreal SDK.

<Steps>
  <Step title={"Configure your Unreal Project"}>
    Create a project on [Sequence Builder](https://sequence.build) and download your config file as shown below.

    <Frame>
      <img src="https://mintcdn.com/sequence-0fb8d9e6-6461-checkout-updates/4PRtyLeWilf2Q8cz/images/unreal/builder_config_file.png?fit=max&auto=format&n=4PRtyLeWilf2Q8cz&q=85&s=15d6f2e3cd0ac5d1d362bcd73dc39f6d" width="1696" height="1398" data-path="images/unreal/builder_config_file.png" />
    </Frame>

    Make sure your config file includes the required fields:

    * **ProjectAccessKey:** Your Project Access Key from your [Builder project.](https://sequence.build/)
    * **WalletAppUrl:** The URL of the Ecosystem you want to connect to. If you are unsure, use `https://v3.sequence-dev.app` as a default.

    For iOS and Android:

    * **UrlScheme:** You have to configure this for your Android Manifest and Xcode project as well.
  </Step>

  <Step title={"Try our Built-In Demo"}>
    The Unreal SDK comes with a set of boilerplate widgets to get you started.
    Make sure to enable `Enable Plugin Content` in your Content Browser's settings.

    <Frame>
      <img src="https://mintcdn.com/sequence-0fb8d9e6-6461-checkout-updates/4PRtyLeWilf2Q8cz/images/unreal/ecosystem/ecosystem-wallet-demo.png?fit=max&auto=format&n=4PRtyLeWilf2Q8cz&q=85&s=6632aea86669ac96e88840f18ec3db24" width="1908" height="992" data-path="images/unreal/ecosystem/ecosystem-wallet-demo.png" />
    </Frame>
  </Step>
</Steps>

<Warning>
  If you used v1 or v2 of the Unreal SDK: `SequenceWallet` classes now refer to the Ecosystem Wallet. Use `SequenceEmbeddedWallet` instead, if you want to continue with your Embedded Wallet integration.
</Warning>
