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: develop/smart-contracts/wallets.md
+33-32Lines changed: 33 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,67 +13,68 @@ Connecting a compatible wallet is the first essential step for interacting with
13
13
14
14
## Connect Your Wallet
15
15
16
-
### SubWallet
17
-
[SubWallet](https://www.subwallet.app/){target=\_blank} is the most used and most comprehensive non-custodial wallet solution for Polkadot, Substrate & Ethereum ecosystems. It offers seamless integration with Polkadot-based networks while maintaining Ethereum compatibility, making the wallet an ideal choice for users & developers to interact with Polkadot Hub.
18
16
19
-
To connect to Polkadot Hub using SubWallet, follow these steps:
17
+
### MetaMask
20
18
21
-
1. Install the [SubWallet browser extension](https://chromewebstore.google.com/detail/subwallet-polkadot-wallet/onhogfjeacnfoofkfgppdlbmlmnplgbn?hl=en){target=\_blank} and set up your wallet by following the on-screen instructions, or refer to our step-by-step [guide](https://docs.subwallet.app/main/extension-user-guide/getting-started/install-subwallet){target=\_blank} for assistance.
19
+
[MetaMask](https://metamask.io/){target=\_blank} is a popular wallet for interacting with Ethereum-compatible chains. It allows users to connect to test networks that support Ethereum-based smart contracts. However, it's important to emphasize that MetaMask primarily facilitates interactions with smart contracts, giving users access to various chain functionalities.
22
20
23
-
2. After setting up your wallet, click the List icon at the top left corner of the extension window to open **Settings**
21
+
To get started with MetaMask, you need to install the [MetaMask extension](https://metamask.io/download/){target=\_blank} and add it to the browser. Once you install MetaMask, you can set up a new wallet and securely store your seed phrase. This phrase is crucial for recovery in case you lose access.
5. In the **Import network** screen, enter the provider URL of the network. Once done, SubWallet will **automatically detect**the network name, token name (symbol), and network type
33
+
3. Complete the necessary fields, then click the **Save**button (refer to the [Networks](/develop/smart-contracts/connect-to-polkadot#networks-details) section for copy and paste parameters)
[SubWallet](https://www.subwallet.app/){target=\_blank} is a popular non-custodial wallet solution for Polkadot, Substrate & Ethereum ecosystems. It offers seamless integration with Polkadot-based networks while maintaining Ethereum compatibility, making the wallet an ideal choice for users & developers to interact with Polkadot Hub.
46
45
47
-
!!!info
48
-
SubWallet fully supports PAssetHub's Smart Contract module. You can easily view and manage your PAS tokens across both Substrate and EVM-compatible networks in one place.
46
+
To connect to Polkadot Hub using SubWallet, follow these steps:
1. Install the [SubWallet browser extension](https://chromewebstore.google.com/detail/subwallet-polkadot-wallet/onhogfjeacnfoofkfgppdlbmlmnplgbn?hl=en){target=\_blank} and set up your wallet by following the on-screen instructions, or refer to the step-by-step [guide](https://docs.subwallet.app/main/extension-user-guide/getting-started/install-subwallet){target=\_blank} for assistance.
51
49
52
-
### MetaMask
50
+
2. After setting up your wallet, click the List icon at the top left corner of the extension window to open **Settings**
53
51
54
-
[MetaMask](https://metamask.io/){target=\_blank} is a popular wallet for interacting with Ethereum-compatible chains. It allows users to connect to test networks that support Ethereum-based smartcontracts. However, it's important to emphasize that MetaMask primarily facilitates interactions with smart contracts, giving users access to various chain functionalities.
To get started with MetaMask, you need to install the [MetaMask extension](https://metamask.io/download/){target=\_blank} and add it to the browser. Once you install MetaMask, you can set up a new wallet and securely store your seed phrase. This phrase is crucial for recovery in case you lose access.
54
+
3. Scroll down and select **Manage networks**
57
55
58
-
For example, to connect to the Polkadot Hub TestNet via MetaMask, you need to follow these steps:
5. In the **Import network** screen, enter the provider URL of the network. Once done, SubWallet will **automatically detect** the network name, token name (symbol), and network type
3. Complete the necessary fields, then click the **Save**button (refer to the [Networks](/develop/smart-contracts/connect-to-polkadot#networks-details) section for copy and paste parameters)
66
+
6. After that, enter the network’s block explorer, then click **Save**to successfully import the network
The steps in the preceding section can be used to connect to any chain by modifying the network specification and endpoint parameters.
74
+
!!!info
75
+
SubWallet fully supports PAssetHub's smart contract module. You can easily view and manage your PAS tokens across both Substrate and EVM-compatible networks in one place.
0 commit comments