mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-26 14:45:50 +00:00
Merge branch 'master' into api-v2
This commit is contained in:
@@ -1,32 +0,0 @@
|
|||||||
---
|
|
||||||
html: public-servers.html
|
|
||||||
parent: get-started.html
|
|
||||||
seo:
|
|
||||||
description: これらの公開サーバを利用して、自社のインフラを必要とせずにXRP Ledgerにアクセスします。
|
|
||||||
labels:
|
|
||||||
- コアサーバ
|
|
||||||
---
|
|
||||||
# 公開サーバ
|
|
||||||
|
|
||||||
[自分で`rippled`サーバを運営しない](../infrastructure/installation/index.md)場合は、以下の公開サーバを利用して、トランザクションを送信したり、レジャーからデータを取得したりすることができます。
|
|
||||||
|
|
||||||
| 運営者 | [ネットワーク][] | JSON-RPC URL | WebSocket URL | 尾行 |
|
|
||||||
|:----------|:------------|:-------------|:--------------|:---------------------|
|
|
||||||
| XRP Ledger 財団 | **Mainnet** | `https://xrplcluster.com/` <br> `https://xrpl.ws/` [²][] | `wss://xrplcluster.com/` <br> `wss://xrpl.ws/` [²][] | CORSをサポートする全履歴サーバクラスター |
|
|
||||||
| Ripple[¹][] | **Mainnet** | `https://s1.ripple.com:51234/` | `wss://s1.ripple.com/` | 汎用サーバクラスター |
|
|
||||||
| Ripple[¹][] | **Mainnet** | `https://s2.ripple.com:51234/` | `wss://s2.ripple.com/` | [全履歴サーバ](../concepts/networks-and-servers/ledger-history.md#すべての履歴) クラスター |
|
|
||||||
| Ripple[¹][] | Testnet | `https://s.altnet.rippletest.net:51234/` | `wss://s.altnet.rippletest.net:51233/` | Testnet 公開サーバ |
|
|
||||||
| XRPL Labs | Testnet | `https://testnet.xrpl-labs.com/` | `wss://testnet.xrpl-labs.com/` | CORSをサポートする Testnet 公開サーバ |
|
|
||||||
| Ripple[¹][] | Devnet | `https://s.devnet.rippletest.net:51234/` | `wss://s.devnet.rippletest.net:51233/` | 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
|
|
||||||
[¹]: #footnote-1
|
|
||||||
[²]: #footnote-2
|
|
||||||
|
|
||||||
<a id="footnote-1"></a>¹ Ripple社の公開サーバは、持続的な利用やビジネスでの利用には適しておらず、いつでも利用できなくなる可能性があります。定期的に使用する場合は、ご自身で`rippled`サーバを運用するか、信頼できる人と契約してください。Ripple社の公開クラスターには[Reporting Mode][]サーバが含まれています。
|
|
||||||
|
|
||||||
<a id="footnote-2"></a>² `xrpl.ws`は`xrplcluster.com`のエイリアスです。しかし、`.ws` というトップレベルドメインの信頼性は、本番での使用には適さないかもしれません。
|
|
||||||
|
|
||||||
{% raw-partial file="/docs/_snippets/common-links.md" /%}
|
|
||||||
@@ -1,11 +1,11 @@
|
|||||||
theme.navbar.about: Acerca de
|
navbar.about: Acerca de
|
||||||
theme.navbar.docs: Docs
|
navbar.docs: Docs
|
||||||
theme.navbar.resources: Recursos
|
navbar.resources: Recursos
|
||||||
theme.navbar.community: Comunidad
|
navbar.community: Comunidad
|
||||||
theme.footer.about: Acerca de
|
footer.about: Acerca de
|
||||||
theme.footer.docs: Docs
|
footer.docs: Docs
|
||||||
theme.footer.resources: Recursos
|
footer.resources: Recursos
|
||||||
theme.footer.community: Comunidad
|
footer.community: Comunidad
|
||||||
sidebar.docs: Docs
|
sidebar.docs: Docs
|
||||||
sidebar.docs.tutorials: Tutoriales
|
sidebar.docs.tutorials: Tutoriales
|
||||||
sidebar.docs.references: Referencias
|
sidebar.docs.references: Referencias
|
||||||
@@ -18,7 +18,7 @@ rippled APIを使用した`rippled`サーバとの通信について詳しくは
|
|||||||
|
|
||||||
`rippled`は、デフォルト構成でXRP Ledgerに接続する必要があります。ただし、`rippled.cfg`ファイルを編集すれば、設定を変更できます。推奨される構成設定については、[容量の計画](../infrastructure/installation/capacity-planning.md)をご覧ください。
|
`rippled`は、デフォルト構成でXRP Ledgerに接続する必要があります。ただし、`rippled.cfg`ファイルを編集すれば、設定を変更できます。推奨される構成設定については、[容量の計画](../infrastructure/installation/capacity-planning.md)をご覧ください。
|
||||||
|
|
||||||
{% partial file="/@i18n/ja/docs/_snippets/conf-file-location.md" /%}
|
{% partial file="/@l10n/ja/docs/_snippets/conf-file-location.md" /%}
|
||||||
|
|
||||||
すべての構成オプションの説明については、[`rippled` GitHubリポジトリー](https://github.com/XRPLF/rippled/blob/master/cfg/rippled-example.cfg)をご覧ください。
|
すべての構成オプションの説明については、[`rippled` GitHubリポジトリー](https://github.com/XRPLF/rippled/blob/master/cfg/rippled-example.cfg)をご覧ください。
|
||||||
|
|
||||||
@@ -9,7 +9,7 @@ labels:
|
|||||||
---
|
---
|
||||||
# アカウントの種類
|
# アカウントの種類
|
||||||
|
|
||||||
{% partial file="/@i18n/ja/docs/_snippets/issuing-and-operational-addresses-intro.md" /%}
|
{% partial file="/@l10n/ja/docs/_snippets/issuing-and-operational-addresses-intro.md" /%}
|
||||||
|
|
||||||
|
|
||||||
## 資金のライフサイクル
|
## 資金のライフサイクル
|
||||||
@@ -8,7 +8,7 @@ labels:
|
|||||||
---
|
---
|
||||||
# アドレス
|
# アドレス
|
||||||
|
|
||||||
{% partial file="/@i18n/ja/docs/_snippets/data_types/address.md" /%}
|
{% partial file="/@l10n/ja/docs/_snippets/data_types/address.md" /%}
|
||||||
|
|
||||||
有効なアドレスであれば、資金を入金することで[XRP Ledgerのアカウントになる](index.md#creating-accounts)ことができます。また、[レギュラーキー](cryptographic-keys.md)や[署名者リスト](multi-signing.md)のメンバーとして、資金提供されていないアドレスを使用することもできます。資金を供給されたアカウントだけがトランザクションの送信者になることができます。
|
有効なアドレスであれば、資金を入金することで[XRP Ledgerのアカウントになる](index.md#creating-accounts)ことができます。また、[レギュラーキー](cryptographic-keys.md)や[署名者リスト](multi-signing.md)のメンバーとして、資金提供されていないアドレスを使用することもできます。資金を供給されたアカウントだけがトランザクションの送信者になることができます。
|
||||||
|
|
||||||
@@ -62,7 +62,7 @@ Deposit Authorizationが有効化されているアカウントの特徴は次
|
|||||||
以下の表に、トランザクションタイプ別にDepositAuthが有効または無効な状態での入金の可否をまとめました。
|
以下の表に、トランザクションタイプ別にDepositAuthが有効または無効な状態での入金の可否をまとめました。
|
||||||
|
|
||||||
<!-- TODO: translate -->
|
<!-- TODO: translate -->
|
||||||
<!-- {% partial file="/@i18n/ja/docs/_snippets/depositauth-semantics-table.md" /%} -->
|
<!-- {% partial file="/@l10n/ja/docs/_snippets/depositauth-semantics-table.md" /%} -->
|
||||||
|
|
||||||
{% partial file="/docs/_snippets/depositauth-semantics-table.md" /%}
|
{% partial file="/docs/_snippets/depositauth-semantics-table.md" /%}
|
||||||
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user