You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: smart-contracts/fundamentals/erc-20-quickstart.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ We’re going to be using MetaMask, a cryptocurrency wallet that lives in your b
20
20
21
21
Before we can interact with the Filecoin network, we need funds. But before we can get any funds, we need somewhere to put them!
22
22
23
-
1. Open your browser and visit the [MetaMask website](https://metamask.io/).
23
+
1. Open your browser and visit the <ahref="https://metamask.io/"target="_blank">MetaMask website</a>.
24
24
2. Install the wallet by clicking the **Download for** button. MetaMask is available for Brave, Chrome, Edge, Firefox, and Opera.
25
25
3. Once you have installed MetaMask, it will open a **Get started** window.
26
26
@@ -41,7 +41,7 @@ Before we can interact with the Filecoin network, we need funds. But before we c
41
41
42
42
You may notice that we are currently connected to the **Ethereum Mainnet**. We need to point MetaMask to the Filecoin network, specifically the [Calibration testnet](../../networks/calibration/). We’ll use a website called [chainlist.org](https://chainlist.org) to give MetaMask the information it needs quickly.
43
43
44
-
1. Go to [chainlist.org](https://chainlist.org).
44
+
1. Go to <ahref="https://chainlist.org"target="_blank">chainlist.org</a>.
45
45
2. Enable the **Testnets** toggle and enter `Filecoin` into the search bar.
46
46
47
47

@@ -64,7 +64,7 @@ Nice! Now we’ve got the Filecoin Calibration testnet set up within MetaMask. Y
64
64
1. In your browser, open MetaMask and copy your address to your clipboard:
65
65
66
66

67
-
2. Go to [faucet.calibration.chainsafe-fil.io](https://faucet.calibnet.chainsafe-fil.io) and click **Send Funds.**
67
+
2. Go to <ahref="https://faucet.calibnet.chainsafe-fil.io"target="_blank">faucet.calibration.chainsafe-fil.io</a> and click **Send Funds.**
68
68
3. Paste your address into the address field, and click **Send Funds**.
69
69
4. The faucet will show a transaction ID. You can copy this ID into a Calibration testnet [block explorer](../../networks/calibration/explorers.md) to view your transaction. After a couple of minutes, you should see some `tFIL` transferred to your address.
70
70
@@ -78,7 +78,7 @@ The development environment we’re going to be using is called Remix, viewable
78
78
79
79
In Remix, workspaces are where you can create a contract, or group of contracts, for each project. Let’s create a new workspace to create our new ERC-20 token.
80
80
81
-
1. Open [remix.ethereum.org](https://remix.ethereum.org).
81
+
1. Open <ahref="https://remix.ethereum.org"target="_blank">remix.ethereum.org</a>.
82
82
2. Open the dropdown menu and click **create a new workspace**.
83
83
84
84

0 commit comments