mirror of
				https://github.com/XRPLF/xrpl-dev-portal.git
				synced 2025-11-04 03:45:49 +00:00 
			
		
		
		
	remove mentions of Sidechain-Devnet
This commit is contained in:
		@@ -17,8 +17,6 @@ Para ayudar a miembros de la comunidad del XRP Ledger a interactuar con la tecno
 | 
			
		||||
| Mainnet | Lanzamientos estables | _El_ [XRP Ledger](/about/), un libro contable criptográfico descentralizado impulsado por una red de servidores peer-to-peer y el hogar de [XRP](../../introduction/what-is-xrp.md). |
 | 
			
		||||
| Testnet | Lanzamientos estables | Una red de "universo alternativo" que actua como un campo de pruebas para el software construido en el XRP Ledger, sin impactar a los usuarios del XRP Ledger de producción y sin arriesgar dinero real. El [estado de enmienda](/resources/known-amendments.md) de Testnet está destinado a reflejar de cerca el de la Mainnet, aunque pueden ocurrir ligeras variaciones en el tiempo debido a la naturaleza impredecible de los sistemas descentralizados. |
 | 
			
		||||
| Devnet  | Lanzamientos Beta   | Una vista previa de las próximas atracciones, donde cambios inestables en el software principal de XRP Ledger se pueden probar. Los desarrolladores pueden utilizar esta altnet para interactuar y aprender sobre funcionalidades nuevas planficiadas para el XRP Ledger y enmiendas que no están habilitadas en la Mainnet. |
 | 
			
		||||
