# 领取Ropsten测试网代币教程

By [Untitled](https://paragraph.com/@0xfd8c0fb8625de79015784a79df38c7d0f0bfa063) · 2021-10-22

---

### Test Ether Faucet

*   MateMask 钱包登录，首次进入的时间，可以选择创建新的钱包，或者通过种子导入已有的钱包（这里不再具体介绍）
    
*   切换网络目标为我们期望的Ropsten 测试网络，此时会发现我们账户的ETH balance 为0，即使你在 Ganache或者testRpc曾经拥有很多的资产。
    

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

*   此时会自动进入 `https://faucet.metamask.io/`
    
*   点击 `request 1 ether from faucet`，如果网络流畅的话，那么你就会发现你的资产账户已经多了一笔收入。当然，一般情况下，网络都不是很流畅，所以你要有耐心多尝试几次。
    

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

耐心的等待一段时间，你的资产就会到账，虽然少了一点，但是已经足够我们发布合约以及测试了。当然，如果不够用的话，你可以多尝试几次。

### Ropsten Ethereum Faucet

*   进入 `https://faucet.ropsten.be/`
    
*   输入你的账户地址，点击 `Send me test Ether` 即可
    

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

---

*Originally published on [Untitled](https://paragraph.com/@0xfd8c0fb8625de79015784a79df38c7d0f0bfa063/ropsten)*
