mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-08-23 11:10:54 +00:00
Merge remote-tracking branch 'origin' into events-updates
This commit is contained in:
@@ -14,9 +14,9 @@ labels:
|
||||
| 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/` | [全履歴サーバ](ledger-history.html#すべての履歴) クラスター |
|
||||
| Ripple[¹][] | Testnet | `https://s.altnet.rippletest.net:51234/` | `wss://s.altnet.rippletest.net/` | Testnet 公開サーバー |
|
||||
| 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/` | Devnet 公開サーバー |
|
||||
| Ripple[¹][] | Devnet | `https://s.devnet.rippletest.net:51234/` | `wss://s.devnet.rippletest.net:51233/` | Devnet 公開サーバー |
|
||||
| Ripple[¹][] | AMM-Devnet | `https://amm.devnet.rippletest.net:51234/` | `wss://amm.devnet.rippletest.net:51233/` | [XLS-30d Automated Market Maker](https://github.com/XRPLF/XRPL-Standards/discussions/78)開発用の特別なdevnetサーバー |
|
||||
|
||||
[ネットワーク]: parallel-networks.html
|
||||
|
||||
@@ -14,9 +14,9 @@ If you don't [run your own `rippled` server](install-rippled.html), you can use
|
||||
| XRP Ledger Foundation | **Mainnet** | `https://xrplcluster.com/` <br> `https://xrpl.ws/` [²][] | `wss://xrplcluster.com/` <br> `wss://xrpl.ws/` [²][] | Full history server cluster with CORS support. |
|
||||
| Ripple[¹][] | **Mainnet** | `https://s1.ripple.com:51234/` | `wss://s1.ripple.com/` | General purpose server cluster |
|
||||
| Ripple[¹][] | **Mainnet** | `https://s2.ripple.com:51234/` | `wss://s2.ripple.com/` | [Full-history server](ledger-history.html#full-history) cluster |
|
||||
| Ripple[¹][] | Testnet | `https://s.altnet.rippletest.net:51234/` | `wss://s.altnet.rippletest.net/` | Testnet public server |
|
||||
| Ripple[¹][] | Testnet | `https://s.altnet.rippletest.net:51234/` | `wss://s.altnet.rippletest.net:51233/` | Testnet public server |
|
||||
| XRPL Labs | Testnet | `https://testnet.xrpl-labs.com/` | `wss://testnet.xrpl-labs.com/` | Testnet public server with CORS support |
|
||||
| Ripple[¹][] | Devnet | `https://s.devnet.rippletest.net:51234/` | `wss://s.devnet.rippletest.net/` | Devnet public server |
|
||||
| Ripple[¹][] | Devnet | `https://s.devnet.rippletest.net:51234/` | `wss://s.devnet.rippletest.net:51233/` | Devnet public server |
|
||||
| Ripple[¹][] | AMM-Devnet | `https://amm.devnet.rippletest.net:51234/` | `wss://amm.devnet.rippletest.net:51233/` | Special devnet for [XLS-30d Automated Market Maker](https://github.com/XRPLF/XRPL-Standards/discussions/78) development. |
|
||||
|
||||
[Network]: parallel-networks.html
|
||||
|
||||
@@ -65,18 +65,6 @@ Before you install `rippled`, you must meet the [System Requirements](system-req
|
||||
gpgkey=https://repos.ripple.com/repos/rippled-rpm/nightly/repodata/repomd.xml.key
|
||||
REPOFILE
|
||||
|
||||
*XLS-20d*
|
||||
|
||||
cat << REPOFILE | sudo tee /etc/yum.repos.d/ripple.repo
|
||||
[xls20]
|
||||
name=xls20
|
||||
baseurl=https://repos.ripple.com/repos/rippled-rpm-test-mirror/xls20
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
repo_gpgcheck=1
|
||||
gpgkey=https://repos.ripple.com/repos/rippled-rpm-test-mirror/xls20/repodata/repomd.xml.key
|
||||
REPOFILE
|
||||
|
||||
<!-- MULTICODE_BLOCK_START -->
|
||||
|
||||
|
||||
|
||||
@@ -755,6 +755,22 @@ pages:
|
||||
blurb: 誰もがXRP Ledger上でデジタル価値を表すトークンを作ることができます。
|
||||
targets:
|
||||
- ja
|
||||
|
||||
- name: Tokens
|
||||
html: issued-currencies-overview.html
|
||||
template: pagetype-redirect.html.jinja
|
||||
redirect_url: tokens.html
|
||||
blurb: Anyone can make tokens representing digital value on the XRP Ledger.
|
||||
targets:
|
||||
- en
|
||||
|
||||
- name: トークン
|
||||
html: issued-currencies-overview.html
|
||||
template: pagetype-redirect.html.jinja
|
||||
redirect_url: tokens.html
|
||||
blurb: 誰もがXRP Ledger上でデジタル価値を表すトークンを作ることができます。
|
||||
targets:
|
||||
- ja
|
||||
|
||||
- md: concepts/tokens/trust-lines-and-issuing.md
|
||||
targets:
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
<div class="top-banner fixed-top">
|
||||
<div class="d-none d-md-flex justify-content-center">
|
||||
<span><p class="mb-0 no-wrap">{% trans %}Apply for XRPL Grants, open until March 24.{% endtrans %}</p></span>
|
||||
<span><p class="mb-0 no-wrap">{% trans %}Apply for XRPL Grants, open until March 26.{% endtrans %}</p></span>
|
||||
<span><a href="https://xrpl.typeform.com/grants?utm_source=web&utm_medium=web&utm_campaign=pencil_banner" class="btn btn-outline-secondary">Apply for Funding</a></span>
|
||||
</div>
|
||||
<div class="d-md-none d-block justify-content-center">
|
||||
<span><p class="mb-0">{% trans %}Apply for XRPL Grants, open{% endtrans %}</p></span>
|
||||
<span><p class="mb-0">{% trans %}until March 24.{% endtrans %}<a href="https://xrpl.typeform.com/grants?utm_source=web&utm_medium=web&utm_campaign=pencil_banner" class="btn btn-outline-secondary">Apply For Funding</a></p></span>
|
||||
<span><p class="mb-0">{% trans %}until March 26.{% endtrans %}<a href="https://xrpl.typeform.com/grants?utm_source=web&utm_medium=web&utm_campaign=pencil_banner" class="btn btn-outline-secondary">Apply For Funding</a></p></span>
|
||||
</div>
|
||||
</div>
|
||||
<nav class="top-nav navbar navbar-expand-lg navbar-dark fixed-top">
|
||||
|
||||
Reference in New Issue
Block a user