| [Hooks V3 Testnet](https://hooks-testnet-v3.xrpl-labs.com/) | [Servidor Hooks](https://github.com/XRPL-Labs/xrpld-hooks) | Una vista previa de la funcionalidad de smart contract en la cadena utilizando [hooks](https://xrpl-hooks.readme.io/). |
 | 
			
		||||
| Sidechain-Devnet | Lanzamientos Beta | Una sidechain para probar funcionalidades en puentes cross-chain. Devnet se trata como la cadena de bloqueo y esta sidechain es la cadena de emisión.<br>Soporte a la librería:<br>- [xrpl.js 2.12.0](https://www.npmjs.com/package/xrpl/v/2.12.0)<br>- [xrpl-py 2.4.0](https://pypi.org/project/xrpl-py/2.4.0/)<br>**Nota**: También puedes usar la herramienta de línea de comandos [`xbridge-cli`](https://github.com/XRPLF/xbridge-cli) para configurar un puente entre cadenas en tu máquina local. |
 | 
			
		||||
 | 
			
		||||
Cada altnet tiene su propia distribución separada de XRP de prueba, que se [regala gratis](/resources/dev-tools/xrp-faucets) a partes interesadas en experimentar con el XRP Ledger y desarrollar aplicaciones e integraciones. El XRP test no tiene valor en el mundo real y se pierde cuando la red se reinicia.
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -17,8 +17,6 @@ XRP Ledgerコミュニティのメンバーが、メインネットに影響を
 | 
			
		||||
| Mainnet    | 安定版リリース    | ピアツーピアサーバのネットワーク機能を備えた分散型の暗号台帳であり、[XRP](../../introduction/what-is-xrp.md)の土台となる[XRP Ledger](/about/)です。 |
 | 
			
		||||
| Testnet    | 安定版リリース    | XRP Ledger上に構築したソフトウェアのテスト環境として動作する「代替環境」のネットワークです。本番環境のXRP Ledgerユーザに影響を及ぼすことも、本物の通貨をリスクにさらすこともありません。Testnetの[Amendmentのステータス](/resources/known-amendments.md)は、Mainnetを厳密に反映するようになっていますが、分散型システムが持つ予測不可能な性質により、タイミングにわずかな違いが生じることがあります。 |
 | 
			
		||||
| Devnet     | ベータ版リリース  | 次期リリースのプレビューネットワークです。XRP Ledgerのコアソフトウェアへの不安定な変更がテストされます。このAltNetを使用すると、開発者はまだMainnetで有効になっていないXRPLの計画段階の新機能やAmendmentを操作したり学習したりすることができます。 |
 | 
			
		||||
| [Hooks V3 Testnet](https://hooks-testnet-v3.xrpl-labs.com/) | [Hooksサーバ](https://github.com/XRPL-Labs/xrpld-hooks) | [Hooks](https://xrpl-hooks.readme.io/)を使用したオンチェーン・スマートコントラクト機能のプレビューネットワークです。 |
 | 
			
		||||
| Sidechain-Devnet | ベータ版リリース | クロスチェーンブリッジ機能をテストするためのサイドチェーンです。<br>ライブラリのサポート:<br>- [xrpl.js 2.12.0](https://www.npmjs.com/package/xrpl/v/2.12.0)<br>- [xrpl-py 2.4.0](https://pypi.org/project/xrpl-py/2.4.0/)<br>**注記**: また、[`xbridge-cli`](https://github.com/XRPLF/xbridge-cli)コマンドラインツールを使用して、ローカルマシンにクロスチェーンブリッジをセットアップすることもできます。 |
 | 
			
		||||
 | 
			
		||||
テスト用XRPは、XRP Ledgerの実験やアプリケーションの開発、統合に興味のある人々に[無償で提供](/resources/dev-tools/xrp-faucets)されています。テスト用のXRPは実際には価値を持たず、ネットワークがリセットされると失われます。
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -43,11 +43,6 @@ labels:
 | 
			
		||||
    # No [ips] stanza. Use the default hubs to connect to Mainnet.
 | 
			
		||||
    ```
 | 
			
		||||
 | 
			
		||||
    ```{% label="Sidechain-Devnet" %}
 | 
			
		||||
    [ips]
 | 
			
		||||
    sidechain-net2.devnet.rippletest.net 51235
 | 
			
		||||
    ```
 | 
			
		||||
 | 
			
		||||
    {% /tabs %}
 | 
			
		||||
 | 
			
		||||
2. 以前の `[ips]`があれば、コメントアウトしてください。
 | 
			
		||||
@@ -78,11 +73,6 @@ labels:
 | 
			
		||||
    main
 | 
			
		||||
    ```
 | 
			
		||||
 | 
			
		||||
    ```{% label="Sidechain-Devnet" %}
 | 
			
		||||
    [network_id]
 | 
			
		||||
    262
 | 
			
		||||
    ```
 | 
			
		||||
 | 
			
		||||
    {% /tabs %}
 | 
			
		||||
 | 
			
		||||
    カスタムネットワークの場合、そのネットワークに接続する全員が、そのネットワークに固有の値を使用する必要があります。新しいネットワークを作成するときは、ネットワークIDを11から4,294,967,295までの整数からランダムに選択します。
 | 
			
		||||
@@ -121,14 +111,6 @@ labels:
 | 
			
		||||
    ED2677ABFFD1B33AC6FBC3062B71F1E8397C1505E1C42C64D11AD1B28FF73F4734
 | 
			
		||||
    ```
 | 
			
		||||
 | 
			
		||||
    ```{% label="Sidechain-Devnet" %}
 | 
			
		||||
    [validator_list_sites]
 | 
			
		||||
    https://vlsidechain-net2.devnet.rippletest.net
 | 
			
		||||
 | 
			
		||||
    [validator_list_keys]
 | 
			
		||||
    EDA5504C7133743FADA46342229B4E9CBBE1CF9BCA19D16633574F7CBB72F79569
 | 
			
		||||
    ```
 | 
			
		||||
 | 
			
		||||
    {% /tabs %}
 | 
			
		||||
 | 
			
		||||
    {% admonition type="success" name="ヒント" %}プレビュー版パッケージには必要な項目があらかじめ設定されている場合がありますが、念のため確認してください。{% /admonition %}
 | 
			
		||||
@@ -182,13 +164,6 @@ labels:
 | 
			
		||||
```
 | 
			
		||||
{% /tab %}
 | 
			
		||||
 | 
			
		||||
{% tab label="Sidechain-Devnet" %}
 | 
			
		||||
```
 | 
			
		||||
[features]
 | 
			
		||||
XChainBridge
 | 
			
		||||
```
 | 
			
		||||
{% /tab %}
 | 
			
		||||
 | 
			
		||||
{% /tabs %}
 | 
			
		||||
 | 
			
		||||
{% admonition type="danger" name="警告" %}メインネットまたはテストネットに接続するときは、`[features]`を使用しないでください。他のネットワークと異なる機能を強制的に有効にすると、サーバがネットワークから分断される可能性があります。{% /admonition %}
 | 
			
		||||
 
 | 
			
		||||
@@ -26,7 +26,6 @@ labels:
 | 
			
		||||
| Ripple[¹][]    | Testnet (Clio)   | `https://clio.altnet.rippletest.net:51234/` | `wss://clio.altnet.rippletest.net:51233/` | Clioを使用したTestnet公開サーバ |
 | 
			
		||||
| Ripple[¹][]    | Devnet           | `https://s.devnet.rippletest.net:51234/` | `wss://s.devnet.rippletest.net:51233/` | Devnet 公開サーバ |
 | 
			
		||||
| Ripple[¹][]    | Devnet (Clio)    | `https://clio.devnet.rippletest.net:51234/` | `wss://clio.devnet.rippletest.net:51233/` | Clioを使用したDevnet公開サーバ |
 | 
			
		||||
| Ripple[¹][]    | Sidechain-Devnet | `https://sidechain-net2.devnet.rippletest.net:51234/` | `wss://sidechain-net2.devnet.rippletest.net:51233/` | クロスチェーンブリッジ機能をテストするためのサイドチェーンDevnet。Devnetはロックチェーンとして機能し、このサイドチェーンは発行チェーンとして機能します。 |
 | 
			
		||||
| XRPL Labs      | Xahau Testnet     | `https://xahau-test.net/` | `wss://xahau-test.net/` | [Hooksが有効](https://hooks.xrpl.org/)なXahau Testnet |
 | 
			
		||||
 | 
			
		||||
[ネットワーク]: ../concepts/networks-and-servers/parallel-networks.md
 | 
			
		||||
 
 | 
			
		||||
@@ -43,11 +43,6 @@ Edit your `rippled.cfg` file.
 | 
			
		||||
    # No [ips] stanza. Use the default hubs to connect to Mainnet.
 | 
			
		||||
    ```
 | 
			
		||||
 | 
			
		||||
    ```{% label="Sidechain-Devnet" %}
 | 
			
		||||
    [ips]
 | 
			
		||||
    sidechain-net2.devnet.rippletest.net 51235
 | 
			
		||||
    ```
 | 
			
		||||
 | 
			
		||||
    {% /tabs %}
 | 
			
		||||
 | 
			
		||||
2. Comment out the previous `[ips]` stanza, if there is one:
 | 
			
		||||
@@ -77,11 +72,6 @@ Edit your `rippled.cfg` file.
 | 
			
		||||
    main
 | 
			
		||||
    ```
 | 
			
		||||
 | 
			
		||||
    ```{% label="Sidechain-Devnet" %}
 | 
			
		||||
    [network_id]
 | 
			
		||||
    262
 | 
			
		||||
    ```
 | 
			
		||||
 | 
			
		||||
    {% /tabs %}
 | 
			
		||||
 | 
			
		||||
    For custom networks, everyone who connects to the network should use a value unique to that network. When creating a new network, choose a network ID at random from the integers 11 to 4,294,967,295.
 | 
			
		||||
@@ -120,14 +110,6 @@ Edit your `validators.txt` file. This file is located in the same folder as your
 | 
			
		||||
    ED2677ABFFD1B33AC6FBC3062B71F1E8397C1505E1C42C64D11AD1B28FF73F4734
 | 
			
		||||
    ```
 | 
			
		||||
 | 
			
		||||
    ```{% label="Sidechain-Devnet" %}
 | 
			
		||||
    [validator_list_sites]
 | 
			
		||||
    https://vlsidechain-net2.devnet.rippletest.net
 | 
			
		||||
 | 
			
		||||
    [validator_list_keys]
 | 
			
		||||
    EDA5504C7133743FADA46342229B4E9CBBE1CF9BCA19D16633574F7CBB72F79569
 | 
			
		||||
    ```
 | 
			
		||||
 | 
			
		||||
    {% /tabs %}
 | 
			
		||||
 | 
			
		||||
    {% admonition type="success" name="Tip" %}Preview packages might come with the necessary stanzas pre-configured, but check them just in case.{% /admonition %}
 | 
			
		||||
@@ -181,13 +163,6 @@ For some test networks using experimental features, you must also forcefully ena
 | 
			
		||||
```
 | 
			
		||||
{% /tab %}
 | 
			
		||||
 | 
			
		||||
{% tab label="Sidechain-Devnet" %}
 | 
			
		||||
```
 | 
			
		||||
[features]
 | 
			
		||||
XChainBridge
 | 
			
		||||
```
 | 
			
		||||
{% /tab %}
 | 
			
		||||
 | 
			
		||||
{% /tabs %}
 | 
			
		||||
 | 
			
		||||
{% admonition type="danger" name="Warning" %}Do not use the `[features]` stanza when connecting to Mainnet or Testnet. Forcefully enabling different features than the rest of the network could cause your server to diverge from the network.{% /admonition %}
 | 
			
		||||
 
 | 
			
		||||
@@ -32,7 +32,6 @@ If you don't [run your own `rippled` server](../infrastructure/installation/inde
 | 
			
		||||
| Ripple[¹][]   | Testnet (Clio) | `https://clio.altnet.rippletest.net:51234/`	| `wss://clio.altnet.rippletest.net:51233/` | Testnet public server with Clio |
 | 
			
		||||
| Ripple[¹][]   | Devnet      | `https://s.devnet.rippletest.net:51234/` | `wss://s.devnet.rippletest.net:51233/` | Devnet public server |
 | 
			
		||||
| Ripple[¹][]   | Devnet (Clio)  | `https://clio.devnet.rippletest.net:51234/`	| `wss://clio.devnet.rippletest.net:51233/` | Devnet public server with Clio |
 | 
			
		||||
| Ripple[¹][]   | Sidechain-Devnet | `https://sidechain-net2.devnet.rippletest.net:51234/` | `wss://sidechain-net2.devnet.rippletest.net:51233/` | Sidechain Devnet to test cross-chain bridge features. Devnet serves as the locking chain while this sidechain serves as the issuing chain. |
 | 
			
		||||
| XRPL Labs     | Xahau Testnet | `https://xahau-test.net/` | `wss://xahau-test.net/` | [Hooks-enabled](https://hooks.xrpl.org/) Xahau Testnet |
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user