-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update all chain documentation using document.sh script (#917)
- Loading branch information
Showing
195 changed files
with
1,836 additions
and
2,016 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,14 @@ | ||
version: '3.4' | ||
|
||
services: | ||
node_1: | ||
node: | ||
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.33-agoric-agoric-upgrade-7-2 | ||
ports: | ||
- '26656:26656' | ||
- '26657:26657' | ||
- '1317:1317' | ||
environment: | ||
- MONIKER=node_1 | ||
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/chain.json | ||
- MONIKER=Cosmos Omnibus Node | ||
- P2P_POLKACHU=1 | ||
- STATESYNC_POLKACHU=1 | ||
- ADDRBOOK_POLKACHU=1 | ||
volumes: | ||
- ./node-data:/root/.agoric |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,16 @@ | ||
version: '3.4' | ||
|
||
services: | ||
node_1: | ||
node: | ||
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.33-akash-v0.36.0 | ||
ports: | ||
- '26656:26656' | ||
- '26657:26657' | ||
- '1317:1317' | ||
environment: | ||
- MONIKER=node_1 | ||
- MONIKER=Cosmos Omnibus Node | ||
- CHAIN_JSON=https://raw.githubusercontent.com/akash-network/net/main/mainnet/meta.json | ||
- MINIMUM_GAS_PRICES=0.025uakt | ||
- FASTSYNC_VERSION=v0 | ||
- P2P_POLKACHU=1 | ||
- STATESYNC_POLKACHU=1 | ||
- ADDRBOOK_POLKACHU=1 | ||
volumes: | ||
- ./node-data:/root/.akash |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,37 @@ | ||
# archway | ||
# Archway | ||
|
||
| | | | ||
|---|---| | ||
|Version|`v7.0.0`| | ||
|Binary|`archwayd`| | ||
|Directory|`.archway`| | ||
|ENV namespace|`archway`| | ||
|ENV namespace|`ARCHWAYD`| | ||
|Repository|`https://github.com/archway-network/archway`| | ||
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.33-archway-v7.0.0`| | ||
|
||
## Examples | ||
|
||
- Run on Akash with the [example deploy.yml](./deploy.yml) | ||
- Run locally using the [example docker-compose.yml](./docker-compose.yml) | ||
- Run with Docker using the [example docker-compose.yml](./docker-compose.yml) | ||
|
||
## Chain information | ||
|
||
The [Cosmos Chain Registry](https://github.com/cosmos/chain-registry) publishes up to date chain info for archway chain. | ||
The [Cosmos Chain Registry](https://github.com/cosmos/chain-registry) publishes [up to date chain info](https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/chain.json) for Archway. | ||
|
||
This will be used automatically unless overridden with the `CHAIN_JSON` variable (use `0` to disable). | ||
|
||
## Polkachu Chain Services | ||
|
||
[Polkachu's Chain Services](https://www.polkachu.com/) make bootstrapping a node extremely easy. They provide live peers, seeds, statesync, addrbooks and pruned snapshots among other features. | ||
|
||
The following configuration is available for Archway nodes. [See the documentation](../README.md#polkachu-services) for more information. | ||
|
||
|Variable|Value| | ||
|---|---| | ||
|`CHAIN_JSON`|`https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/chain.json`| | ||
|`P2P_POLKACHU`|`1`| | ||
|`P2P_SEEDS_POLKACHU`|`1`| | ||
|`P2P_PEERS_POLKACHU`|`1`| | ||
|`STATESYNC_POLKACHU`|`1`| | ||
|`ADDRBOOK_POLKACHU`|`1`| | ||
|
||
Polkachu also provide pruned snapshots for Archway. Find the [latest snapshot](https://polkachu.com/tendermint_snapshots/akash) and apply it using the `SNAPSHOT_URL` variable. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,14 @@ | ||
version: '3.4' | ||
|
||
services: | ||
node_1: | ||
node: | ||
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.33-archway-v7.0.0 | ||
ports: | ||
- '26656:26656' | ||
- '26657:26657' | ||
- '1317:1317' | ||
environment: | ||
- MONIKER=node_1 | ||
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/chain.json | ||
- MINIMUM_GAS_PRICES=0.025aarch | ||
- MONIKER=Cosmos Omnibus Node | ||
- P2P_POLKACHU=1 | ||
- STATESYNC_POLKACHU=1 | ||
- ADDRBOOK_POLKACHU=1 | ||
volumes: | ||
- ./node-data:/root/.archway |
Oops, something went wrong.