# Minimal tutorial — quick 5-second deployment

This tutorial helps you deploy a dice game as quickly as possible. All advanced settings can use the default values.

***

## Step 1: Visit the launchpad

Open your browser and visit [app.dapp.meme](https://app.dapp.meme/), then click **"🚀 Launch Game"** Button.

<figure><img src="/files/039b00f175e98c8fcaa29cf62d3f4a649701d2ec" alt=""><figcaption></figcaption></figure>

***

## Step 2: Connect Wallet

Click the **"Connect Wallet"** Button, then confirm the connection in the MetaMask pop-up window.

<figure><img src="/files/7dbbe4aca2a944a7d98e06734d1ddfd7f7983870" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Recommended to use **BSC network**, with the lowest gas fees and the fastest deployment speed.
{% endhint %}

***

## Step 3: Configure the game

You only need to fill in 3 required items:

| Field                                                 | Description                                                                                     | Example                          |
| ----------------------------------------------------- | ----------------------------------------------------------------------------------------------- | -------------------------------- |
| **Network**                                           | Select the blockchain network to deploy on                                                      | BSC (very low fees, recommended) |
| **Game logo (you can also choose not to upload one)** | Upload game logo (optional)                                                                     | `Not required to upload`         |
| **Game name**                                         | Your game name (≤20 characters)                                                                 | `My Dice Game`                   |
| **Token contract address**                            | Enter the BEP-20 / ERC-20 token contract address bound to the game (no tokens will be deducted) | `0x55d3...`                      |

After pasting the token contract address, the system will automatically detect the token information (name, symbol, decimals, whether it is a safe token, and whether it was issued through the Four.meme platform).

<figure><img src="/files/12f6eb640afea0769547c3be837ca85dc108bfda" alt=""><figcaption></figcaption></figure>

***

## Step 4: Set the subdomain

Enter the subdomain you want (at least 3 characters), and the system will automatically check availability. See the image above.

For example, enter `mydice`, and after successful deployment your game address will be `mydice.dapp.meme`.

{% hint style="warning" %}
3-character and 4-character domains require an additional fee, see[Domain and pricing](/dapp.meme-en/create-a-game/domains-and-pricing.md).
{% endhint %}

***

## Step 5: Click Deploy

Click the **"Deploy Game"** button at the bottom:

1. The system will automatically mine a Salt (to make the contract address start with `d1ce` )
2. A MetaMask signature window will pop up; confirm the transaction
3. Wait for on-chain confirmation (BSC usually takes 3-5 seconds)
4. Deployment successful! 🎉

<figure><img src="/files/1561bc19c5e4c65a78d2f5f56ca2cb1903f3560f" alt=""><figcaption></figcaption></figure>

***

## Deployment complete!

After deployment succeeds, you will see:

* **Contract address**: Your game smart contract address
* **Game link**:`yourname.dapp.meme`

Click the game link to access your dice game. Now you can:

* 🎲 [Start playing the game](/dapp.meme-en/create-a-game.md)
* 💰 [Game LP (LP)](/dapp.meme-en/provide-liquidity-lp.md)
* ⚙️ [Manage game](/dapp.meme-en/manage-games.md)

***

{% hint style="success" %}
**That’s it!** If you want to understand what each configuration item means, please check[Detailed tutorial](/dapp.meme-en/create-a-game/detailed-tutorial-complete-deployment-walkthrough.md).
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.dapp.meme/dapp.meme-en/create-a-game/minimal-tutorial-quick-5-second-deployment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
