From e4ece7893487686e6b3ea4be09840d97e7c06734 Mon Sep 17 00:00:00 2001 From: Kay Date: Sun, 5 May 2024 15:06:33 +0000 Subject: [PATCH] Fix requested changes --- website/_i18n/ar.yml | 2 +- website/_i18n/en.yml | 2 +- .../en/user-guides/pactus-testnet/index.md | 35 ++++++++++--------- website/_i18n/zh.yml | 2 +- 4 files changed, 22 insertions(+), 19 deletions(-) diff --git a/website/_i18n/ar.yml b/website/_i18n/ar.yml index cf338dfff..e9f737c67 100644 --- a/website/_i18n/ar.yml +++ b/website/_i18n/ar.yml @@ -450,7 +450,7 @@ dict: run_pactus_docker: كيفية تشغيل بكتوس باستخدام دوكر؟ send_transactions_gui: كيفية إرسال المعاملات في الوضع الرسومي؟ use_wallet_cli: كيفية استخدام المحفظة في وضع سطر الأوامر؟ - pactus_testnet: كيفية الاستخدام والتفاعل مع Pactus Testnet (Pheonix)؟ + pactus_testnet: كيفية الاستخدام والتفاعل مع Pactus Testnet (Phoenix)؟ reduce_network: How to reduce the network usage? run_pactus_metrics: How to run Pactus Metrics? grpc-sign-transactions: How to sign transaction using gRPC? diff --git a/website/_i18n/en.yml b/website/_i18n/en.yml index c0940ccf3..341d7ae18 100644 --- a/website/_i18n/en.yml +++ b/website/_i18n/en.yml @@ -450,7 +450,7 @@ dict: run_pactus_docker: How to run Pactus using Docker? send_transactions_gui: How to send transactions in Graphic Mode? use_wallet_cli: How to use wallet in Command Line Mode? - pactus_testnet: How to use and interact with Pactus Testnet (Pheonix)? + pactus_testnet: How to use and interact with Pactus Testnet (Phoenix)? reduce_network: How to reduce the network usage? run_pactus_metrics: How to run Pactus Metrics? grpc-sign-transactions: How to sign transaction using gRPC? diff --git a/website/_i18n/en/user-guides/pactus-testnet/index.md b/website/_i18n/en/user-guides/pactus-testnet/index.md index 589d93ef9..f9ecbe4e0 100644 --- a/website/_i18n/en/user-guides/pactus-testnet/index.md +++ b/website/_i18n/en/user-guides/pactus-testnet/index.md @@ -4,10 +4,9 @@ version: 8 ## Preface -Pactus Blockchain has a Test network for developers to test their software which is using Pactus, users -that are wiling to test Pactus, etc. This testnet is called Phoenix and you can interact with -phoenix with official Pactus pieces of software that you use for main network. In this guide we are -going to show how you can use them to connect and interact with Phoenix. +Pactus Blockchain has introduced a Test network called Phoenix for developers and users to test their +software utilizing Pactus technology. This guide will demonstrate how to connect and interact with +Phoenix using official Pactus software designed for the main network. ## Download @@ -17,16 +16,17 @@ Once you have downloaded and extracted the Pactus software file, you can proceed --- -## Phoenix network +## Phoenix Network -Pactus has 3 different genesis block types for mainnet, testnet and localnet (used for setting up -dev environment). this genesis type is determined in your Pactus working directory and your wallet -file once you made or initialized it. the rest of commands can find-out the network type based on -this and there is no need to specify which network you are using. +Pactus offers three distinct genesis block types for mainnet, testnet, and localnet +(used for developing a dev environment). The genesis type is defined within your Pactus working +directory and wallet file once it has been created or initialized. Subsequent commands will +automatically determine the network type based on this information, eliminating the need to specify +the network being used. ## CLI Softwares -To interact with pheonix using wallet, daemon CLI, there is a flag called `--testnet` provided on +To interact with phoenix using wallet, daemon CLI, there is a flag called `--testnet` provided on all CLI softwares. {% tabs create_wallet ltr %} @@ -56,16 +56,17 @@ You can use this flag for recover command as well. {% alert_start info %} Wallet Address

-Pactus address have pc HRP on mainnet and a tpc HRP on testnet. any address with pc prefix is invalid +Pactus addresses have pc HRP on Mainnet and a tpc HRP on testnet. +Addresses with pc prefix are invalid on Testnet. on testnet.

You can check pip-8 for more details on Pactus address. {% alert_end %} -## GUI Node and wallet +## GUI Node and Wallet Pactus also offers a GUI to run a node, if you want to use GUI as a testnet node you have to run it -wit the same flag in your terminal. +with the same flag in your terminal. {% tabs gui_node ltr %} @@ -90,7 +91,9 @@ pactus-gui.exe --testnet ## Notes As it's mentioned, the rest of work will be handled by the software which read the network type from -wallet file and working directory. the rest of commands and instructions can be found in mainnet docs. +wallet file and working directory. the rest of the commands and instructions can be found in mainnet +docs. -When you make multiple wallet and nodes, may you get conflicts with old wallet file or working directories. -you have to specify a new path for them using `--path` flag or just remove the old one. +When you make multiple wallets and nodes, you may get conflicts with old wallet file or working +directories. +You have to specify a new path for them using `--path` flag or just remove the old one. diff --git a/website/_i18n/zh.yml b/website/_i18n/zh.yml index 7bf5f7435..7f2c307d5 100644 --- a/website/_i18n/zh.yml +++ b/website/_i18n/zh.yml @@ -419,7 +419,7 @@ dict: run_pactus_docker: 如何使用Docker运行帕图斯? send_transactions_gui: 如何在图形模式下发送交易? use_wallet_cli: 如何在命令行模式下使用钱包? - pactus_testnet: 如何使用 Pactus 测试网(Pheonix)并与之交互? + pactus_testnet: 如何使用 Pactus 测试网(Phoenix)并与之交互? reduce_network: 如何减少网络使用量? run_pactus_metrics: 如何运行Pactus Metrics指标? grpc-sign-transactions: 如何使用 gRPC 签署交易?