Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Fix requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kehiy committed May 5, 2024
1 parent 1d54f23 commit e4ece78
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 19 deletions.
2 changes: 1 addition & 1 deletion website/_i18n/ar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
2 changes: 1 addition & 1 deletion website/_i18n/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
35 changes: 19 additions & 16 deletions website/_i18n/en/user-guides/pactus-testnet/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 %}
Expand Down Expand Up @@ -56,16 +56,17 @@ You can use this flag for recover command as well.
{% alert_start info %}
<b>Wallet Address</b>
<br><br>
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.
<br><br>
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 %}

Expand All @@ -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.
2 changes: 1 addition & 1 deletion website/_i18n/zh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 签署交易?
Expand Down

0 comments on commit e4ece78

Please sign in to comment.