# 部署游戏概览

DApp.meme 让任何人都可以为任意 BEP-20 / ERC-20 代币一键部署链上骰子游戏。整个过程只需要一笔链上交易，无需编写任何代码。

***

## 部署流程概览

```mermaid
flowchart LR
    A[访问 app.dapp.meme] --> B[点击 🚀 发射游戏]
    B --> C[连接钱包]
    C --> D[填写游戏信息]
    D --> E[点击部署]
    E --> F[访问 xxx.dapp.meme]
```

***

## 选择你的教程

### ⚡ [极简教程 — 5 快速部署](/chuang-jian-you-xi/ji-jian-jiao-cheng-5-miao-kuai-su-bu-shu.md)

适合想快速部署、不关心细节的用户。只需 5 秒，使用默认配置即可完成部署。

### 📖 [详细教程 — 完整部署详解](/chuang-jian-you-xi/xiang-xi-jiao-cheng-wan-zheng-bu-shu-xiang-jie.md)

适合想了解每个参数含义的用户。包含完整的 11 步流程和所有配置项的详细解释。

***

## 前置条件

在开始部署之前，请确保你已准备好：

| 条件         | 说明                                                                                                |
| ---------- | ------------------------------------------------------------------------------------------------- |
| **钱包**     | MetaMask 或其他 EVM 兼容钱包                                                                             |
| **Gas 费**  | 目标网络的原生代币（BSC 需要 BNB，Ethereum 需要 ETH）                                                             |
| **代币合约地址** | 你想用作游戏筹码的 BEP-20/ERC-20 代币的合约地址                                                                   |
| **部署费**    | 少量链上（如BNB）原生代币作为部署GAS费，如需3/4位域名需额外收取手续费（具体金额见[域名与定价](/chuang-jian-you-xi/yu-ming-yu-ding-jia.md)） |

***

## 部署后你会获得什么？

* ✅ 一个完全属于你的链上骰子游戏合约
* ✅ 专属游戏域名 `你的名字.dapp.meme`
* ✅ 完整的游戏前端（下注、投资、排行榜、管理后台）
* ✅ 合约地址以 `0x...d1ce` 结尾（MemeDice 专属标识）

***

## 相关章节

* [选择网络与代币](/chuang-jian-you-xi/xuan-ze-wang-luo-yu-dai-bi.md)
* [高级配置详解](/chuang-jian-you-xi/gao-ji-pei-zhi-xiang-jie.md)
* [域名与定价](/chuang-jian-you-xi/yu-ming-yu-ding-jia.md)
* [游戏管理指南](/guan-li-you-xi/you-xi-guan-li-gai-lan.md)


---

# 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/bu-shu-you-xi-gai-lan.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.
