Merge pull request #2456 from XRPLF/quickfixes-03111

Fix links
This commit is contained in:
Amarantha Kulkarni
2024-03-14 17:21:12 -07:00
committed by GitHub
6 changed files with 9 additions and 7 deletions

View File

@@ -62,7 +62,9 @@ Deposit Authorizationが有効化されているアカウントの特徴は次
以下の表に、トランザクションタイプ別にDepositAuthが有効または無効な状態での入金の可否をまとめました。
<!-- TODO: translate -->
{% partial file="/@i18n/ja/docs/_snippets/depositauth-semantics-table.md" /%}
<!-- {% partial file="/@i18n/ja/docs/_snippets/depositauth-semantics-table.md" /%} -->
{% partial file="/docs/_snippets/depositauth-semantics-table.md" /%}

View File

@@ -89,7 +89,7 @@ XRP Ledgerのトレード活動に関する情報源は数多くあります。
Ripple社はXRP Ledger プロトコルを拡張し、既存の中央指値注文ベース(CLOB)の分散型取引所と連携するネイティブな自動マーケットメーカー(AMM)の機能を追加することを提案しました。この提案が受け入れられ、[amendments](../../concepts/networks-and-servers/amendments.md)として有効になれば、AMMはXRP Ledger上のトレードにおいて重要な要素となるでしょう。詳しくは以下のリンクをご覧ください。
- [XLS-30d: Automated Market Maker 規格草案](https://github.com/XRPLF/XRPL-Standards/discussions/78)
- [AMMドキュメント (Ripple社のオープンソースのサイト)](https://opensource.ripple.com/docs/xls-30d-amm/automated-market-makers/)
- [AMMドキュメント](../../concepts/tokens/decentralized-exchange/automated-market-makers.md)
## さらに詳しく

View File

@@ -9,7 +9,7 @@ labels:
---
# カスタムトランザクタの作成
_トランザクタ_ はトランザクションを処理し、XRP Ledgerを変更するコードです。カスタムトランザクタを作成することで、`rippled`に新しい機能を追加することができます。このチュートリアルではトランザクタのコーディングについて説明しますが、それをXRPLに追加するにはAmendmentプロセスを経る必要があります。 [XRP Ledgerのコードへの貢献](contribute-code.md)をご覧ください。
_トランザクタ_ はトランザクションを処理し、XRP Ledgerを変更するコードです。カスタムトランザクタを作成することで、`rippled`に新しい機能を追加することができます。このチュートリアルではトランザクタのコーディングについて説明しますが、それをXRPLに追加するにはAmendmentプロセスを経る必要があります。 [XRP Ledgerのコードへの貢献](index.md)をご覧ください。
トランザクタは 基本的な処理順序に則って処理されます。

View File

@@ -92,4 +92,4 @@ XLSドラフトを作成した後、その変更にAmendmentが必要かどう
## 関連項目
- **コンセプト:**
- [Amendment](../../concepts/networks-and-servers/amendments.md)
- [Amendment](../../docs/concepts/networks-and-servers/amendments.md)

View File

@@ -12,7 +12,7 @@ labels:
---
# What Is an Automated Market Maker (AMM)?
_(Requires the [AMM amendment][] {% not-enabled /%})_
_(Requires the XLS-30 [AMM amendment][] {% not-enabled /%})_
Automated Market Makers (AMMs) are smart contracts that provide liquidity in the XRP Ledger's decentralized exchange. Each AMM holds a pool of two assets and enables users to swap between them at an exchange rate set by a formula.

View File

@@ -86,10 +86,10 @@ To give yourself as much time as possible to react to profit-taking opportunitie
### Future Developments
Ripple has proposed extending the XRP Ledger protocol with a native Automated Market Maker (AMM) design that would work alongside the existing central limit order based (CLOB) decentralized exchange. If this proposal is accepted and becomes enabled as an [amendment](../../concepts/networks-and-servers/amendments.md), AMMs will become an important factor in trading on the XRP Ledger. You can read more at the following links:
Ripple has proposed extending the XRP Ledger protocol with a native Automated Market Maker (AMM) design ([XLS-30](https://github.com/XRPLF/XRPL-Standards/blob/master/XLS-0030-automated-market-maker/README.md)) that would work alongside the existing central limit order based (CLOB) decentralized exchange. If this proposal is accepted and becomes enabled as an [amendment](../../concepts/networks-and-servers/amendments.md), AMMs will become an important factor in trading on the XRP Ledger. You can read more at the following links:
- [XLS-30d: Automated Market Maker standards proposal](https://github.com/XRPLF/XRPL-Standards/discussions/78)
- [AMM documentation (Ripple Open Source site)](https://opensource.ripple.com/docs/xls-30d-amm/automated-market-makers/)
- [AMM documentation](../../concepts/tokens/decentralized-exchange/automated-market-makers.md)
## Further Reading