Skip to content

Commit

Permalink
update readme.md and installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
z2453564902 committed Jun 15, 2021
1 parent 5258734 commit 6e53d24
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
* [Telegram](https://t.me/plugchain)


## Testnet Status

See [doc](./testnet/README.md)
4 changes: 4 additions & 0 deletions docs/tutorial/cn/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
3 changes: 3 additions & 0 deletions docs/tutorial/en/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
17 changes: 16 additions & 1 deletion testnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 6e53d24

Please sign in to comment.