forked from ton-community/ton-docs
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New translations testnet.md (Chinese Simplified)
- Loading branch information
Showing
1 changed file
with
17 additions
and
17 deletions.
There are no files selected for viewing
34 changes: 17 additions & 17 deletions
34
...urus-plugin-content-docs/current/develop/smart-contracts/environment/testnet.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
# Understanding Testnet | ||
# 了解测试网络 | ||
|
||
Use the TON test network for development and testing purpose. | ||
在开发和测试过程中使用 TON 测试网络。 | ||
|
||
:::info | ||
Coins in test network have no value, the test network can be reset. | ||
测试网络中的代币没有价值,测试网络可以被重置。 | ||
::: | ||
|
||
- Testnet global config: https://ton.org/testnet-global.config.json | ||
- You can get free test coins in the [@test_giver_ton_bot](https://t.me/testgiver_ton_bot) | ||
- Check the testnet status in this Telegram channel: [@testnetstatus](https://t.me/testnetstatus) | ||
- 测试网络全局配置: https://ton.org/testnet-global.config.json | ||
- 您可以在 [@test_giver_ton_bot](https://t.me/testgiver_ton_bot) 获取免费的测试代币 | ||
- 在这个 Telegram 频道中查看测试网络的状态: [@testnetstatus](https://t.me/testnetstatus) | ||
|
||
## Services | ||
## 服务 | ||
|
||
For convenience, almost the entire infrastructure of the mainnet (wallets, API, bridges, etc.) has been recreated in the test network. | ||
为了方便起见,几乎整个主网的基础设施(钱包、API、桥接等)都已在测试网络中重建。 | ||
|
||
- Explorer: https://testnet.tonscan.org | ||
- Web wallet: https://wallet.ton.org?testnet=true | ||
- Browser extension: use [mainnet browser extension](https://chrome.google.com/webstore/detail/ton-wallet/nphplpgoakhhjchkkhmiggakijnkhfnd) and [do this](https://github.com/toncenter/ton-wallet#switch-between-mainnettestnet-in-extension). | ||
- Testnet TON Center API: https://testnet.toncenter.com | ||
- Testnet HTTP API: https://testnet.tonapi.io/ | ||
- Testnet bridge: https://ton.org/bridge?testnet=true | ||
- 浏览器: https://testnet.tonscan.org | ||
- Web 钱包: https://wallet.ton.org?testnet=true | ||
- 浏览器扩展: 使用 [mainnet browser extension](https://chrome.google.com/webstore/detail/ton-wallet/nphplpgoakhhjchkkhmiggakijnkhfnd) 并 [进行此操作](https://github.com/toncenter/ton-wallet#switch-between-mainnettestnet-in-extension)。 | ||
- 测试网 TON Center API: https://testnet.toncenter.com | ||
- 测试网 HTTP API: https://testnet.tonapi.io/ | ||
- 测试网桥接: https://ton.org/bridge?testnet=true | ||
|
||
## Some third parties | ||
## 一些第三方工具 | ||
|
||
- To switch to [Tonkeeper's testnet](https://tonkeeper.com/), tap the version 5 times in the settings. | ||
- Testnet CryptoBot: https://t.me/CryptoTestnetBot | ||
- 要切换到 [Tonkeeper's testnet](https://tonkeeper.com/),在设置中点击版本 5 次。 | ||
- 测试网 CryptoBot: https://t.me/CryptoTestnetBot |