IBC adapted stable-coin blockchain "JPYX" test-net has been launched

 IBC adapted stable-coin blockchain "JPYX" test-net has been launched.

GitHub repository

You can install and run it with the way written in README.md.

The variables used in command line are described below:

  • moniker: The id of your node. You can determine.
  • chain-id: The chain id of this test-net is "jpyx-1-test".

Just before you run the node after set up, you have to modify the config file.

The path of the config file is "~/.jpyx/config/config.toml".

You must specify "persistent_peers" to connect the network.

For example. this value (right side) can be copied to "persistent_peers" field.

日本語:

 IBC対応ステーブルコインブロックチェーン「JPYX」のテストネットを開始します。

GitHubリポジトリ

インストールと実行はREADME.mdに書いてある手順で行うことができます。

コマンドラインで使用される変数は以下の通りです:

  • moniker: ノードのIDです。任意に決めていただきます。
  • chain-id: このテストネットのチェーンIDは"jpyx-1-test"です。

セットアップ完了後ノード起動の直前に、設定ファイルを修正する必要があります。

設定ファイルのパスは"~/.jpyx/config/config.toml"です。

ネットワークに接続するために、"persistent_peers"を指定する必要があります。

例えば、この値(右辺)をそのまま"persistent_peers"フィールドに入れることができます.