Skip to content

Commit

Permalink
[DDS-473] Added testnet genesis and seeds files
Browse files Browse the repository at this point in the history
- Added testnet genesis and seeds files.
- Corrected broken links.
  • Loading branch information
spivachuk committed Oct 2, 2023
1 parent 8987143 commit f6b8986
Show file tree
Hide file tree
Showing 6 changed files with 1,049 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ___
Canow Testnet is a network where you can get Testnet ARX tokens to try Canow ledger and test your functionality without any real payments.

- [Setup Testnet node](docs/node-setup/validator-creation.md) to participate the network.
- [Big Dipper Explorer](https://explorer.testnet.canowchain.com) for the network monitoring.
- [Big Dipper Explorer](https://explorer.testnet.canowchain.com/desmos) for the network monitoring.
- [Omniflix instance](https://omniflix.testnet.canowchain.com) for tokens transferring, delegating and adding Canow wallet to Keplr.
- [Community chat]() for your questions to Canow Chain maintainers and other participants

Expand Down
4 changes: 2 additions & 2 deletions docs/node-setup/canow-node-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ canow-chain init <node-moniker>

### 2. Download the genesis file

Download the `genesis.json` file for the relevant [persistent chain](https://github.com/canow-co/canow-chain/tree/main/networks/) and put it in the `$HOME/.canow-chain/config` directory.
Download the `genesis.json` file for the relevant [persistent chain](../../networks/) and put it in the `$HOME/.canow-chain/config` directory.

```bash
wget -O $HOME/.canow-chain/config/genesis.json https://raw.githubusercontent.com/canow-co/canow-chain/main/networks/testnet/genesis.json
```

### 3. Define the seed configuration for populating the list of peers known by a node

Update `seeds` with a comma separated list of seed node addresses specified in `seeds.txt` for the relevant [network](https://github.com/canow-co/canow-chain/tree/main/networks/).
Update `seeds` with a comma separated list of seed node addresses specified in `seeds.txt` for the relevant [network](../../networks/).

For canow testnet, set the `SEEDS` environment variable:

Expand Down
2 changes: 1 addition & 1 deletion docs/node-setup/system-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ We plan on supporting other operating systems in the future, based on demand for

We recommend using a storage path that can be kept persistent and restored/remounted (if necessary) for the configuration, data, and log directories associated with a node. This allows a node to be restored along with configuration files such as node keys and for the node's copy of the ledger to be restored without triggering a full chain sync.

The default directory location for `canow-chain` installations is `$HOME/.canow-chain`, which computes to `/home/canow/.canow-chain` when [using the interactive installer](interactive/interactive-installer.md). Custom paths can be defined if desired.
The default directory location for `canow-chain` installations is `$HOME/.canow-chain`. Custom paths can be defined if desired.

### Ports

Expand Down
2 changes: 1 addition & 1 deletion docs/node-setup/validator-creation.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ Parameters required in the transaction above are:

## Status check

The status of your node can be checked in the network [Explorer](https://explorer.testnet.canowchain.com) or via [Omniflix](https://omniflix.testnet.canowchain.com) page for making delegations.
The status of your node can be checked in the network [Explorer](https://explorer.testnet.canowchain.com/desmos) or via [Omniflix](https://omniflix.testnet.canowchain.com) page for making delegations.
Loading

0 comments on commit f6b8986

Please sign in to comment.