Skip to content

Commit 8fb1401

Browse files
bkonturpgherveou
andauthored
Update 1-connect-to-asset-hub.md (#24)
Co-authored-by: pgherveou <[email protected]>
1 parent 0130775 commit 8fb1401

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

docs/tutorial/1-connect-to-asset-hub.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {WestendNetworkButton, LocalNetworkButton} from '@site/src/components/Net
77

88
# Connect to Asset Hub
99

10-
Install the [MetaMask] browser extension, and click on the button below to connect to a network.
10+
Install the [MetaMask] browser extension, create a new account (if you don’t already have one), and click on the button below to connect to a network.
1111
Alternatively, you can [manually add a custom network][add-network] using the settings provided below.
1212

1313
# Connect to Asset Hub Westend Testnet
@@ -26,5 +26,11 @@ Connect your MetaMask wallet to Asset Hub using the following link:
2626
- Block Explorer URL: `https://assethub-westend.subscan.io`
2727
</details>
2828

29+
# Request some Test WND Tokens.
30+
31+
You will need some test tokens to interact with the testnet.
32+
You can request Westend tokens from the [Westend Faucet](https://faucet.polkadot.io/westend?parachain=1000).
33+
Simply enter your MetaMask address and click **Send** to request Westend tokens.
34+
2935
[add-network]: https://support.metamask.io/networks-and-sidechains/managing-networks/how-to-add-a-custom-network-rpc/#adding-a-network-manually
3036
[MetaMask]: https://support.metamask.io/getting-started/getting-started-with-metamask/#how-to-install-metamask

docs/tutorial/2-deploy-your-first-contract.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ import {WestendNetworkButton} from '@site/src/components/NetworkButton';
99

1010
This guide will walk you through deploying and interacting with contracts in REMIX.
1111

12-
1. Request some Test WND Tokens.
13-
14-
You will need some test tokens to interact with the testnet.
15-
You can request Westend tokens from the [Westend Faucet](https://faucet.polkadot.io/westend?parachain=1000).
16-
Simply enter your MetaMask address and click **Send** to request Westend tokens.
17-
1812
1. Load and Compile a Contract.
1913

2014
Open the [REMIX IDE](https://remix.polkadot.io).
@@ -23,7 +17,7 @@ This guide will walk you through deploying and interacting with contracts in REM
2317

2418
![Compile contract](img/dapp_compile.jpeg)
2519

26-
1. Deploy to Westend.
20+
2. Deploy to Westend.
2721

2822
Select **Westend Testnet - MetaMask** environment in the **Deploy & Run** tab.
2923
When prompted, allow REMIX to connect to MetaMask. Your account address and balance will be displayed under the **ACCOUNT** section.
@@ -73,7 +67,6 @@ To enable seamless interaction between REMIX IDE and your local development envi
7367
volta install node
7468
```
7569

76-
7770
2. Install REMIXD
7871

7972
Install the REMIXD tool globally on your machine by running the following command in your terminal:

0 commit comments

Comments
 (0)