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
feat: add Torus EVM Network guide and update documentation
- Introduced a new guide for adding the Torus EVM network to wallets, including configuration details and troubleshooting tips.
- Updated the Table of Contents to include the new Torus EVM Network guide.
- Added a link to the Torus EVM Network in the existing setup wallet guide for improved user navigation.
- Enhanced .gitignore to include local data and documentation files related to the new feature.
In this guide, we'll walk through setting up a wallet with the <RedTextvariant="light">**SubWallet** browser extension</RedText>, a popular non-custodial wallet for managing assets across multiple blockchains.
24
24
If you prefer a different extension, scroll to the bottom for a list of other wallets that work with Torus.
@@ -34,13 +34,11 @@ You need a wallet to hold TORUS and interact with Torus - it's required for stak
34
34
- Create a new wallet (master password + seed phrase)
35
35
- Connect SubWallet to Torus
36
36
37
-
<Aside>
38
-
⏱️ **Estimated time to complete this guide: 5 minutes**
39
-
</Aside>
37
+
<Aside>⏱️ **Estimated time to complete this guide: 5 minutes**</Aside>
40
38
41
39
## Steps to connect your SubWallet to Torus.
42
40
43
-
### Installing the SubWallet Extension
41
+
### Installing the SubWallet Extension
44
42
45
43
<Steps>
46
44
@@ -59,29 +57,31 @@ You need a wallet to hold TORUS and interact with Torus - it's required for stak
59
57
60
58
</span>
61
59
62
-
<ClickableImagesrc={subwalletExtensionActivated}alt="SubWallet extension activated in Brave browser" />
60
+
<ClickableImage
61
+
src={subwalletExtensionActivated}
62
+
alt="SubWallet extension activated in Brave browser"
63
+
/>
63
64
64
65
</Steps>
65
66
66
-
67
67
### Creating a New Account
68
68
69
69
<Steps>
70
70
71
-
1.**Open the SubWallet extension in your browser**
71
+
1.**Open the SubWallet extension in your browser**
72
72
Click on the SubWallet icon in your browser’s extension area to open the wallet.
73
73
74
74
2.**Click Create a New Account**
75
75
You will be prompted between three options:
76
76
77
77
- Create new account
78
78
-Importaccount
79
-
- Connect existing account
80
-
81
-
Select the **"Create new account"** option.
79
+
- Connect existing account
80
+
82
81
82
+
Select the **"Create new account"** option.
83
83
84
-
3.**Create a Master Password**
84
+
3.**Create a Master Password**
85
85
You will be prompted to create a master password. <RedTextvariant="light">This password is crucial as it encrypts your wallet data on your device for security.</RedText>
86
86
87
87
4.**Backup Your Seed Phrase**
@@ -95,7 +95,7 @@ You need a wallet to hold TORUS and interact with Torus - it's required for stak
95
95
96
96
</Aside>
97
97
98
-
5.**Create an account name**:
98
+
5.**Create an account name**:
99
99
Choose an account name, this does not impact anything, so feel free to choose any name you like. If you want to change it later, you can do so from the account settings.
Under the **Assets & Addresses** tab, click on <RedTextvariant="light">**Manage Networks**</RedText>.
124
127
125
-
3.**Search for Torus and activate it**
126
-
Click on the search bar, type Torus, and select it from the list. <RedTextvariant="light">Make sure to enable it</RedText> so it appears in your list of active tokens.
127
-
<ClickableImagesrc={subwalletSearchTorusNetwork}alt="SubWallet search for Torus button" />
128
-
<Asidetype="caution">
129
-
If you don't see **Torus** in the list, you might need to add it manually.
130
-
Follow the steps in this [video tutorial by Omni Labs](https://www.youtube.com/watch?v=3JDQFYg0u_A&t=172s).
128
+
{""}
129
+
<ClickableImage
130
+
src={subwalletSelectConfigToAddNetwork}
131
+
alt="SubWallet manage networks button"
132
+
/>
131
133
132
-
**RPC URL:**`wss://api.torus.network`
133
-
</Aside>
134
+
3.**Search for Torus and activate it**
135
+
Click on the search bar, type Torus, and select it from the list. <RedTextvariant="light">Make sure to enable it</RedText> so it appears in your list of active tokens.
136
+
137
+
<ClickableImagesrc={subwalletSearchTorusNetwork}alt="SubWallet search for Torus button" />
138
+
<Asidetype="caution">
139
+
If you don't see **Torus** in the list, you might need to add it manually.
140
+
Follow the steps in this [video tutorial by Omni Labs](https://www.youtube.com/watch?v=3JDQFYg0u_A&t=172s).
141
+
142
+
**RPC URL:**`wss://api.torus.network`
134
143
135
-
4.**Confirm Torus is active**
136
-
Once enabled, **Torus** will appear in your list of active networks.
137
-
You might have to scroll down to find Torus in the list.
138
-
<ClickableImagesrc={subwalletDoneTorusSetup}alt="SubWallet network list with torus" />
144
+
</Aside>
139
145
146
+
4.**Confirm Torus is active**
147
+
Once enabled, **Torus** will appear in your list of active networks.
148
+
You might have to scroll down to find Torus in the list.
140
149
150
+
<ClickableImage
151
+
src={subwalletDoneTorusSetup}
152
+
alt="SubWallet network list with torus"
153
+
/>{""}
141
154
142
155
5.**All Done**
143
156
Torus is now connected to your SubWallet.
144
157
You’re ready to explore the Torus ecosystem and manage your assets securely.
145
158
146
159
</Steps>
147
160
148
-
149
161
## What's Next?
150
162
151
163
Now that you have a wallet set up, you can:
152
164
153
165
-**Get TORUS**: [Bridge from Base](https://docs.torus.network/how-to-guides/holders/bridge-from-base/) to get TORUS into your wallet
166
+
-**Torus EVM Network**: If your wallet doesn’t auto-switch during bridging, [add Torus EVM manually](https://docs.torus.network/how-to-guides/holders/add-torus-evm-network/)
154
167
155
168
For SubWallet-specific help, check the [SubWallet Documentation](https://docs.subwallet.app/main).
156
169
157
-
Connect with the community:
170
+
Connect with the community:
171
+
158
172
-[Discord](https://discord.gg/torus) — Technical discussions, support, and announcements
159
173
-[Telegram](https://t.me/torusnetwork) — General chat and announcements
160
174
-[Twitter](https://x.com/torus_network) — Updates and ecosystem news
In this guide, you'll add the Torus EVM network to your wallet so dapps and the Bridge can connect reliably.
11
+
12
+
<Asidetype="note">
13
+
We automatically prompt a network switch in the Bridge flow. If that fails or your wallet doesn’t switch networks, follow this guide to add Torus EVM manually.
14
+
</Aside>
15
+
16
+
## What you will do
17
+
18
+
- Add the Torus EVM network to your wallet
19
+
- Verify RPC/Explorer are reachable
20
+
- (Optional) Enable Torus EVM on Coinbase Wallet via custom networks
21
+
22
+
## Prerequisites
23
+
24
+
<CardGrid>
25
+
<Cardtitle="An EVM Wallet"icon="seti:config">
26
+
Any EVM-compatible wallet (Coinbase Wallet, MetaMask, Rabby, etc.)
27
+
</Card>
28
+
<Cardtitle="Funds for gas"icon="seti:json">
29
+
You might need a small amount of TORUS to send transactions on Torus EVM.
2. Tap Active dapp network → + (Add custom network)
59
+
3. Fill:
60
+
- Name: Torus EVM
61
+
- RPC URL: https://api.torus.network
62
+
- Chain ID: 21000
63
+
- Symbol: TORUS
64
+
- Explorer: https://blockscout.torus.network
65
+
4. Save → toggle it as Active network
66
+
5. Send a small amount of TORUS to see your balance on Torus EVM
67
+
</Steps>
68
+
69
+
<Aside>
70
+
Custom networks let Coinbase Wallet access more ecosystems and dapps. EVM-compatible networks share the same address format, so your Ethereum address is also valid on Torus EVM.
71
+
</Aside>
72
+
73
+
---
74
+
75
+
## Add to other EVM wallets (generic)
76
+
77
+
<Steps>
78
+
1. Open your wallet → Settings
79
+
2. Select Networks → Add Network
80
+
3. Paste the configuration above
81
+
4. Save, switch to Torus EVM, and retry your action (e.g., the Bridge)
82
+
</Steps>
83
+
84
+
### Troubleshooting
85
+
- RPC errors: try the Alternate RPC URL
86
+
- Stuck on wrong network: refresh the dapp and re-connect the wallet
87
+
- Tokens not visible: import token by contract address on Torus EVM
Copy file name to clipboardExpand all lines: src/content/docs/how-to-guides/table-of-contents.mdx
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,29 +2,29 @@
2
2
title: Table of Contents
3
3
description: Step-by-step walkthroughs to help users and builders interact with Torus.
4
4
---
5
+
5
6
import {
6
7
Steps,
7
8
Aside,
8
9
CardGrid,
9
10
Card,
10
11
Tabs,
11
-
TabItem
12
+
TabItem,
12
13
} from"@astrojs/starlight/components";
13
14
14
15
Welcome to the **How-to Guides** section of the Torus documentation.
15
16
16
-
These guides are focused, practical, and designed to help you achieve specific outcomes within the Torus ecosystem, without distractions or deep dives into theory.
17
-
If you prefer to start with the theory first, begin with [Explanations](https://docs.torus.network/explanations/table-of-contents) and continue from there.
17
+
These guides are focused, practical, and designed to help you achieve specific outcomes within the Torus ecosystem, without distractions or deep dives into theory.
18
+
If you prefer to start with the theory first, begin with [Explanations](https://docs.torus.network/explanations/table-of-contents) and continue from there.
18
19
Whether you're here to use Torus, build on it, or coordinate its evolution, there's a guide to get you there.
19
20
20
-
21
-
22
21
## For Torus Holders
23
22
24
23
If you want to interact with Torus as an end-user or holder:
25
24
26
25
-[Set up a Wallet](https://docs.torus.network/how-to-guides/holders/setup-a-wallet/)
27
26
-[Bridge from Base](https://docs.torus.network/how-to-guides/holders/bridge-from-base/)
0 commit comments