# MCT测试网教程

By [rayjfab](https://paragraph.com/@rayjfab) · 2023-06-10

---

官推：@metatimecom

[https://twitter.com/metatimecom](https://twitter.com/metatimecom)

开始教程：

> 领水：

[https://faucet.metatime.com](https://faucet.metatime.com)

> 去下面网站编辑代币基本数据:

[https://docs.openzeppelin.com/contracts/4.x/wizard](https://docs.openzeppelin.com/contracts/4.x/wizard)

![](https://storage.googleapis.com/papyrus_images/35db236e694ac270191d3ecf341573cedcb6cac6f8d292e3def304606ad93395.png)

然后点击直接跳转：

![](https://storage.googleapis.com/papyrus_images/b96bcaf644fd1437db7aaa2448da6e3105a5b80adb4fd3fccaddcea2a62ef3a9.png)

发币

![](https://storage.googleapis.com/papyrus_images/dce8efc59bf15cc0833c1fdd2c77e0729b66602c2f250a0ab0d68ea4a64eb299.png)

![](https://storage.googleapis.com/papyrus_images/0df509efe99d8eb1e063371566e0e4b06dd4cc83253b13faae7decda3d33d473.png)

小狐狸发送交易，发币完成

> 去 [dex.metatime.com](http://dex.metatime.com) 把MTC swap 点u加池子

![](https://storage.googleapis.com/papyrus_images/97497d7820c34c31e47d753c6dd7bd87139aeaceb08936bde6891fe400a8f866.png)

> 发个ERC721:

[https://docs.openzeppelin.com/contracts/4.x/wizard](https://docs.openzeppelin.com/contracts/4.x/wizard)

![最后点击open in remix，跟上面一样➖ 先 Compile➖ 然后deploy](https://storage.googleapis.com/papyrus_images/d7cad777502128076f245446297edbdec6a173aa92fd65a1be7d87e4dc930ce5.png)

最后点击open in remix，跟上面一样➖ 先 Compile➖ 然后deploy

注意remix窗口不要关，下面要用

打开

[https://jsoneditoronline.org/](https://jsoneditoronline.org/)

copy文本进去保存成json文件

    {
    “description”: “NFT create for Testnet Metatime”,
    “external_url”: “https://alchemy.com",
    “image”: “”,
    “name”: “NikoNFT”,
    “attributes”: [
    {
    “trait_type”: “Colour”,
    “value”: “Mixed”
    },
    {
    “trait_type”: “Coolness”,
    “value”: “A lot!”
    },
    {
    “trait_type”: “Token Standard”,
    “value”: “ERC721”
    }
    ]
    }
    

> 注册登录：

[https://www.pinata.cloud/](https://www.pinata.cloud/)

把json文件导入

![](https://storage.googleapis.com/papyrus_images/a5e4d4384c714905c74376b3ac16a323ae66af494ea27ce363e4e7ccaf257e51.png)

复制这串

![](https://storage.googleapis.com/papyrus_images/91f299f23beb2c30b90bce8732248669ddd5c4b745d71e2143e9aee518dc49de.png)

> 回到remix

![](https://storage.googleapis.com/papyrus_images/06b51883b4abc259e9c2856b6f8b743e91f97f55a48f18dbb2803396d0a91bee.png)

safemint 生成一个nft，最后在区块浏览器找到合约导入到小狐狸收藏品那里发给小号。项目完成

[Subscribe](null)

---

*Originally published on [rayjfab](https://paragraph.com/@rayjfab/mct)*
