Merge commit '206d0b4bc309dcbacd4c51f3e69ccc4b9f71e691' into ja-2809-2655

This commit is contained in:
tequ
2024-10-28 11:29:26 +09:00
11 changed files with 2346 additions and 47 deletions

View File

@@ -30,4 +30,4 @@ A CTID contains the following parts, in order (big-endian):
## See Also
For more information including sample code and background, see the [XLS-37d Standard](https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-0037d-concise-transaction-identifier-ctid).
For more information including sample code and background, see the [XLS-0037 Standard](https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-0037-concise-transaction-identifier-ctid).

View File

@@ -88,8 +88,8 @@ To give yourself as much time as possible to react to profit-taking opportunitie
The XRP Ledger natively supports Automated Market Makers (AMMs) that work alongside the existing central limit order based (CLOB) decentralized exchange. AMMs are an important factor in trading on the XRP Ledger. You can read more at the following links:
- [Automated Market Makers](/docs/concepts/tokens/decentralized-exchange/automated-market-makers)
- [Use the AMM Auction Slot for Lower Fees](/docs/tutorials/javascript/trade-on-ledger/use-amm-auction-slot-for-lower-fees)
- [Automated Market Makers](../../concepts/tokens/decentralized-exchange/automated-market-makers.md)
- [Use the AMM Auction Slot for Lower Fees](../../tutorials/javascript/trade-on-ledger/use-amm-auction-slot-for-lower-fees.md)
- [XLS-30 Specification](https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-0030-automated-market-maker#readme)
## Further Reading