diff --git a/README.md b/README.md index 279c917f9..2c91b3548 100644 --- a/README.md +++ b/README.md @@ -32,4 +32,9 @@ We have active, helpful communities on Twitter, Discord, and Telegram. * [Facebook](https://www.facebook.com/profile.php?id=100068750358187) * [Twitter](https://mobile.twitter.com/Plugchainclub) -* [Telegram](https://t.me/plugchain) \ No newline at end of file +* [Telegram](https://t.me/plugchain) + + +## Testnet Status + +See [doc](./testnet/README.md) \ No newline at end of file diff --git a/docs/tutorial/cn/installation.md b/docs/tutorial/cn/installation.md index 626e62437..448b224c3 100644 --- a/docs/tutorial/cn/installation.md +++ b/docs/tutorial/cn/installation.md @@ -64,6 +64,10 @@ APPHOME="~/.plugchain" - 生成自己的账户 plugchaind keys add mywallet - 获取测试网创世文件 + +::: warning +主网正在准备中,加入[测试网](../../../testnet/README.md),plugchain团队热烈欢迎志同道合的同志... +::: ``` wget https://github.com/oracleNetworkProtocol/plugchain/tree/main/genesis.json ``` diff --git a/docs/tutorial/en/installation.md b/docs/tutorial/en/installation.md index b00852613..ca0a559fb 100644 --- a/docs/tutorial/en/installation.md +++ b/docs/tutorial/en/installation.md @@ -68,6 +68,9 @@ APPHOME="~/.plugchain" plugchaind keys add mywallet ``` - Get the testnet genesis file +::: warning +The mainnet is being prepared. Join [Testnet](../../../testnet/README.md), the plugchain team warmly welcomes like-minded comrades... +::: ``` wget https://github.com/oracleNetworkProtocol/plugchain/tree/main/genesis.json ``` diff --git a/testnet/README.md b/testnet/README.md index 09b7c77ce..5db69c8e3 100644 --- a/testnet/README.md +++ b/testnet/README.md @@ -3,5 +3,20 @@ title: Joining Testnets --- ## PlugChain Testnet -This repo saves the genesis.json, seeds and related information of the testnet +This repo collects the genesis and configuration files for the various plugchain testnets. It exists so the plugchain repo does not get bogged down with large genesis files and status updates. + +## Joining + +`plugchain-testnet-1` is active now and here are some important details: + +Faucet: + +Here are the instructions to run a validator for plugchain-testnet-1: + +1. Modify the `scripts/testnet-val-setup.sh` file according to the `chain-id` and `seeds` provided in the latest directory +2. Run the latest setup script +``` +cd testnet/scripts && chmod +x testnet-val-setup.sh +./testnet-val-setup.sh +``` \ No newline at end of file