# 极简教程 — 5 秒快速部署

本教程帮助你用最快的速度部署一个骰子游戏。所有高级配置使用默认值即可。

***

## 第 1 步：访问发射台

打开浏览器，访问 [app.dapp.meme](https://app.dapp.meme/)，点击导航栏中的 **「🚀 发射游戏」** 按钮。

<figure><img src="/files/IfaHQHTBcb5T9C8dVsFJ" alt=""><figcaption></figcaption></figure>

***

## 第 2 步：连接钱包

点击页面右上角的 **「连接钱包」** 按钮，在弹出的 MetaMask 窗口中确认连接。

<figure><img src="/files/NeJyg2UnPrXvwZHQpsuP" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
推荐使用 **BSC 网络**，Gas 费最低，部署速度最快。
{% endhint %}

***

## 第 3 步：配置游戏

只需填写 3 个必填项：

| 字段                | 说明                                        | 示例             |
| ----------------- | ----------------------------------------- | -------------- |
| **网络**            | 选择部署的区块链网络                                | BSC（手续费极低，推荐）  |
| **游戏Logo（不上传也行）** | 上传游戏Logo（可选）                              | `可以不上传`        |
| **游戏名称**          | 你的游戏名称（≤20字符）                             | `My Dice Game` |
| **代币合约地址**        | 输入绑定到游戏的 BEP-20 / ERC-20 代币合约地址（不会扣除任何代币） | `0x55d3...`    |

粘贴代币合约地址后，系统会自动检测代币信息（名称、符号、精度、是否为安全代币、是否为通过Four.meme平台发行）。

<figure><img src="/files/GfsE0MELxs9xzwOLFByI" alt=""><figcaption></figcaption></figure>

***

## 第 4 步：设置子域名

输入你想要的子域名（≥3 个字符），系统会自动检查可用性。见上图。

例如输入 `mydice`，部署成功后你的游戏地址就是 `mydice.dapp.meme`。

{% hint style="warning" %}
3 字符和 4 字符的域名需要额外付费，详见[域名与定价](/chuang-jian-you-xi/yu-ming-yu-ding-jia.md)。
{% endhint %}

***

## 第 5 步：点击部署

点击底部的 **「部署游戏」** 按钮：

1. 系统会自动挖掘 Salt（让合约地址以 `d1ce` 结尾）
2. MetaMask 弹出签名窗口，确认交易
3. 等待链上确认（BSC 通常 3-5 秒）
4. 部署成功！🎉

<figure><img src="/files/kmIhSQpjbKA45LFeZQTz" alt=""><figcaption></figcaption></figure>

***

## 部署完成！

部署成功后，你会看到：

* **合约地址**：你的游戏智能合约地址
* **游戏链接**：`你的名字.dapp.meme`

点击游戏链接即可访问你的骰子游戏。现在你可以：

* 🎲 [开始玩游戏](/chuang-jian-you-xi.md)
* 💰 [游戏入股（LP）](/ti-gong-liu-dong-xing-lp.md)
* ⚙️ [管理游戏](/guan-li-you-xi.md)

***

{% hint style="success" %}
**就这么简单！** 如果你想了解每个配置项的含义，请查看[详细教程](/chuang-jian-you-xi/xiang-xi-jiao-cheng-wan-zheng-bu-shu-xiang-jie.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/chuang-jian-you-xi/ji-jian-jiao-cheng-5-miao-kuai-su-bu-shu.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.
