# ERC20一键发币教程

## 1、介绍 <a href="#id-1-jie-shao" id="id-1-jie-shao"></a>

‌ERC20是基于以太坊的代币标准‌。ERC20全称为Ethereum Request for Comments 20，是由以太坊开发者Fabian Vogelsteller于2015年11月提出的。它定义了一套规则，规定了代币如何创建、转移和交互，确保不同平台和应用程序之间的兼容性。

## 2、ERC20一键发币流程 <a href="#id-2-cao-zuo-bu-zhou" id="id-2-cao-zuo-bu-zhou"></a>

提示：请先安装小狐狸钱包插件，教程：<https://docs.gtokentool.com/fu-zhu-xin-xi/metamask-installation>

### **(1) 连接钱包**

进入[GTokenTool](https://www.gtokentool.com)，点击右上角选择，ETH链。

<figure><img src="https://1523574308-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaUD1j15UCzdjC6ftyzSr%2Fuploads%2FrSB0jiB1qjbosfl0gJag%2F1.png?alt=media&#x26;token=5b7f4f88-6e76-4bd0-aae7-6c8604cb8c99" alt=""><figcaption><p>选择ETH链</p></figcaption></figure>

点击连接钱包，选择小狐狸钱包。

<figure><img src="https://1523574308-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaUD1j15UCzdjC6ftyzSr%2Fuploads%2FYaMDV7yBpkfjeSkiDlHY%2F3.png?alt=media&#x26;token=40ce7065-a5d3-499e-a46e-bdcf3c2b4aaa" alt=""><figcaption><p>连接钱包</p></figcaption></figure>

连接成功后，就可以看到钱包地址。

<figure><img src="https://1523574308-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaUD1j15UCzdjC6ftyzSr%2Fuploads%2FnyGASwhMAGZ1yyNDrlIR%2F4.png?alt=media&#x26;token=69685986-adac-425b-842a-9459d279a3e0" alt=""><figcaption><p>连接钱包成功</p></figcaption></figure>

### **(2) 填写您的代币信息**

点击下面的链接进入ERC20发币工具界面。

发币工具：<https://www.gtokentool.com/tokenfactory>

<figure><img src="https://1523574308-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaUD1j15UCzdjC6ftyzSr%2Fuploads%2FFyEIPyOP8gCZxJIzgNMi%2F5.png?alt=media&#x26;token=ef7da98c-8983-49f3-9af7-0f2e6d78d137" alt=""><figcaption><p>进入创建代币</p></figcaption></figure>

依次填写代币信息，假设我们创建一个代币叫——“GTokenTool”，填写如下：

<figure><img src="https://1523574308-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaUD1j15UCzdjC6ftyzSr%2Fuploads%2FQCd8Pj8OqLpg2C9F3CFo%2F6.png?alt=media&#x26;token=3bbbc05e-32e1-40b2-a44d-9c7b46150567" alt=""><figcaption><p>填写代币信息</p></figcaption></figure>

* **代币全称：**&#x47;TokenTool
* **代币简称：**&#x47;T
* **代币精度：**&#x31;8（小数点后的位数）
* **总供应量：**&#x31;000000（代币数量）

填写选项内容

* 官网
* 电报
* 推特

<figure><img src="https://1523574308-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaUD1j15UCzdjC6ftyzSr%2Fuploads%2F2xnloDudXcrf1O4zRCXb%2F7.png?alt=media&#x26;token=f0400b0e-6b0a-4c1d-8fbd-1e1b486e34eb" alt=""><figcaption><p>添加联系方式</p></figcaption></figure>

填写完成后，点击“`创建`”。

### **(3) 完成ERC20发币流程**

点击 “`确认创建`” ，在小狐狸钱包支付gas费，就完成了。

（注：因为每个用户网络速度不同，支付gas费用时可能会延迟1、2秒，属正常现象。）

<figure><img src="https://1523574308-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaUD1j15UCzdjC6ftyzSr%2Fuploads%2FVvYYMpDVcKaSCaWKU5xx%2F8.png?alt=media&#x26;token=e3cd72a0-b016-45a1-a27c-2809955799f6" alt=""><figcaption><p>确认创建</p></figcaption></figure>

以上就是关于ERC20发币的整个流程。

## ❓常见问题 FAQ

### Q: 什么是以太坊区块链以及什么是 ERC20 代币？

**A:** 以太坊区块链是一个去中心化网络（又称去中心化账本），它允许通过所谓的智能合约创建和执行资产代币。另一方面，ERC20 代币是建立在以太坊区块链之上的一种代币。这些代币遵循智能合约标准（例如 ERC20 或 ERC721），因此可以轻松地在几乎所有兼容以太坊的钱包中创建、管理和保存它们。

### Q: 如何使用代币生成器创建 ERC20 代币？

**A:** 创建 ERC20 代币通常需要智能合约编程，以及Metamask等 web3 钱包，以及足够的资金来支付代币创建费用。使用代币生成器可以使生成 ERC20 代币的过程变得更容易、更快捷。

GTokenTool 是一款代币生成器，只需定义各种参数即可轻松创建代币：名称、符号、总供应量和其他可自定义功能。这就像填写表格一样简单，然后代币生成器会为您生成智能合约代码。智能合约会自动部署到以太坊区块链上，以成功发行您的数字资产。

### 🤝 连接 GTokenTool <a href="#lian-jie-gtokentool" id="lian-jie-gtokentool"></a>

* **💬 Telegram社群**：[点击加入官方群组](https://t.me/gtokentool)
* **🐦 Twitter (X)**：[关注我们获取最新动态](https://x.com/gtokentool)
* **📚 官方文档**：[查看 Gitbook 文档](https://docs.gtokentool.com/)
* **💻 开源代码**：[访问 GitHub 仓库](https://github.com/Gtokentool/docs/blob/master/SUMMARY.md)
* **📺 视频教程**：[订阅 YouTube 频道](https://www.youtube.com/@GTokenTool)

> ⚠️ 风险提示与免责声明
>
> GTokenTool 保留随时全权酌情因任何理由修改、变更或取消此公告的权利，无需事先通知。
>
> 以上信息内容仅供参考，GTokenTool 对本平台上的任何虚拟资产、产品或促销活动不做任何推荐或保证。虚拟资产的价格波动很大，投资交易虚拟资产将面临巨大风险。**请谨慎投资。**


---

# 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.gtokentool.com/chuang-jian-dai-bi/erc20-yi-jian-fa-bi-jiao-cheng.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.
