Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: upd wallets switch testnet info #694

Merged
merged 1 commit into from
Aug 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 20 additions & 8 deletions docs/participate/wallets/apps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ TON Wallet was the first step in mass-adoption blockchain technology available t

| |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|              ![TON wallet](/img/docs/wallet-apps/TonWallet.png?raw=true)                                 |
|              ![TON wallet](/img/docs/wallet-apps/TonWallet.png?raw=true)                                 |


#### Pros and Cons
Expand All @@ -71,7 +71,7 @@ To switch TON classic wallet to test environment, you should to open in browser

| |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|              ![Tonkeeper](/img/docs/wallet-apps/Tonkeeper.png?raw=true)                                 |
|              ![Tonkeeper](/img/docs/wallet-apps/Tonkeeper.png?raw=true)                                 |


#### Pros and Cons
Expand All @@ -82,13 +82,25 @@ To switch TON classic wallet to test environment, you should to open in browser

#### Tonkeeper test environment

##### Tonkeeper Browser Extension

To switch Tonkeeper application between Mainnet and Testnet: in settings, tap 5 times on the Tonkeeper icon at the bottom and switch the network in the Dev menu. In the Dev menu tap `Switch to Testnet` or `Switch to Mainnet` according to the network you need.
1. Go to the settings section and tap the Tonkeeper icon multiple times until a new screen pops up.
2. Switch to testnet.

| |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|               ![TestMode](/img/docs/wallet-apps/Tonkeeper-testnet.png?raw=true)                                 |
That's it, your wallet is now in testnet mode!

##### Tonkeeper Mobile App

1. Go to the Settings section.
2. Scroll down and tap the Tonkeeper icon quickly multiple times until a new settings section pops up.
3. Enable Dev mode at the top of the new settings section.
4. Go back to the Tonkeeper main screen.
5. Click on your wallet name at the top of the screen.
6. Click New Wallet.
7. Select the Testnet Account option.
8. Enter the same Recovery Phrase as you used for your mainnet wallet.

Now your testnet wallet is created and connected to your mainnet wallet.


#### Links
Expand All @@ -104,7 +116,7 @@ To switch Tonkeeper application between Mainnet and Testnet: in settings, tap 5

| |
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|               ![Tonhub](/img/docs/wallet-apps/Tonhub.png?raw=true)                                 |
|               ![Tonhub](/img/docs/wallet-apps/Tonhub.png?raw=true)                                 |


#### Pros and Cons
Expand Down Expand Up @@ -132,7 +144,7 @@ You will need to download separate application to connect to the Testnet.
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|               ![OpenMask](/img/docs/wallet-apps/OpenMask.png?raw=true)                                 |

#### Pros and Cons
#### Pros and Cons
- ✅ Convenient for developers to learn and create dApps via desktop without mobile devices.
- ✅ Unique functions such as multiple wallets, with detailed descriptions and examples in its documentation.
- ❌ Has almost no integration with dApps at the moment.
Expand Down
Loading