\ No newline at end of file
diff --git a/blog/2024/lower-reserves-are-in-effect.md b/blog/2024/lower-reserves-are-in-effect.md
new file mode 100644
index 0000000000..122f7725ae
--- /dev/null
+++ b/blog/2024/lower-reserves-are-in-effect.md
@@ -0,0 +1,37 @@
+---
+category: 2024
+markdown:
+ editPage:
+ hide: true
+date: 2024-12-12
+labels:
+ - Advisories
+---
+# Lower Reserves Are In Effect
+
+On 2024-12-02, the reserve requirements for using the XRP Ledger blockchain changed by the collective voting of the validators. The new requirements are **1 XRP** base reserve per account (down from 10 XRP), and **0.2 XRP** owner reserve increment per item (down from 2 XRP).
+
+The base cost of sending a transaction (10 drops) remains unchanged.
+
+## Background
+
+The XRP Ledger has [reserves](../../docs/concepts/accounts/reserves.md) and a [transaction cost](../../docs/concepts/transactions/transaction-cost.md) to protect the network from spam. The protocol includes a [fee voting](../../docs/concepts/consensus-protocol/fee-voting.md) process for changing both the reserves and transaction cost, to adjust for external factors like the price of XRP and the costs of operating a network node.
+
+Validators in the decentralized network can configure their fee voting preferences. They need to balance competing priorities of having lower fees to reduce the barrier to entry, but higher fees to protect against overly frivolous or disruptive usage. The network collectively decides on fees based on the votes of trusted validators, with each node advocating for the median of votes from validators it trusts.
+
+The last time fees changed was [in 2021, when reserves dropped from 20 base and 5 per item to 10 base and 2 per item](../2021/reserves-lowered.md).
+
+## Action Recommended
+
+### FeeSettings Format
+
+Due to the [XRPFees amendment](../../resources/known-amendments.md#xrpfees), the format of the `FeeSettings` ledger entry changed when the new reserve settings went into effect. If you have code that reads the `FeeSettings` ledger entry directly, make sure your code is capable of reading the new format.
+
+Code that uses the `fee`, `server_info`, or `server_state` API methods should continue to work as before.
+
+### Fee Volatility
+
+Currently, votes among recommended validators on Mainnet are divided among a few different preferred settings for reserves and the transaction cost. While the numbers are close to 50% one way or another, a validator temporarily going offline could cause the median vote to move, causing the fee settings to change again temporarily; validators changing their votes could also cause further fee movements in the near future. To be prepared for any future possible movements in both the reserve requirements and transaction cost, you should:
+
+- Instead of hard-coding reserve requirements or transaction costs, look up the necessary settings using the [`fee` API method](../../docs/references/http-websocket-apis/public-api-methods/server-info-methods/fee.md).
+- Consider holding more XRP than the minimum, so that your account still meets the requirements if reserves go back up.
diff --git a/blog/sidebars.yaml b/blog/sidebars.yaml
index 6dda3f8c01..43abc1d969 100644
--- a/blog/sidebars.yaml
+++ b/blog/sidebars.yaml
@@ -6,7 +6,8 @@
- group: '2024'
expanded: false
items:
- - page: 2024/a-new-era-for-the-xrp-ledger.md
+ - page: 2024/lower-reserves-are-in-effect.md
+ - page: 2024/a-new-era-for-the-xrp-ledger.md
- page: 2024/rippled-2.3.0.md
- page: 2024/rippled-2.2.3.md
- page: 2024/rippled-2.2.2.md
diff --git a/docs/_snippets/common-links.md b/docs/_snippets/common-links.md
index 3f5025ed56..a943452204 100644
--- a/docs/_snippets/common-links.md
+++ b/docs/_snippets/common-links.md
@@ -1,257 +1,190 @@
[AMM amendment]: /resources/known-amendments.md#amm
[AMM entry]: /docs/references/protocol/ledger-data/ledger-entry-types/amm.md
[AMM object]: /docs/references/protocol/ledger-data/ledger-entry-types/amm.md
-[AMM エントリ]: /docs/references/protocol/ledger-data/ledger-entry-types/amm.md
-[AMM オブジェクト]: /docs/references/protocol/ledger-data/ledger-entry-types/amm.md
+[AMMエントリ]: /docs/references/protocol/ledger-data/ledger-entry-types/amm.md
+[AMMオブジェクト]: /docs/references/protocol/ledger-data/ledger-entry-types/amm.md
[AMMBid transaction]: /docs/references/protocol/transactions/types/ammbid.md
[AMMBid transactions]: /docs/references/protocol/transactions/types/ammbid.md
-[AMMBid トランザクション]: /docs/references/protocol/transactions/types/ammbid.md
[AMMBid]: /docs/references/protocol/transactions/types/ammbid.md
[AMMBidトランザクション]: /docs/references/protocol/transactions/types/ammbid.md
[AMMCreate transaction]: /docs/references/protocol/transactions/types/ammcreate.md
[AMMCreate transactions]: /docs/references/protocol/transactions/types/ammcreate.md
-[AMMCreate トランザクション]: /docs/references/protocol/transactions/types/ammcreate.md
[AMMCreate]: /docs/references/protocol/transactions/types/ammcreate.md
[AMMCreateトランザクション]: /docs/references/protocol/transactions/types/ammcreate.md
[AMMDelete transaction]: /docs/references/protocol/transactions/types/ammdelete.md
[AMMDelete transactions]: /docs/references/protocol/transactions/types/ammdelete.md
-[AMMDelete トランザクション]: /docs/references/protocol/transactions/types/ammdelete.md
[AMMDelete]: /docs/references/protocol/transactions/types/ammdelete.md
[AMMDeleteトランザクション]: /docs/references/protocol/transactions/types/ammdelete.md
[AMMDeposit transaction]: /docs/references/protocol/transactions/types/ammdeposit.md
[AMMDeposit transactions]: /docs/references/protocol/transactions/types/ammdeposit.md
-[AMMDeposit トランザクション]: /docs/references/protocol/transactions/types/ammdeposit.md
[AMMDeposit]: /docs/references/protocol/transactions/types/ammdeposit.md
[AMMDepositトランザクション]: /docs/references/protocol/transactions/types/ammdeposit.md
[AMMVote transaction]: /docs/references/protocol/transactions/types/ammvote.md
[AMMVote transactions]: /docs/references/protocol/transactions/types/ammvote.md
-[AMMVote トランザクション]: /docs/references/protocol/transactions/types/ammvote.md
[AMMVote]: /docs/references/protocol/transactions/types/ammvote.md
[AMMVoteトランザクション]: /docs/references/protocol/transactions/types/ammvote.md
[AMMWithdraw transaction]: /docs/references/protocol/transactions/types/ammwithdraw.md
[AMMWithdraw transactions]: /docs/references/protocol/transactions/types/ammwithdraw.md
-[AMMWithdraw トランザクション]: /docs/references/protocol/transactions/types/ammwithdraw.md
[AMMWithdraw]: /docs/references/protocol/transactions/types/ammwithdraw.md
[AMMWithdrawトランザクション]: /docs/references/protocol/transactions/types/ammwithdraw.md
-[AMMの修正]: /resources/known-amendments.md#amm
-[AMMエントリ]: /docs/references/protocol/ledger-data/ledger-entry-types/amm.md
-[AMMオブジェクト]: /docs/references/protocol/ledger-data/ledger-entry-types/amm.md
[API v1]: /docs/references/http-websocket-apis/api-conventions/request-formatting.md#api-versioning
[API v2]: /docs/references/http-websocket-apis/api-conventions/request-formatting.md#api-versioning
[AccountDelete transaction]: /docs/references/protocol/transactions/types/accountdelete.md
[AccountDelete transactions]: /docs/references/protocol/transactions/types/accountdelete.md
-[AccountDelete トランザクション]: /docs/references/protocol/transactions/types/accountdelete.md
[AccountDelete]: /docs/references/protocol/transactions/types/accountdelete.md
[AccountDeleteトランザクション]: /docs/references/protocol/transactions/types/accountdelete.md
[AccountRoot entry]: /docs/references/protocol/ledger-data/ledger-entry-types/accountroot.md
[AccountRoot object]: /docs/references/protocol/ledger-data/ledger-entry-types/accountroot.md
-[AccountRoot エントリ]: /docs/references/protocol/ledger-data/ledger-entry-types/accountroot.md
-[AccountRoot オブジェクト]: /docs/references/protocol/ledger-data/ledger-entry-types/accountroot.md
[AccountRootエントリ]: /docs/references/protocol/ledger-data/ledger-entry-types/accountroot.md
[AccountRootオブジェクト]: /docs/references/protocol/ledger-data/ledger-entry-types/accountroot.md
[AccountSet transaction]: /docs/references/protocol/transactions/types/accountset.md
[AccountSet transactions]: /docs/references/protocol/transactions/types/accountset.md
-[AccountSet トランザクション]: /docs/references/protocol/transactions/types/accountset.md
[AccountSet]: /docs/references/protocol/transactions/types/accountset.md
[AccountSetトランザクション]: /docs/references/protocol/transactions/types/accountset.md
[Address]: /docs/references/protocol/data-types/basic-data-types.md#addresses
[Amendments entry]: /docs/concepts/networks-and-servers/amendments.md
[Amendments object]: /docs/concepts/networks-and-servers/amendments.md
-[Amendments エントリ]: /docs/concepts/networks-and-servers/amendments.md
-[Amendments オブジェクト]: /docs/concepts/networks-and-servers/amendments.md
[Amendmentsエントリ]: /docs/concepts/networks-and-servers/amendments.md
[Amendmentsオブジェクト]: /docs/concepts/networks-and-servers/amendments.md
[Check entry]: /docs/references/protocol/ledger-data/ledger-entry-types/check.md
[Check object]: /docs/references/protocol/ledger-data/ledger-entry-types/check.md
-[Check エントリ]: /docs/references/protocol/ledger-data/ledger-entry-types/check.md
-[Check オブジェクト]: /docs/references/protocol/ledger-data/ledger-entry-types/check.md
+[Checkエントリ]: /docs/references/protocol/ledger-data/ledger-entry-types/check.md
+[Checkオブジェクト]: /docs/references/protocol/ledger-data/ledger-entry-types/check.md
[CheckCancel transaction]: /docs/references/protocol/transactions/types/checkcancel.md
[CheckCancel transactions]: /docs/references/protocol/transactions/types/checkcancel.md
-[CheckCancel トランザクション]: /docs/references/protocol/transactions/types/checkcancel.md
[CheckCancel]: /docs/references/protocol/transactions/types/checkcancel.md
[CheckCancelトランザクション]: /docs/references/protocol/transactions/types/checkcancel.md
[CheckCash transaction]: /docs/references/protocol/transactions/types/checkcash.md
[CheckCash transactions]: /docs/references/protocol/transactions/types/checkcash.md
-[CheckCash トランザクション]: /docs/references/protocol/transactions/types/checkcash.md
[CheckCashMakesTrustLine amendment]: /resources/known-amendments.md#checkcashmakestrustline
-[CheckCashMakesTrustLineの修正]: /resources/known-amendments.md#checkcashmakestrustline
[CheckCash]: /docs/references/protocol/transactions/types/checkcash.md
[CheckCashトランザクション]: /docs/references/protocol/transactions/types/checkcash.md
[CheckCreate transaction]: /docs/references/protocol/transactions/types/checkcreate.md
[CheckCreate transactions]: /docs/references/protocol/transactions/types/checkcreate.md
-[CheckCreate トランザクション]: /docs/references/protocol/transactions/types/checkcreate.md
[CheckCreate]: /docs/references/protocol/transactions/types/checkcreate.md
[CheckCreateトランザクション]: /docs/references/protocol/transactions/types/checkcreate.md
[Checks amendment]: /resources/known-amendments.md#checks
-[Checksの修正]: /resources/known-amendments.md#checks
-[Checkエントリ]: /docs/references/protocol/ledger-data/ledger-entry-types/check.md
-[Checkオブジェクト]: /docs/references/protocol/ledger-data/ledger-entry-types/check.md
[Clawback amendment]: /resources/known-amendments.md#clawback
-[Clawbackの修正]: /resources/known-amendments.md#clawback
[Crypto-Conditions Specification]: https://tools.ietf.org/html/draft-thomas-crypto-conditions-04
[CryptoConditions amendment]: /resources/known-amendments.md#cryptoconditions
[CryptoConditionsSuite amendment]: /resources/known-amendments.md#cryptoconditionssuite
-[CryptoConditionsSuiteの修正]: /resources/known-amendments.md#cryptoconditionssuite
-[CryptoConditionsの修正]: /resources/known-amendments.md#cryptoconditions
[Currency Amount]: /docs/references/protocol/data-types/basic-data-types.md#specifying-currency-amounts
[Currency Code]: /docs/references/protocol/data-types/currency-formats.md#currency-codes
[DID amendment]: /resources/known-amendments.md#did
[DID entry]: /docs/references/protocol/ledger-data/ledger-entry-types/did.md
[DIDエントリ]: /docs/references/protocol/ledger-data/ledger-entry-types/did.md
-[DIDの修正]: /resources/known-amendments.md#did
[DeletableAccounts amendment]: /resources/known-amendments.md#deletableaccounts
-[DeletableAccountsの修正]: /resources/known-amendments.md#deletableaccounts
[DepositAuth amendment]: /resources/known-amendments.md#depositauth
-[DepositAuthの修正]: /resources/known-amendments.md#depositauth
[DepositPreauth amendment]: /resources/known-amendments.md#depositpreauth
[DepositPreauth entry]: /docs/references/protocol/transactions/types/depositpreauth.md
[DepositPreauth object]: /docs/references/protocol/transactions/types/depositpreauth.md
-[DepositPreauth transaction]: /docs/references/protocol/transactions/types/depositpreauth.md
-[DepositPreauth transactions]: /docs/references/protocol/transactions/types/depositpreauth.md
-[DepositPreauth エントリ]: /docs/references/protocol/transactions/types/depositpreauth.md
-[DepositPreauth オブジェクト]: /docs/references/protocol/transactions/types/depositpreauth.md
-[DepositPreauth トランザクション]: /docs/references/protocol/transactions/types/depositpreauth.md
-[DepositPreauth]: /docs/references/protocol/transactions/types/depositpreauth.md
-[DepositPreauthの修正]: /resources/known-amendments.md#depositpreauth
[DepositPreauthエントリ]: /docs/references/protocol/transactions/types/depositpreauth.md
[DepositPreauthオブジェクト]: /docs/references/protocol/transactions/types/depositpreauth.md
+[DepositPreauth transaction]: /docs/references/protocol/transactions/types/depositpreauth.md
+[DepositPreauth transactions]: /docs/references/protocol/transactions/types/depositpreauth.md
+[DepositPreauth]: /docs/references/protocol/transactions/types/depositpreauth.md
[DepositPreauthトランザクション]: /docs/references/protocol/transactions/types/depositpreauth.md
+[DIDSet transaction]: /docs/references/protocol/transactions/types/didset.md
+[DIDSet transactions]: /docs/references/protocol/transactions/types/didset.md
+[DIDSet]: /docs/references/protocol/transactions/types/didset.md
+[DIDSetトランザクション]: /docs/references/protocol/transactions/types/didset.md
[DirectoryNode entry]: /docs/references/protocol/ledger-data/ledger-entry-types/directorynode.md
[DirectoryNode object]: /docs/references/protocol/ledger-data/ledger-entry-types/directorynode.md
-[DirectoryNode エントリ]: /docs/references/protocol/ledger-data/ledger-entry-types/directorynode.md
-[DirectoryNode オブジェクト]: /docs/references/protocol/ledger-data/ledger-entry-types/directorynode.md
[DirectoryNodeエントリ]: /docs/references/protocol/ledger-data/ledger-entry-types/directorynode.md
[DirectoryNodeオブジェクト]: /docs/references/protocol/ledger-data/ledger-entry-types/directorynode.md
[DisallowIncoming amendment]: /resources/known-amendments.md#disallowincoming
-[DisallowIncomingの修正]: /resources/known-amendments.md#disallowincoming
[EnableAmendment pseudo-transaction]: /docs/references/protocol/transactions/pseudo-transaction-types/enableamendment.md
[EnableAmendment pseudo-transactions]: /docs/references/protocol/transactions/pseudo-transaction-types/enableamendment.md
[EnableAmendment]: /docs/references/protocol/transactions/pseudo-transaction-types/enableamendment.md
[EnableAmendment疑似トランザクション]: /docs/references/protocol/transactions/pseudo-transaction-types/enableamendment.md
[EnforceInvariants amendment]: /resources/known-amendments.md#enforceinvariants
-[EnforceInvariantsの修正]: /resources/known-amendments.md#enforceinvariants
[Escrow amendment]: /resources/known-amendments.md#escrow
[Escrow entry]: /docs/concepts/payment-types/escrow.md
[Escrow object]: /docs/concepts/payment-types/escrow.md
-[Escrow エントリ]: /docs/concepts/payment-types/escrow.md
-[Escrow オブジェクト]: /docs/concepts/payment-types/escrow.md
+[Escrowエントリ]: /docs/concepts/payment-types/escrow.md
+[Escrowオブジェクト]: /docs/concepts/payment-types/escrow.md
[EscrowCancel transaction]: /docs/references/protocol/transactions/types/escrowcancel.md
[EscrowCancel transactions]: /docs/references/protocol/transactions/types/escrowcancel.md
-[EscrowCancel トランザクション]: /docs/references/protocol/transactions/types/escrowcancel.md
[EscrowCancel]: /docs/references/protocol/transactions/types/escrowcancel.md
[EscrowCancelトランザクション]: /docs/references/protocol/transactions/types/escrowcancel.md
[EscrowCreate transaction]: /docs/references/protocol/transactions/types/escrowcreate.md
[EscrowCreate transactions]: /docs/references/protocol/transactions/types/escrowcreate.md
-[EscrowCreate トランザクション]: /docs/references/protocol/transactions/types/escrowcreate.md
[EscrowCreate]: /docs/references/protocol/transactions/types/escrowcreate.md
[EscrowCreateトランザクション]: /docs/references/protocol/transactions/types/escrowcreate.md
[EscrowFinish transaction]: /docs/references/protocol/transactions/types/escrowfinish.md
[EscrowFinish transactions]: /docs/references/protocol/transactions/types/escrowfinish.md
-[EscrowFinish トランザクション]: /docs/references/protocol/transactions/types/escrowfinish.md
[EscrowFinish]: /docs/references/protocol/transactions/types/escrowfinish.md
[EscrowFinishトランザクション]: /docs/references/protocol/transactions/types/escrowfinish.md
-[Escrowの修正]: /resources/known-amendments.md#escrow
-[Escrowエントリ]: /docs/concepts/payment-types/escrow.md
-[Escrowオブジェクト]: /docs/concepts/payment-types/escrow.md
[ExpandedSignerList amendment]: /resources/known-amendments.md#expandedsignerlist
-[ExpandedSignerListの修正]: /resources/known-amendments.md#expandedsignerlist
[FeeEscalation amendment]: /resources/known-amendments.md#feeescalation
-[FeeEscalationの修正]: /resources/known-amendments.md#feeescalation
[FeeSettings entry]: /docs/references/protocol/ledger-data/ledger-entry-types/feesettings.md
[FeeSettings object]: /docs/references/protocol/ledger-data/ledger-entry-types/feesettings.md
-[FeeSettings エントリ]: /docs/references/protocol/ledger-data/ledger-entry-types/feesettings.md
-[FeeSettings オブジェクト]: /docs/references/protocol/ledger-data/ledger-entry-types/feesettings.md
[FeeSettingsエントリ]: /docs/references/protocol/ledger-data/ledger-entry-types/feesettings.md
[FeeSettingsオブジェクト]: /docs/references/protocol/ledger-data/ledger-entry-types/feesettings.md
[Flow amendment]: /resources/known-amendments.md#flow
[FlowCross amendment]: /resources/known-amendments.md#flowcross
-[FlowCrossの修正]: /resources/known-amendments.md#flowcross
[FlowV2 amendment]: /resources/known-amendments.md#flowv2
-[FlowV2の修正]: /resources/known-amendments.md#flowv2
-[Flowの修正]: /resources/known-amendments.md#flow
[Hash]: /docs/references/protocol/data-types/basic-data-types.md#hashes
[ImmediateOfferKilled amendment]: /resources/known-amendments.md#immediateofferkilled
-[ImmediateOfferKilledの修正]: /resources/known-amendments.md#immediateofferkilled
[Interledger Protocol]: https://interledger.org/
[Internal Type]: /docs/references/protocol/binary-format.md
[Ledger Index]: /docs/references/protocol/data-types/basic-data-types.md#ledger-index
[LedgerHashes entry]: /docs/references/protocol/ledger-data/ledger-entry-types/ledgerhashes.md
[LedgerHashes object]: /docs/references/protocol/ledger-data/ledger-entry-types/ledgerhashes.md
-[LedgerHashes エントリ]: /docs/references/protocol/ledger-data/ledger-entry-types/ledgerhashes.md
-[LedgerHashes オブジェクト]: /docs/references/protocol/ledger-data/ledger-entry-types/ledgerhashes.md
[LedgerHashesエントリ]: /docs/references/protocol/ledger-data/ledger-entry-types/ledgerhashes.md
[LedgerHashesオブジェクト]: /docs/references/protocol/ledger-data/ledger-entry-types/ledgerhashes.md
[Marker]: /docs/references/http-websocket-apis/api-conventions/markers-and-pagination.md
+[MPToken amendment]: /resources/known-amendments.md#mptokensv1
[MultiSign amendment]: /resources/known-amendments.md#multisign
[MultiSignReserve amendment]: /resources/known-amendments.md#multisignreserve
-[MultiSignReserveの修正]: /resources/known-amendments.md#multisignreserve
-[MultiSignの修正]: /resources/known-amendments.md#multisign
[NFTokenAcceptOffer transaction]: /docs/references/protocol/transactions/types/nftokenacceptoffer.md
[NFTokenAcceptOffer transactions]: /docs/references/protocol/transactions/types/nftokenacceptoffer.md
-[NFTokenAcceptOffer トランザクション]: /docs/references/protocol/transactions/types/nftokenacceptoffer.md
[NFTokenAcceptOffer]: /docs/references/protocol/transactions/types/nftokenacceptoffer.md
[NFTokenAcceptOfferトランザクション]: /docs/references/protocol/transactions/types/nftokenacceptoffer.md
[NFTokenBurn transaction]: /docs/references/protocol/transactions/types/nftokenburn.md
[NFTokenBurn transactions]: /docs/references/protocol/transactions/types/nftokenburn.md
-[NFTokenBurn トランザクション]: /docs/references/protocol/transactions/types/nftokenburn.md
[NFTokenBurn]: /docs/references/protocol/transactions/types/nftokenburn.md
[NFTokenBurnトランザクション]: /docs/references/protocol/transactions/types/nftokenburn.md
[NFTokenCancelOffer transaction]: /docs/references/protocol/transactions/types/nftokencanceloffer.md
[NFTokenCancelOffer transactions]: /docs/references/protocol/transactions/types/nftokencanceloffer.md
-[NFTokenCancelOffer トランザクション]: /docs/references/protocol/transactions/types/nftokencanceloffer.md
[NFTokenCancelOffer]: /docs/references/protocol/transactions/types/nftokencanceloffer.md
[NFTokenCancelOfferトランザクション]: /docs/references/protocol/transactions/types/nftokencanceloffer.md
[NFTokenCreateOffer transaction]: /docs/references/protocol/transactions/types/nftokencreateoffer.md
[NFTokenCreateOffer transactions]: /docs/references/protocol/transactions/types/nftokencreateoffer.md
-[NFTokenCreateOffer トランザクション]: /docs/references/protocol/transactions/types/nftokencreateoffer.md
[NFTokenCreateOffer]: /docs/references/protocol/transactions/types/nftokencreateoffer.md
[NFTokenCreateOfferトランザクション]: /docs/references/protocol/transactions/types/nftokencreateoffer.md
[NFTokenMint transaction]: /docs/references/protocol/transactions/types/nftokenmint.md
[NFTokenMint transactions]: /docs/references/protocol/transactions/types/nftokenmint.md
-[NFTokenMint トランザクション]: /docs/references/protocol/transactions/types/nftokenmint.md
[NFTokenMint]: /docs/references/protocol/transactions/types/nftokenmint.md
[NFTokenMintトランザクション]: /docs/references/protocol/transactions/types/nftokenmint.md
[NFTokenOffer entry]: /docs/references/protocol/ledger-data/ledger-entry-types/nftokenoffer.md
[NFTokenOffer object]: /docs/references/protocol/ledger-data/ledger-entry-types/nftokenoffer.md
-[NFTokenOffer エントリ]: /docs/references/protocol/ledger-data/ledger-entry-types/nftokenoffer.md
-[NFTokenOffer オブジェクト]: /docs/references/protocol/ledger-data/ledger-entry-types/nftokenoffer.md
[NFTokenOfferエントリ]: /docs/references/protocol/ledger-data/ledger-entry-types/nftokenoffer.md
[NFTokenOfferオブジェクト]: /docs/references/protocol/ledger-data/ledger-entry-types/nftokenoffer.md
[NFTokenPage entry]: /docs/references/protocol/ledger-data/ledger-entry-types/nftokenpage.md
[NFTokenPage object]: /docs/references/protocol/ledger-data/ledger-entry-types/nftokenpage.md
-[NFTokenPage エントリ]: /docs/references/protocol/ledger-data/ledger-entry-types/nftokenpage.md
-[NFTokenPage オブジェクト]: /docs/references/protocol/ledger-data/ledger-entry-types/nftokenpage.md
[NFTokenPageエントリ]: /docs/references/protocol/ledger-data/ledger-entry-types/nftokenpage.md
[NFTokenPageオブジェクト]: /docs/references/protocol/ledger-data/ledger-entry-types/nftokenpage.md
[NFToken]: /docs/references/protocol/data-types/nftoken.md
[NegativeUNL amendment]: /resources/known-amendments.md#negativeunl
[NegativeUNL entry]: /docs/references/protocol/ledger-data/ledger-entry-types/negativeunl.md
[NegativeUNL object]: /docs/references/protocol/ledger-data/ledger-entry-types/negativeunl.md
-[NegativeUNL エントリ]: /docs/references/protocol/ledger-data/ledger-entry-types/negativeunl.md
-[NegativeUNL オブジェクト]: /docs/references/protocol/ledger-data/ledger-entry-types/negativeunl.md
-[NegativeUNLの修正]: /resources/known-amendments.md#negativeunl
[NegativeUNLエントリ]: /docs/references/protocol/ledger-data/ledger-entry-types/negativeunl.md
[NegativeUNLオブジェクト]: /docs/references/protocol/ledger-data/ledger-entry-types/negativeunl.md
[NonFungibleTokensV1 amendment]: /resources/known-amendments.md#nonfungibletokensv1
[NonFungibleTokensV1_1 amendment]: /resources/known-amendments.md#nonfungibletokensv1_1
-[NonFungibleTokensV1_1の修正]: /resources/known-amendments.md#nonfungibletokensv1_1
-[NonFungibleTokensV1の修正]: /resources/known-amendments.md#nonfungibletokensv1
[Offer entry]: /docs/references/protocol/ledger-data/ledger-entry-types/offer.md
[Offer object]: /docs/references/protocol/ledger-data/ledger-entry-types/offer.md
-[Offer エントリ]: /docs/references/protocol/ledger-data/ledger-entry-types/offer.md
-[Offer オブジェクト]: /docs/references/protocol/ledger-data/ledger-entry-types/offer.md
+[Offerエントリ]: /docs/references/protocol/ledger-data/ledger-entry-types/offer.md
+[Offerオブジェクト]: /docs/references/protocol/ledger-data/ledger-entry-types/offer.md
[OfferCancel transaction]: /docs/references/protocol/transactions/types/offercancel.md
[OfferCancel transactions]: /docs/references/protocol/transactions/types/offercancel.md
-[OfferCancel トランザクション]: /docs/references/protocol/transactions/types/offercancel.md
[OfferCancel]: /docs/references/protocol/transactions/types/offercancel.md
[OfferCancelトランザクション]: /docs/references/protocol/transactions/types/offercancel.md
[OfferCreate transaction]: /docs/references/protocol/transactions/types/offercreate.md
[OfferCreate transactions]: /docs/references/protocol/transactions/types/offercreate.md
-[OfferCreate トランザクション]: /docs/references/protocol/transactions/types/offercreate.md
[OfferCreate]: /docs/references/protocol/transactions/types/offercreate.md
[OfferCreateトランザクション]: /docs/references/protocol/transactions/types/offercreate.md
-[Offerエントリ]: /docs/references/protocol/ledger-data/ledger-entry-types/offer.md
-[Offerオブジェクト]: /docs/references/protocol/ledger-data/ledger-entry-types/offer.md
[OracleDelete transaction]: /docs/references/protocol/transactions/types/oracledelete.md
[OracleDeleteトランザクション]: /docs/references/protocol/transactions/types/oracledelete.md
[OracleDelete transactions]: /docs/references/protocol/transactions/types/oracledelete.md
@@ -265,31 +198,23 @@
[OracleSet transactions]: /docs/references/protocol/transactions/types/oracleset.md
[OracleSetトランザクション]: /docs/references/protocol/transactions/types/oracleset.md
[OwnerPaysFee amendment]: /resources/known-amendments.md#ownerpaysfee
-[OwnerPaysFeeの修正]: /resources/known-amendments.md#ownerpaysfee
[PayChan amendment]: /resources/known-amendments.md#paychan
[PayChannel entry]: /docs/references/protocol/ledger-data/ledger-entry-types/paychannel.md
[PayChannel object]: /docs/references/protocol/ledger-data/ledger-entry-types/paychannel.md
-[PayChannel エントリ]: /docs/references/protocol/ledger-data/ledger-entry-types/paychannel.md
-[PayChannel オブジェクト]: /docs/references/protocol/ledger-data/ledger-entry-types/paychannel.md
[PayChannelエントリ]: /docs/references/protocol/ledger-data/ledger-entry-types/paychannel.md
[PayChannelオブジェクト]: /docs/references/protocol/ledger-data/ledger-entry-types/paychannel.md
-[PayChanの修正]: /resources/known-amendments.md#paychan
[Payment transaction]: /docs/references/protocol/transactions/types/payment.md
[Payment transactions]: /docs/references/protocol/transactions/types/payment.md
-[Payment トランザクション]: /docs/references/protocol/transactions/types/payment.md
[PaymentChannelClaim transaction]: /docs/references/protocol/transactions/types/paymentchannelclaim.md
[PaymentChannelClaim transactions]: /docs/references/protocol/transactions/types/paymentchannelclaim.md
-[PaymentChannelClaim トランザクション]: /docs/references/protocol/transactions/types/paymentchannelclaim.md
[PaymentChannelClaim]: /docs/references/protocol/transactions/types/paymentchannelclaim.md
[PaymentChannelClaimトランザクション]: /docs/references/protocol/transactions/types/paymentchannelclaim.md
[PaymentChannelCreate transaction]: /docs/references/protocol/transactions/types/paymentchannelcreate.md
[PaymentChannelCreate transactions]: /docs/references/protocol/transactions/types/paymentchannelcreate.md
-[PaymentChannelCreate トランザクション]: /docs/references/protocol/transactions/types/paymentchannelcreate.md
[PaymentChannelCreate]: /docs/references/protocol/transactions/types/paymentchannelcreate.md
[PaymentChannelCreateトランザクション]: /docs/references/protocol/transactions/types/paymentchannelcreate.md
[PaymentChannelFund transaction]: /docs/references/protocol/transactions/types/paymentchannelfund.md
[PaymentChannelFund transactions]: /docs/references/protocol/transactions/types/paymentchannelfund.md
-[PaymentChannelFund トランザクション]: /docs/references/protocol/transactions/types/paymentchannelfund.md
[PaymentChannelFund]: /docs/references/protocol/transactions/types/paymentchannelfund.md
[PaymentChannelFundトランザクション]: /docs/references/protocol/transactions/types/paymentchannelfund.md
[Payment]: /docs/references/protocol/transactions/types/payment.md
@@ -299,18 +224,14 @@
[RFC-1751]: https://tools.ietf.org/html/rfc1751
[Reporting Mode]: /docs/concepts/networks-and-servers/rippled-server-modes.md#reporting-mode
[RequireFullyCanonicalSig amendment]: /resources/known-amendments.md#requirefullycanonicalsig
-[RequireFullyCanonicalSigの修正]: /resources/known-amendments.md#requirefullycanonicalsig
[RippleState entry]: /docs/references/protocol/ledger-data/ledger-entry-types/ripplestate.md
[RippleState object]: /docs/references/protocol/ledger-data/ledger-entry-types/ripplestate.md
-[RippleState エントリ]: /docs/references/protocol/ledger-data/ledger-entry-types/ripplestate.md
-[RippleState オブジェクト]: /docs/references/protocol/ledger-data/ledger-entry-types/ripplestate.md
[RippleStateエントリ]: /docs/references/protocol/ledger-data/ledger-entry-types/ripplestate.md
[RippleStateオブジェクト]: /docs/references/protocol/ledger-data/ledger-entry-types/ripplestate.md
[Rippleエポック以降の経過秒数]: /docs/references/protocol/data-types/basic-data-types.md#時間の指定
[SHA-512Half]: /docs/references/protocol/data-types/basic-data-types.md#hashes
[SHA-512ハーフ]: /docs/references/protocol/data-types/basic-data-types.md#ハッシュ
[SHAMapV2 amendment]: /resources/known-amendments.md#shamapv2
-[SHAMapV2の修正]: /resources/known-amendments.md#shamapv2
[Sequence Number]: /docs/references/protocol/data-types/basic-data-types.md#account-sequence
[SetFee pseudo-transaction]: /docs/references/protocol/transactions/pseudo-transaction-types/setfee.md
[SetFee pseudo-transactions]: /docs/references/protocol/transactions/pseudo-transaction-types/setfee.md
@@ -318,397 +239,304 @@
[SetFee疑似トランザクション]: /docs/references/protocol/transactions/pseudo-transaction-types/setfee.md
[SetRegularKey transaction]: /docs/references/protocol/transactions/types/setregularkey.md
[SetRegularKey transactions]: /docs/references/protocol/transactions/types/setregularkey.md
-[SetRegularKey トランザクション]: /docs/references/protocol/transactions/types/setregularkey.md
[SetRegularKey]: /docs/references/protocol/transactions/types/setregularkey.md
[SetRegularKeyトランザクション]: /docs/references/protocol/transactions/types/setregularkey.md
[SignerList entry]: /docs/references/protocol/ledger-data/ledger-entry-types/signerlist.md
[SignerList object]: /docs/references/protocol/ledger-data/ledger-entry-types/signerlist.md
-[SignerList エントリ]: /docs/references/protocol/ledger-data/ledger-entry-types/signerlist.md
-[SignerList オブジェクト]: /docs/references/protocol/ledger-data/ledger-entry-types/signerlist.md
-[SignerListSet transaction]: /docs/references/protocol/transactions/types/signerlistset.md
-[SignerListSet transactions]: /docs/references/protocol/transactions/types/signerlistset.md
-[SignerListSet トランザクション]: /docs/references/protocol/transactions/types/signerlistset.md
-[SignerListSet]: /docs/references/protocol/transactions/types/signerlistset.md
-[SignerListSetトランザクション]: /docs/references/protocol/transactions/types/signerlistset.md
[SignerListエントリ]: /docs/references/protocol/ledger-data/ledger-entry-types/signerlist.md
[SignerListオブジェクト]: /docs/references/protocol/ledger-data/ledger-entry-types/signerlist.md
+[SignerListSet transaction]: /docs/references/protocol/transactions/types/signerlistset.md
+[SignerListSet transactions]: /docs/references/protocol/transactions/types/signerlistset.md
+[SignerListSet]: /docs/references/protocol/transactions/types/signerlistset.md
+[SignerListSetトランザクション]: /docs/references/protocol/transactions/types/signerlistset.md
[SortedDirectories amendment]: /resources/known-amendments.md#sorteddirectories
-[SortedDirectoriesの修正]: /resources/known-amendments.md#sorteddirectories
[Specifying Currency Amounts]: /docs/references/protocol/data-types/basic-data-types.md#specifying-currency-amounts
[Specifying Ledgers]: /docs/references/protocol/data-types/basic-data-types.md#specifying-ledgers
[Specifying Time]: /docs/references/protocol/data-types/basic-data-types.md#specifying-time
[SusPay amendment]: /resources/known-amendments.md#suspay
-[SusPayの修正]: /resources/known-amendments.md#suspay
[TickSize amendment]: /resources/known-amendments.md#ticksize
-[TickSizeの修正]: /resources/known-amendments.md#ticksize
[Ticket entry]: /docs/references/protocol/ledger-data/ledger-entry-types/ticket.md
[Ticket object]: /docs/references/protocol/ledger-data/ledger-entry-types/ticket.md
-[Ticket エントリ]: /docs/references/protocol/ledger-data/ledger-entry-types/ticket.md
-[Ticket オブジェクト]: /docs/references/protocol/ledger-data/ledger-entry-types/ticket.md
+[Ticketエントリ]: /docs/references/protocol/ledger-data/ledger-entry-types/ticket.md
+[Ticketオブジェクト]: /docs/references/protocol/ledger-data/ledger-entry-types/ticket.md
[TicketBatch amendment]: /resources/known-amendments.md#ticketbatch
-[TicketBatchの修正]: /resources/known-amendments.md#ticketbatch
[TicketCreate transaction]: /docs/references/protocol/transactions/types/ticketcreate.md
[TicketCreate transactions]: /docs/references/protocol/transactions/types/ticketcreate.md
-[TicketCreate トランザクション]: /docs/references/protocol/transactions/types/ticketcreate.md
[TicketCreate]: /docs/references/protocol/transactions/types/ticketcreate.md
[TicketCreateトランザクション]: /docs/references/protocol/transactions/types/ticketcreate.md
[Tickets amendment]: /resources/known-amendments.md#tickets
-[Ticketsの修正]: /resources/known-amendments.md#tickets
-[Ticketエントリ]: /docs/references/protocol/ledger-data/ledger-entry-types/ticket.md
-[Ticketオブジェクト]: /docs/references/protocol/ledger-data/ledger-entry-types/ticket.md
[Transaction Cost]: /docs/concepts/transactions/transaction-cost.md
[TrustSet transaction]: /docs/references/protocol/transactions/types/trustset.md
[TrustSet transactions]: /docs/references/protocol/transactions/types/trustset.md
-[TrustSet トランザクション]: /docs/references/protocol/transactions/types/trustset.md
[TrustSetAuth amendment]: /resources/known-amendments.md#trustsetauth
-[TrustSetAuthの修正]: /resources/known-amendments.md#trustsetauth
[TrustSet]: /docs/references/protocol/transactions/types/trustset.md
[TrustSetトランザクション]: /docs/references/protocol/transactions/types/trustset.md
[UNLModify pseudo-transaction]: /docs/references/protocol/transactions/pseudo-transaction-types/unlmodify.md
[UNLModify pseudo-transactions]: /docs/references/protocol/transactions/pseudo-transaction-types/unlmodify.md
[UNLModify]: /docs/references/protocol/transactions/pseudo-transaction-types/unlmodify.md
[UNLModify疑似トランザクション]: /docs/references/protocol/transactions/pseudo-transaction-types/unlmodify.md
+[XChainAddAccountCreateAttestation transaction]: /docs/references/protocol/transactions/types/xchainaddaccountcreateattestation.md
+[XChainAddAccountCreateAttestation transactions]: /docs/references/protocol/transactions/types/xchainaddaccountcreateattestation.md
+[XChainAddAccountCreateAttestation]: /docs/references/protocol/transactions/types/xchainaddaccountcreateattestation.md
+[XChainAddAccountCreateAttestationトランザクション]: /docs/references/protocol/transactions/types/xchainaddaccountcreateattestation.md
[XChainBridge amendment]: /resources/known-amendments.md#xchainbridge
-[XChainBridgeの修正]: /resources/known-amendments.md#xchainbridge
+[XChainCreateBridge transaction]: /docs/references/protocol/transactions/types/xchaincreatebridge.md
+[XChainCreateBridge transactions]: /docs/references/protocol/transactions/types/xchaincreatebridge.md
+[XChainCreateBridge]: /docs/references/protocol/transactions/types/xchaincreatebridge.md
+[XChainCreateBridgeトランザクション]: /docs/references/protocol/transactions/types/xchaincreatebridge.md
+[XChainCreateClaimID transaction]: /docs/references/protocol/transactions/types/xchaincreateclaimid.md
+[XChainCreateClaimID transactions]: /docs/references/protocol/transactions/types/xchaincreateclaimid.md
+[XChainCreateClaimID]: /docs/references/protocol/transactions/types/xchaincreateclaimid.md
+[XChainCreateClaimIDトランザクション]: /docs/references/protocol/transactions/types/xchaincreateclaimid.md
[XRP, in drops]: /docs/references/protocol/data-types/basic-data-types.md#specifying-currency-amounts
[XRPFees amendment]: /resources/known-amendments.md#xrpfees
-[XRPFeesの修正]: /resources/known-amendments.md#xrpfees
[XRP、drop単位]: /docs/references/protocol/data-types/basic-data-types.md#通貨額の指定
[XRPのdrop数]: /docs/references/protocol/data-types/basic-data-types.md#通貨額の指定
[account_channels command]: /docs/references/http-websocket-apis/public-api-methods/account-methods/account_channels.md
[account_channels method]: /docs/references/http-websocket-apis/public-api-methods/account-methods/account_channels.md
-[account_channels メソッド]: /docs/references/http-websocket-apis/public-api-methods/account-methods/account_channels.md
[account_channelsメソッド]: /docs/references/http-websocket-apis/public-api-methods/account-methods/account_channels.md
[account_currencies command]: /docs/references/http-websocket-apis/public-api-methods/account-methods/account_currencies.md
[account_currencies method]: /docs/references/http-websocket-apis/public-api-methods/account-methods/account_currencies.md
-[account_currencies メソッド]: /docs/references/http-websocket-apis/public-api-methods/account-methods/account_currencies.md
[account_currenciesメソッド]: /docs/references/http-websocket-apis/public-api-methods/account-methods/account_currencies.md
[account_info command]: /docs/references/http-websocket-apis/public-api-methods/account-methods/account_info.md
[account_info method]: /docs/references/http-websocket-apis/public-api-methods/account-methods/account_info.md
-[account_info メソッド]: /docs/references/http-websocket-apis/public-api-methods/account-methods/account_info.md
[account_infoメソッド]: /docs/references/http-websocket-apis/public-api-methods/account-methods/account_info.md
[account_lines command]: /docs/references/http-websocket-apis/public-api-methods/account-methods/account_lines.md
[account_lines method]: /docs/references/http-websocket-apis/public-api-methods/account-methods/account_lines.md
-[account_lines メソッド]: /docs/references/http-websocket-apis/public-api-methods/account-methods/account_lines.md
[account_linesメソッド]: /docs/references/http-websocket-apis/public-api-methods/account-methods/account_lines.md
[account_nfts command]: /docs/references/http-websocket-apis/public-api-methods/account-methods/account_nfts.md
[account_nfts method]: /docs/references/http-websocket-apis/public-api-methods/account-methods/account_nfts.md
-[account_nfts メソッド]: /docs/references/http-websocket-apis/public-api-methods/account-methods/account_nfts.md
[account_nftsメソッド]: /docs/references/http-websocket-apis/public-api-methods/account-methods/account_nfts.md
[account_objects command]: /docs/references/http-websocket-apis/public-api-methods/account-methods/account_objects.md
[account_objects method]: /docs/references/http-websocket-apis/public-api-methods/account-methods/account_objects.md
-[account_objects メソッド]: /docs/references/http-websocket-apis/public-api-methods/account-methods/account_objects.md
[account_objectsメソッド]: /docs/references/http-websocket-apis/public-api-methods/account-methods/account_objects.md
[account_offers command]: /docs/references/http-websocket-apis/public-api-methods/account-methods/account_offers.md
[account_offers method]: /docs/references/http-websocket-apis/public-api-methods/account-methods/account_offers.md
-[account_offers メソッド]: /docs/references/http-websocket-apis/public-api-methods/account-methods/account_offers.md
[account_offersメソッド]: /docs/references/http-websocket-apis/public-api-methods/account-methods/account_offers.md
[account_tx command]: /docs/references/http-websocket-apis/public-api-methods/account-methods/account_tx.md
[account_tx method]: /docs/references/http-websocket-apis/public-api-methods/account-methods/account_tx.md
-[account_tx メソッド]: /docs/references/http-websocket-apis/public-api-methods/account-methods/account_tx.md
[account_txメソッド]: /docs/references/http-websocket-apis/public-api-methods/account-methods/account_tx.md
[admin command]: /docs/references/http-websocket-apis/admin-api-methods/index.md
[amm_info command]: /docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md
[amm_info method]: /docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md
-[amm_info メソッド]: /docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md
[amm_infoメソッド]: /docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md
[base58]: /docs/references/protocol/data-types/base58-encodings.md
[book_offers command]: /docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/book_offers.md
[book_offers method]: /docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/book_offers.md
-[book_offers メソッド]: /docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/book_offers.md
[book_offersメソッド]: /docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/book_offers.md
[can_delete command]: /docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/can_delete.md
[can_delete method]: /docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/can_delete.md
-[can_delete メソッド]: /docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/can_delete.md
[can_deleteメソッド]: /docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/can_delete.md
[channel_authorize command]: /docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_authorize.md
[channel_authorize method]: /docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_authorize.md
-[channel_authorize メソッド]: /docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_authorize.md
[channel_authorizeメソッド]: /docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_authorize.md
[channel_verify command]: /docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_verify.md
[channel_verify method]: /docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_verify.md
-[channel_verify メソッド]: /docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_verify.md
[channel_verifyメソッド]: /docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_verify.md
[common fields]: /docs/references/protocol/transactions/common-fields.md
[connect command]: /docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/connect.md
[connect method]: /docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/connect.md
-[connect メソッド]: /docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/connect.md
[connectメソッド]: /docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/connect.md
[consensus_info command]: /docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/consensus_info.md
[consensus_info method]: /docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/consensus_info.md
-[consensus_info メソッド]: /docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/consensus_info.md
[consensus_infoメソッド]: /docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/consensus_info.md
[crawl_shards command]: /docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/crawl_shards.md
[crawl_shards method]: /docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/crawl_shards.md
-[crawl_shards メソッド]: /docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/crawl_shards.md
[crawl_shardsメソッド]: /docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/crawl_shards.md
[crypto-condition]: https://tools.ietf.org/html/draft-thomas-crypto-conditions-04
[crypto-conditions]: https://tools.ietf.org/html/draft-thomas-crypto-conditions-04
[deposit_authorized command]: /docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/deposit_authorized.md
[deposit_authorized method]: /docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/deposit_authorized.md
-[deposit_authorized メソッド]: /docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/deposit_authorized.md
[deposit_authorizedメソッド]: /docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/deposit_authorized.md
[download_shard command]: /docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/download_shard.md
[download_shard method]: /docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/download_shard.md
-[download_shard メソッド]: /docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/download_shard.md
[download_shardメソッド]: /docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/download_shard.md
[drops of XRP]: /docs/references/protocol/data-types/basic-data-types.md#specifying-currency-amounts
[feature command]: /docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/feature.md
[feature method]: /docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/feature.md
-[feature メソッド]: /docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/feature.md
[featureメソッド]: /docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/feature.md
[fee command]: /docs/references/http-websocket-apis/public-api-methods/server-info-methods/fee.md
[fee levels]: /docs/concepts/transactions/transaction-cost.md#fee-levels
[fee method]: /docs/references/http-websocket-apis/public-api-methods/server-info-methods/fee.md
-[fee メソッド]: /docs/references/http-websocket-apis/public-api-methods/server-info-methods/fee.md
[feeメソッド]: /docs/references/http-websocket-apis/public-api-methods/server-info-methods/fee.md
[fetch_info command]: /docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/fetch_info.md
[fetch_info method]: /docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/fetch_info.md
-[fetch_info メソッド]: /docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/fetch_info.md
[fetch_infoメソッド]: /docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/fetch_info.md
[fix1201 amendment]: /resources/known-amendments.md#fix1201
-[fix1201の修正]: /resources/known-amendments.md#fix1201
[fix1368 amendment]: /resources/known-amendments.md#fix1368
-[fix1368の修正]: /resources/known-amendments.md#fix1368
[fix1373 amendment]: /resources/known-amendments.md#fix1373
-[fix1373の修正]: /resources/known-amendments.md#fix1373
[fix1512 amendment]: /resources/known-amendments.md#fix1512
-[fix1512の修正]: /resources/known-amendments.md#fix1512
[fix1513 amendment]: /resources/known-amendments.md#fix1513
-[fix1513の修正]: /resources/known-amendments.md#fix1513
[fix1515 amendment]: /resources/known-amendments.md#fix1515
-[fix1515の修正]: /resources/known-amendments.md#fix1515
[fix1523 amendment]: /resources/known-amendments.md#fix1523
-[fix1523の修正]: /resources/known-amendments.md#fix1523
[fix1528 amendment]: /resources/known-amendments.md#fix1528
-[fix1528の修正]: /resources/known-amendments.md#fix1528
[fix1543 amendment]: /resources/known-amendments.md#fix1543
-[fix1543の修正]: /resources/known-amendments.md#fix1543
[fix1571 amendment]: /resources/known-amendments.md#fix1571
-[fix1571の修正]: /resources/known-amendments.md#fix1571
[fix1578 amendment]: /resources/known-amendments.md#fix1578
-[fix1578の修正]: /resources/known-amendments.md#fix1578
[fix1623 amendment]: /resources/known-amendments.md#fix1623
-[fix1623の修正]: /resources/known-amendments.md#fix1623
[fixCheckThreading amendment]: /resources/known-amendments.md#fixcheckthreading
-[fixCheckThreadingの修正]: /resources/known-amendments.md#fixcheckthreading
[fixDisallowIncomingV1 amendment]: /resources/known-amendments.md#fixdisallowincomingv1
-[fixDisallowIncomingV1の修正]: /resources/known-amendments.md#fixdisallowincomingv1
[fixFillOrKill amendment]: /resources/known-amendments.md#fixfillorkill
-[fixFillOrKillの修正]: /resources/known-amendments.md#fixfillorkill
[fixMasterKeyAsRegularKey amendment]: /resources/known-amendments.md#fixmasterkeyasregularkey
-[fixMasterKeyAsRegularKeyの修正]: /resources/known-amendments.md#fixmasterkeyasregularkey
[fixNFTokenDirV1 amendment]: /resources/known-amendments.md#fixnftokendirv1
-[fixNFTokenDirV1の修正]: /resources/known-amendments.md#fixnftokendirv1
[fixNFTokenRemint amendment]: /resources/known-amendments.md#fixnftokenremint
-[fixNFTokenRemintの修正]: /resources/known-amendments.md#fixnftokenremint
[fixPayChanRecipientOwnerDir amendment]: /resources/known-amendments.md#fixpaychanrecipientownerdir
-[fixPayChanRecipientOwnerDirの修正]: /resources/known-amendments.md#fixpaychanrecipientownerdir
[fixPreviousTxnID amendment]: /resources/known-amendments.md#fixprevioustxnid
-[fixPreviousTxnIDの修正]: /resources/known-amendments.md#fixprevioustxnid
[fixQualityUpperBound amendment]: /resources/known-amendments.md#fixqualityupperbound
-[fixQualityUpperBoundの修正]: /resources/known-amendments.md#fixqualityupperbound
[fixRemoveNFTokenAutoTrustLine amendment]: /resources/known-amendments.md#fixremovenftokenautotrustline
-[fixRemoveNFTokenAutoTrustLineの修正]: /resources/known-amendments.md#fixremovenftokenautotrustline
[fixTakerDryOfferRemoval amendment]: /resources/known-amendments.md#fixtakerdryofferremoval
-[fixTakerDryOfferRemovalの修正]: /resources/known-amendments.md#fixtakerdryofferremoval
[fixTrustLinesToSelf amendment]: /resources/known-amendments.md#fixtrustlinestoself
-[fixTrustLinesToSelfの修正]: /resources/known-amendments.md#fixtrustlinestoself
[get_aggregate_price command]: /docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/get_aggregate_price.md
[get_aggregate_priceコマンド]: /docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/get_aggregate_price.md
[get_aggregate_price method]: /docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/get_aggregate_price.md
[get_aggregate_priceメソッド]: /docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/get_aggregate_price.md
[gateway_balances command]: /docs/references/http-websocket-apis/public-api-methods/account-methods/gateway_balances.md
[gateway_balances method]: /docs/references/http-websocket-apis/public-api-methods/account-methods/gateway_balances.md
-[gateway_balances メソッド]: /docs/references/http-websocket-apis/public-api-methods/account-methods/gateway_balances.md
[gateway_balancesメソッド]: /docs/references/http-websocket-apis/public-api-methods/account-methods/gateway_balances.md
[get_counts command]: /docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/get_counts.md
[get_counts method]: /docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/get_counts.md
-[get_counts メソッド]: /docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/get_counts.md
[get_countsメソッド]: /docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/get_counts.md
[hexadecimal]: https://en.wikipedia.org/wiki/Hexadecimal
[identifying hash]: /docs/concepts/transactions/index.md#identifying-transactions
[json command]: /docs/references/http-websocket-apis/public-api-methods/utility-methods/json.md
[json method]: /docs/references/http-websocket-apis/public-api-methods/utility-methods/json.md
-[json メソッド]: /docs/references/http-websocket-apis/public-api-methods/utility-methods/json.md
[jsonメソッド]: /docs/references/http-websocket-apis/public-api-methods/utility-methods/json.md
[ledger command]: /docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger.md
[ledger format]: /docs/references/protocol/ledger-data/ledger-entry-types/index.md
[ledger index]: /docs/references/protocol/data-types/basic-data-types.md#ledger-index
[ledger method]: /docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger.md
-[ledger メソッド]: /docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger.md
[ledger_accept command]: /docs/references/http-websocket-apis/admin-api-methods/server-control-methods/ledger_accept.md
[ledger_accept method]: /docs/references/http-websocket-apis/admin-api-methods/server-control-methods/ledger_accept.md
-[ledger_accept メソッド]: /docs/references/http-websocket-apis/admin-api-methods/server-control-methods/ledger_accept.md
[ledger_acceptメソッド]: /docs/references/http-websocket-apis/admin-api-methods/server-control-methods/ledger_accept.md
[ledger_cleaner command]: /docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_cleaner.md
[ledger_cleaner method]: /docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_cleaner.md
-[ledger_cleaner メソッド]: /docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_cleaner.md
[ledger_cleanerメソッド]: /docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_cleaner.md
[ledger_closed command]: /docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_closed.md
[ledger_closed method]: /docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_closed.md
-[ledger_closed メソッド]: /docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_closed.md
[ledger_closedメソッド]: /docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_closed.md
[ledger_current command]: /docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_current.md
[ledger_current method]: /docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_current.md
-[ledger_current メソッド]: /docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_current.md
[ledger_currentメソッド]: /docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_current.md
[ledger_data command]: /docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_data.md
[ledger_data method]: /docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_data.md
-[ledger_data メソッド]: /docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_data.md
[ledger_dataメソッド]: /docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_data.md
[ledger_entry command]: /docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_entry.md
[ledger_entry method]: /docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_entry.md
-[ledger_entry メソッド]: /docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_entry.md
[ledger_entryメソッド]: /docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_entry.md
[ledger_request command]: /docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_request.md
[ledger_request method]: /docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_request.md
-[ledger_request メソッド]: /docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_request.md
[ledger_requestメソッド]: /docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_request.md
[ledgerメソッド]: /docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger.md
[log_level command]: /docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/log_level.md
[log_level method]: /docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/log_level.md
-[log_level メソッド]: /docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/log_level.md
[log_levelメソッド]: /docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/log_level.md
[logrotate command]: /docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/logrotate.md
[logrotate method]: /docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/logrotate.md
-[logrotate メソッド]: /docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/logrotate.md
[logrotateメソッド]: /docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/logrotate.md
[manifest command]: /docs/references/http-websocket-apis/public-api-methods/server-info-methods/manifest.md
[manifest method]: /docs/references/http-websocket-apis/public-api-methods/server-info-methods/manifest.md
-[manifest メソッド]: /docs/references/http-websocket-apis/public-api-methods/server-info-methods/manifest.md
[manifestメソッド]: /docs/references/http-websocket-apis/public-api-methods/server-info-methods/manifest.md
[nft_buy_offers command]: /docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_buy_offers.md
[nft_buy_offers method]: /docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_buy_offers.md
-[nft_buy_offers メソッド]: /docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_buy_offers.md
[nft_buy_offersメソッド]: /docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_buy_offers.md
[nft_info command]: /docs/references/http-websocket-apis/public-api-methods/clio-methods/nft_info.md
[nft_info method]: /docs/references/http-websocket-apis/public-api-methods/clio-methods/nft_info.md
-[nft_info メソッド]: /docs/references/http-websocket-apis/public-api-methods/clio-methods/nft_info.md
[nft_infoメソッド]: /docs/references/http-websocket-apis/public-api-methods/clio-methods/nft_info.md
[nft_sell_offers command]: /docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_sell_offers.md
[nft_sell_offers method]: /docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_sell_offers.md
-[nft_sell_offers メソッド]: /docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_sell_offers.md
[nft_sell_offersメソッド]: /docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_sell_offers.md
[node key pair]: /docs/concepts/networks-and-servers/peer-protocol.md#node-key-pair
[node public key]: /docs/concepts/networks-and-servers/peer-protocol.md#node-key-pair
[noripple_check command]: /docs/references/http-websocket-apis/public-api-methods/account-methods/noripple_check.md
[noripple_check method]: /docs/references/http-websocket-apis/public-api-methods/account-methods/noripple_check.md
-[noripple_check メソッド]: /docs/references/http-websocket-apis/public-api-methods/account-methods/noripple_check.md
[noripple_checkメソッド]: /docs/references/http-websocket-apis/public-api-methods/account-methods/noripple_check.md
[path_find command]: /docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/path_find.md
[path_find method]: /docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/path_find.md
-[path_find メソッド]: /docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/path_find.md
[path_findメソッド]: /docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/path_find.md
[peer reservation]: /docs/concepts/networks-and-servers/peer-protocol.md#fixed-peers-and-peer-reservations
[peer reservations]: /docs/concepts/networks-and-servers/peer-protocol.md#fixed-peers-and-peer-reservations
[peer_reservations_add command]: /docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_add.md
[peer_reservations_add method]: /docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_add.md
-[peer_reservations_add メソッド]: /docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_add.md
[peer_reservations_addメソッド]: /docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_add.md
[peer_reservations_del command]: /docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_del.md
[peer_reservations_del method]: /docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_del.md
-[peer_reservations_del メソッド]: /docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_del.md
[peer_reservations_delメソッド]: /docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_del.md
[peer_reservations_list command]: /docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_list.md
[peer_reservations_list method]: /docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_list.md
-[peer_reservations_list メソッド]: /docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_list.md
[peer_reservations_listメソッド]: /docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_list.md
[peers command]: /docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peers.md
[peers method]: /docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peers.md
-[peers メソッド]: /docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peers.md
[peersメソッド]: /docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peers.md
[ping command]: /docs/references/http-websocket-apis/public-api-methods/utility-methods/ping.md
[ping method]: /docs/references/http-websocket-apis/public-api-methods/utility-methods/ping.md
-[ping メソッド]: /docs/references/http-websocket-apis/public-api-methods/utility-methods/ping.md
[pingメソッド]: /docs/references/http-websocket-apis/public-api-methods/utility-methods/ping.md
[print command]: /docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/print.md
[print method]: /docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/print.md
-[print メソッド]: /docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/print.md
[printメソッド]: /docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/print.md
[public servers]: /docs/tutorials/public-servers.md
[random command]: /docs/references/http-websocket-apis/public-api-methods/utility-methods/random.md
[random method]: /docs/references/http-websocket-apis/public-api-methods/utility-methods/random.md
-[random メソッド]: /docs/references/http-websocket-apis/public-api-methods/utility-methods/random.md
[randomメソッド]: /docs/references/http-websocket-apis/public-api-methods/utility-methods/random.md
[result code]: /docs/references/protocol/transactions/transaction-results/index.md
[ripple-lib]: https://github.com/XRPLF/xrpl.js
[ripple_path_find command]: /docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/ripple_path_find.md
[ripple_path_find method]: /docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/ripple_path_find.md
-[ripple_path_find メソッド]: /docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/ripple_path_find.md
[ripple_path_findメソッド]: /docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/ripple_path_find.md
[seconds since the Ripple Epoch]: /docs/references/protocol/data-types/basic-data-types.md#specifying-time
[server_info command]: /docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_info.md
[server_info method]: /docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_info.md
-[server_info メソッド]: /docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_info.md
[server_infoメソッド]: /docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_info.md
[server_state command]: /docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_state.md
[server_state method]: /docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_state.md
-[server_state メソッド]: /docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_state.md
[server_stateメソッド]: /docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_state.md
[sign command]: /docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign.md
[sign method]: /docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign.md
-[sign メソッド]: /docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign.md
[sign_for command]: /docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign_for.md
[sign_for method]: /docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign_for.md
-[sign_for メソッド]: /docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign_for.md
[sign_forメソッド]: /docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign_for.md
[signメソッド]: /docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign.md
[stand-alone mode]: /docs/concepts/networks-and-servers/rippled-server-modes.md#stand-alone-mode
[standard format]: /docs/references/http-websocket-apis/api-conventions/response-formatting.md
[stop command]: /docs/references/http-websocket-apis/admin-api-methods/server-control-methods/stop.md
[stop method]: /docs/references/http-websocket-apis/admin-api-methods/server-control-methods/stop.md
-[stop メソッド]: /docs/references/http-websocket-apis/admin-api-methods/server-control-methods/stop.md
[stopメソッド]: /docs/references/http-websocket-apis/admin-api-methods/server-control-methods/stop.md
[submit command]: /docs/references/http-websocket-apis/public-api-methods/transaction-methods/submit.md
[submit method]: /docs/references/http-websocket-apis/public-api-methods/transaction-methods/submit.md
-[submit メソッド]: /docs/references/http-websocket-apis/public-api-methods/transaction-methods/submit.md
[submit_multisigned command]: /docs/references/http-websocket-apis/public-api-methods/transaction-methods/submit_multisigned.md
[submit_multisigned method]: /docs/references/http-websocket-apis/public-api-methods/transaction-methods/submit_multisigned.md
-[submit_multisigned メソッド]: /docs/references/http-websocket-apis/public-api-methods/transaction-methods/submit_multisigned.md
[submit_multisignedメソッド]: /docs/references/http-websocket-apis/public-api-methods/transaction-methods/submit_multisigned.md
[submitメソッド]: /docs/references/http-websocket-apis/public-api-methods/transaction-methods/submit.md
[subscribe command]: /docs/references/http-websocket-apis/public-api-methods/subscription-methods/subscribe.md
[subscribe method]: /docs/references/http-websocket-apis/public-api-methods/subscription-methods/subscribe.md
-[subscribe メソッド]: /docs/references/http-websocket-apis/public-api-methods/subscription-methods/subscribe.md
[subscribeメソッド]: /docs/references/http-websocket-apis/public-api-methods/subscription-methods/subscribe.md
[transaction cost]: /docs/concepts/transactions/transaction-cost.md
[transaction_entry command]: /docs/references/http-websocket-apis/public-api-methods/transaction-methods/transaction_entry.md
[transaction_entry method]: /docs/references/http-websocket-apis/public-api-methods/transaction-methods/transaction_entry.md
-[transaction_entry メソッド]: /docs/references/http-websocket-apis/public-api-methods/transaction-methods/transaction_entry.md
[transaction_entryメソッド]: /docs/references/http-websocket-apis/public-api-methods/transaction-methods/transaction_entry.md
[tx command]: /docs/references/http-websocket-apis/public-api-methods/transaction-methods/tx.md
[tx method]: /docs/references/http-websocket-apis/public-api-methods/transaction-methods/tx.md
-[tx メソッド]: /docs/references/http-websocket-apis/public-api-methods/transaction-methods/tx.md
[tx_history command]: /docs/references/http-websocket-apis/public-api-methods/transaction-methods/tx_history.md
[tx_history method]: /docs/references/http-websocket-apis/public-api-methods/transaction-methods/tx_history.md
-[tx_history メソッド]: /docs/references/http-websocket-apis/public-api-methods/transaction-methods/tx_history.md
[tx_historyメソッド]: /docs/references/http-websocket-apis/public-api-methods/transaction-methods/tx_history.md
[txメソッド]: /docs/references/http-websocket-apis/public-api-methods/transaction-methods/tx.md
[universal error types]: /docs/references/http-websocket-apis/api-conventions/error-formatting.md#universal-errors
[unsubscribe command]: /docs/references/http-websocket-apis/public-api-methods/subscription-methods/unsubscribe.md
[unsubscribe method]: /docs/references/http-websocket-apis/public-api-methods/subscription-methods/unsubscribe.md
-[unsubscribe メソッド]: /docs/references/http-websocket-apis/public-api-methods/subscription-methods/unsubscribe.md
[unsubscribeメソッド]: /docs/references/http-websocket-apis/public-api-methods/subscription-methods/unsubscribe.md
[validation_create command]: /docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/validation_create.md
[validation_create method]: /docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/validation_create.md
-[validation_create メソッド]: /docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/validation_create.md
[validation_createメソッド]: /docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/validation_create.md
[validator_info command]: /docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_info.md
[validator_info method]: /docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_info.md
-[validator_info メソッド]: /docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_info.md
[validator_infoメソッド]: /docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_info.md
[validator_list_sites command]: /docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_list_sites.md
[validator_list_sites method]: /docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_list_sites.md
-[validator_list_sites メソッド]: /docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_list_sites.md
[validator_list_sitesメソッド]: /docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_list_sites.md
[validators command]: /docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validators.md
[validators method]: /docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validators.md
-[validators メソッド]: /docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validators.md
[validatorsメソッド]: /docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validators.md
[wallet_propose command]: /docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/wallet_propose.md
[wallet_propose method]: /docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/wallet_propose.md
-[wallet_propose メソッド]: /docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/wallet_propose.md
[wallet_proposeメソッド]: /docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/wallet_propose.md
[アドレス]: /docs/references/protocol/data-types/basic-data-types.md#アドレス
[シーケンス番号]: /docs/references/protocol/data-types/basic-data-types.md#アカウントシーケンス
diff --git a/docs/concepts/accounts/deleting-accounts.md b/docs/concepts/accounts/deleting-accounts.md
index 944589e9b9..b1a8414e43 100644
--- a/docs/concepts/accounts/deleting-accounts.md
+++ b/docs/concepts/accounts/deleting-accounts.md
@@ -25,13 +25,13 @@ To be deleted, an account must meet the following requirements:
- `RippleState`
- `Check`
- The account must own fewer than 1000 objects in the ledger.
-- The transaction must pay a special [transaction cost][] equal to at least the [owner reserve](reserves.md) for one item (currently 2 XRP).
+- The transaction must pay a special [transaction cost][] equal to at least the [owner reserve](reserves.md) for one item (currently {% $env.PUBLIC_OWNER_RESERVE %}).
## Cost of Deleting
{% admonition type="danger" name="Warning" %}The [AccountDelete transaction][]'s transaction cost always applies when the transaction is included in a validated ledger, even if the transaction failed because the account does not meet the requirements to be deleted. To greatly reduce the chances of paying the high transaction cost if the account cannot be deleted, use the `fail_hard` option when submitting an AccountDelete transaction.{% /admonition %}
-Unlike Bitcoin and many other cryptocurrencies, each new version of the XRP Ledger's public ledger chain contains the full state of the ledger, which increases in size with each new account. For that reason, you should not create new XRP Ledger accounts unless necessary. You can recover some of an account's 10 XRP [reserve](reserves.md) by deleting the account, but you must still destroy at least 2 XRP to do so.
+Unlike Bitcoin and many other cryptocurrencies, each new version of the XRP Ledger's public ledger chain contains the full state of the ledger, which increases in size with each new account. For that reason, you should not create new XRP Ledger accounts unless necessary. You can recover some of an account's {% $env.PUBLIC_BASE_RESERVE %} [reserve](reserves.md) by deleting the account, but you must still destroy at least {% $env.PUBLIC_OWNER_RESERVE %} to do so.
Institutions who send and receive value on behalf of many users can use [**Source Tags** and **Destination Tags**](../transactions/source-and-destination-tags.md) to distinguish payments from and to their customers while only using one (or a handful) of accounts in the XRP Ledger.
diff --git a/docs/concepts/accounts/depositauth.md b/docs/concepts/accounts/depositauth.md
index b097e96b6f..d58522dbec 100644
--- a/docs/concepts/accounts/depositauth.md
+++ b/docs/concepts/accounts/depositauth.md
@@ -42,7 +42,7 @@ An account with Deposit Authorization enabled:
- **Cannot** be the destination of [Payment transactions][], with **the following exceptions**:
- If the destination has [preauthorized](#preauthorization) the sender of the Payment. _(Added by the [DepositPreauth amendment][])_
- - If the account's XRP balance is equal to or below the minimum account [reserve requirement](reserves.md), it can be the destination of an XRP Payment whose `Amount` is equal or less than the minimum account reserve (currently 10 XRP). This is to prevent an account from becoming "stuck" by being unable to send transactions but also unable to receive XRP. The account's owner reserve does not matter for this case.
+ - If the account's XRP balance is equal to or below the minimum account [reserve requirement](reserves.md), it can be the destination of an XRP Payment whose `Amount` is equal or less than the minimum account reserve (currently {% $env.PUBLIC_BASE_RESERVE %}). This is to prevent an account from becoming "stuck" by being unable to send transactions but also unable to receive XRP. The account's owner reserve does not matter for this case.
- Can receive XRP from [PaymentChannelClaim transactions][] **only in the following cases**:
- The sender of the PaymentChannelClaim transaction is the destination of the payment channel.
- The destination of the PaymentChannelClaim transaction has [preauthorized](#preauthorization) the sender of the PaymentChannelClaim. _(Added by the [DepositPreauth amendment][])_
diff --git a/docs/concepts/accounts/index.md b/docs/concepts/accounts/index.md
index ce2fbfd017..6928418d05 100644
--- a/docs/concepts/accounts/index.md
+++ b/docs/concepts/accounts/index.md
@@ -46,7 +46,7 @@ The typical way to get an account in the XRP Ledger is as follows:
- For example, you can buy XRP in a private exchange, then withdraw XRP from the exchange to the address you specified.
- {% admonition type="warning" name="Caution" %}The first time you receive XRP at your own XRP Ledger address, you must pay the [account reserve](reserves.md) (currently 10 XRP), which locks up that amount of XRP indefinitely. In contrast, private exchanges usually hold all their customers' XRP in a few shared XRP Ledger accounts, so customers don't have to pay the reserve for individual accounts at the exchange. Before withdrawing, consider whether having your own account directly on the XRP Ledger is worth the price.{% /admonition %}
+ {% admonition type="warning" name="Caution" %}The first time you receive XRP at your own XRP Ledger address, you must pay the [account reserve](reserves.md) (currently {% $env.PUBLIC_BASE_RESERVE %}), which locks up that amount of XRP indefinitely. In contrast, private exchanges usually hold all their customers' XRP in a few shared XRP Ledger accounts, so customers don't have to pay the reserve for individual accounts at the exchange. Before withdrawing, consider whether having your own account directly on the XRP Ledger is worth the price.{% /admonition %}
diff --git a/docs/concepts/accounts/reserves.md b/docs/concepts/accounts/reserves.md
index 104ec11db1..bcfd4e8e5c 100644
--- a/docs/concepts/accounts/reserves.md
+++ b/docs/concepts/accounts/reserves.md
@@ -27,12 +27,12 @@ The reserve requirement has two parts:
The current reserve requirements on Mainnet are:
-- Base reserve: **10 XRP**
-- Owner reserve: **2 XRP** per item
+- Base reserve: **{% $env.PUBLIC_BASE_RESERVE %}**
+- Owner reserve: **{% $env.PUBLIC_OWNER_RESERVE %}** per item
Reserves on other networks may vary.
-An exception to the owner reserve is that you can create your first two trust lines on the XRPL without the required reserves of 2 XRP per trust line. Create your new account with the 10 XRP base reserve, then create your 2 trust lines and the reserves are not required. If you fund your account with more than 10 XRP, your account will be charged the normal reserve fees for your first two trust lines.
+An exception to the owner reserve is that you can create your first two trust lines on the XRPL with just the base reserve. Create your new account with the {% $env.PUBLIC_BASE_RESERVE %} base reserve, then you can create your 2 trust lines and the reserves are not required. If you fund your account with more than {% $env.PUBLIC_BASE_RESERVE %}, your account will be charged the normal reserve fees for your first two trust lines.
## Owner Reserves
diff --git a/docs/concepts/accounts/tickets.md b/docs/concepts/accounts/tickets.md
index aa3a3e114e..fc86ebe84a 100644
--- a/docs/concepts/accounts/tickets.md
+++ b/docs/concepts/accounts/tickets.md
@@ -40,7 +40,7 @@ Later, you can send a transaction using a specific Ticket instead of a sequence
Continuing the above example, you can send a transaction using sequence number 105 or any of the three Tickets you created. If you send a transaction using Ticket 103, doing so deletes Ticket 103 from the ledger. Your next transaction after that can use sequence number 105, Ticket 102, or Ticket 104.
-{% admonition type="warning" name="Caution" %}Each Ticket counts as a separate item for the [owner reserve](reserves.md), so you must set aside 2 XRP for each Ticket. (The XRP becomes available again after you use the Ticket.) This cost can add up quickly if you create a large number of Tickets at once.{% /admonition %}
+{% admonition type="warning" name="Caution" %}Each Ticket counts as a separate item for the [owner reserve](reserves.md), so you must set aside {% $env.PUBLIC_OWNER_RESERVE %} for each Ticket. (The XRP becomes available again after you use the Ticket.) This cost can add up quickly if you create a large number of Tickets at once.{% /admonition %}
As with sequence numbers, sending a transaction uses up the Ticket _if and only if_ the transaction is confirmed by [consensus](../consensus-protocol/index.md). However, transactions that fail to do what they were intended to do can still be confirmed by consensus with [`tec`-class result codes](../../references/protocol/transactions/transaction-results/tec-codes.md).
@@ -53,7 +53,7 @@ Any account can create and use Tickets on any type of transaction. However, some
- Each Ticket can only be used once. It is possible to have multiple different candidate transactions that would use the same Ticket Sequence, but only one of those candidates can be validated by consensus.
- Each account cannot have more than 250 Tickets in the ledger at a time. You cannot create more than 250 Tickets at a time, either.
- You _can_ use a Ticket to create more Tickets. If you do, the Ticket you used does not count towards the total number of Tickets you can have at once.
-- Each Ticket counts toward the [owner reserve](reserves.md), so you must set aside 2 XRP for each Ticket you have not used yet. The XRP becomes available for you to use again after the Ticket is used.
+- Each Ticket counts toward the [owner reserve](reserves.md), so you must set aside {% $env.PUBLIC_OWNER_RESERVE %} for each Ticket you have not used yet. The XRP becomes available for you to use again after the Ticket is used.
- Within an individual ledger, transactions that use Tickets execute after other transactions from the same sender. If an account has multiple transactions using Tickets in the same ledger version, those Tickets execute in order from lowest Ticket Sequence to highest. (For more information, see the documentation on consensus's [canonical order](../consensus-protocol/consensus-structure.md#calculate-and-share-validations).)
- To "cancel" a Ticket, use the Ticket to [perform a no-op](../transactions/finality-of-results/canceling-a-transaction.md) [AccountSet transaction][]. This deletes the Ticket so that you don't have to meet its reserve requirement.
diff --git a/docs/concepts/consensus-protocol/fee-voting.md b/docs/concepts/consensus-protocol/fee-voting.md
index d3ae08fe3f..b9b8c3ccfc 100644
--- a/docs/concepts/consensus-protocol/fee-voting.md
+++ b/docs/concepts/consensus-protocol/fee-voting.md
@@ -18,8 +18,10 @@ The parameters you can set are as follows:
| Parameter | Description | Recommended Value |
|-----------|-------------|-------------------|
| `reference_fee` | The **reference transaction cost.** This is the amount of XRP, in _drops_ (1 XRP = 1 million drops.), that must be destroyed to send the reference transaction, the cheapest possible transaction. The actual transaction cost is a multiple of this value, scaled dynamically based on the load of individual servers. | `10` (0.00001 XRP) |
-| `account_reserve` | The **base account reserve.** This is the minimum amount of XRP, in _drops_, that an account must hold in reserve, which is also the minimum requirement to fund a new account. | `10000000` (10 XRP) |
-| `owner_reserve` | The **owner reserve increment.** This is how much more XRP, in _drops_, that an account must hold for _each_ object it owns in the ledger. | `2000000` (2 XRP) |
+| `account_reserve` | The **base account reserve.** This is the minimum amount of XRP, in _drops_, that an account must hold in reserve, which is also the minimum requirement to fund a new account. | `1000000` ({% $env.PUBLIC_BASE_RESERVE %}) |
+| `owner_reserve` | The **owner reserve increment.** This is how much more XRP, in _drops_, that an account must hold for _each_ object it owns in the ledger. | `200000` ({% $env.PUBLIC_OWNER_RESERVE %}) |
+
+
## Precautions
diff --git a/docs/concepts/tokens/decentralized-exchange/automated-market-makers.md b/docs/concepts/tokens/decentralized-exchange/automated-market-makers.md
index efa7842f30..214a17f48f 100644
--- a/docs/concepts/tokens/decentralized-exchange/automated-market-makers.md
+++ b/docs/concepts/tokens/decentralized-exchange/automated-market-makers.md
@@ -65,6 +65,11 @@ The diagram below illustrates how an offer interacts with other offers and AMM l

+
+
+
+
+
### Restrictions on Assets
To prevent misuse, some restrictions apply to the assets used in an AMM. If you try to create an AMM with an asset that does not meet these restrictions, the transaction fails. The rules are as follows:
@@ -100,6 +105,18 @@ Liquidity providers can vote to set the fee from 0% to 1%, in increments of 0.00
Each AMM gives its liquidity providers the power to vote on its fees, in proportion to the number of LP tokens they hold. To vote, a liquidity provider sends an [AMMVote][] transaction. Whenever anyone places a new vote, the AMM recalculates its fee to be an average of the latest votes, weighted by how many LP tokens those voters hold. Up to 8 liquidity providers' votes can be counted this way; if more liquidity providers try to vote, then only the top 8 votes (by most LP tokens held) are counted. Even though liquidity providers' share of LP tokens can shift rapidly for many reasons (such as trading those tokens using [Offers](offers.md)), the trading fees are only recalculated whenever someone places a new vote (even if that vote is not one of the top 8).
+{% admonition type="info" name="Note" %}
+
+_Trading fees_ differ from _transfer fees_.
+
+| Differences | AMM Trading Fees | Token Transfer Fees |
+|-------------|------------------|---------------------|
+| Who sets the fee? | AMM liquidity providers. | Token issuer. |
+| When does the fee apply? | When swapping against the AMM. | Any time the token transfers accounts, except when sending or receiving _directly_ to and from the token issuer. |
+| Can fees be redeemed? | Yes, by liquidity providers when they turn in their LP tokens. | No, fees are burned. |
+
+{% /admonition %}
+
### Auction Slot
The XRP Ledger's AMM design includes an _auction slot_. A liquidity provider can bid LP Tokens to claim the auction slot to receive a discount on the trading fee for a 24-hour period. The LP tokens that were bid are returned to the AMM.
diff --git a/docs/concepts/tokens/fungible-tokens/authorized-trust-lines.md b/docs/concepts/tokens/fungible-tokens/authorized-trust-lines.md
index 218f4a5137..dd21ab9abf 100644
--- a/docs/concepts/tokens/fungible-tokens/authorized-trust-lines.md
+++ b/docs/concepts/tokens/fungible-tokens/authorized-trust-lines.md
@@ -21,7 +21,7 @@ The transaction to authorize a trust line must be signed by the issuing address,
## Reserves
-Trust lines are ledger objects that require a reserve of 2 XRP each. To help new users get started, the reserve amounts are waived for the first 2 trust lines you create for a new account. Fund your new account with 10 XRP and create your new trust lines. If you have more than 10 XRP in your account, up to 4 XRP are reserved for your first 2 trust lines. If you remove the trust line later, the reserves are freed up for future use.
+Trust lines are ledger objects that require a reserve of {% $env.PUBLIC_OWNER_RESERVE %} each. To help new users get started, the reserve amounts are waived for the first 2 trust lines you create for a new account. Fund your new account with {% $env.PUBLIC_BASE_RESERVE %} and create your new trust lines. If you have more than {% $env.PUBLIC_BASE_RESERVE %} in your account, up to 0.4 XRP are reserved for your first 2 trust lines. If you remove the trust line later, the reserves are freed up for future use.
## With Stablecoin Issuing
diff --git a/docs/concepts/tokens/fungible-tokens/index.md b/docs/concepts/tokens/fungible-tokens/index.md
index a6a2434974..9b9b61bab0 100644
--- a/docs/concepts/tokens/fungible-tokens/index.md
+++ b/docs/concepts/tokens/fungible-tokens/index.md
@@ -16,7 +16,7 @@ Fungible tokens are interchangeable and indistinguishable from one another. They
Trust lines are structures in the XRP Ledger for holding fungible [tokens](../index.md). Trust lines enforce the XRP Ledger's rule that you cannot cause someone else to hold a token they don't want. This precaution is necessary to enable the XRP Ledger's use case for [community credit](../index.md#community-credit) among other benefits.
-Each "trust line" is a _bidirectional_ relationship consisting of:
+A trust line is defined as a [RippleState](../../../references/protocol/ledger-data/ledger-entry-types/ripplestate) object. Each trust line is a _bidirectional_ relationship consisting of:
- The identifiers for the two [accounts](../../accounts/index.md) that the trust line connects.
- A single, shared balance, which is positive from the perspective of one account and negative from the other perspective.
diff --git a/docs/concepts/tokens/fungible-tokens/multi-purpose-tokens.md b/docs/concepts/tokens/fungible-tokens/multi-purpose-tokens.md
index 0b63130a9b..ba35763dee 100644
--- a/docs/concepts/tokens/fungible-tokens/multi-purpose-tokens.md
+++ b/docs/concepts/tokens/fungible-tokens/multi-purpose-tokens.md
@@ -8,7 +8,7 @@ status: not_enabled
---
# Multi-purpose Tokens
-{% partial file="/docs/_snippets/mpts-disclaimer.md" /%}
+_(Requires the [MPToken amendment][] {% not-enabled /%})_
Multi-purpose tokens (MPTs) are a more compact and flexible type of fungible token.
@@ -52,3 +52,15 @@ On a technical level, MPTs provide a fundamentally different way to represent fu
On a usage level, MPTs provide a straightforward conceptual model compared to trustlines and rippling. Developers can more easily build web3 applications around `MPToken` and `MPTokenIssuance` objects, with some similarities to the conceptual model of XLS-20 NFTs. It is also simpler for ordinary users to understand what tokens are available, what tokens they have issued, and what they hold in their wallet. For both issuers and holders of MPTs, there will typically be a smaller XRP reserve compared to the equivalent representations with IOU trustlines.
MPTs are intended to be complementary to IOUs. While there might be use cases where either MPTs or IOUs might be suitable, there will likely be a need for both over the long term. There will be use cases such as credit lines for lending and borrowing that might be better represented by IOUs long term. The MPT feature set should evolve in an incremental manner to unlock more common use cases first and deliver additional feature support at a later time. During the MPT development period, some cases might still be better represented by an IOU, then later be better supported with MPTs.
+
+## See Also
+
+- **References:**
+ - [MPToken](../../../references/protocol/ledger-data/ledger-entry-types/mptoken.md)
+ - [MPTokenIssuance](../../../references/protocol/ledger-data/ledger-entry-types/mptokenissuance.md)
+ - [MPTokenAuthorize](../../../references/protocol/transactions/types/mptokenauthorize.md)
+ - [MPTokenIssuanceCreate](../../../references/protocol/transactions/types/mptokenissuancecreate.md)
+ - [MPTokenIssuanceDestroy](../../../references/protocol/transactions/types/mptokenissuancedestroy.md)
+ - [MPTokenIssuanceSet](../../../references/protocol/transactions/types/mptokenissuanceset.md)
+
+{% raw-partial file="/docs/_snippets/common-links.md" /%}
diff --git a/docs/concepts/tokens/nfts/reserve-requirements.md b/docs/concepts/tokens/nfts/reserve-requirements.md
index 12b2ae7af7..0dc7a9e978 100644
--- a/docs/concepts/tokens/nfts/reserve-requirements.md
+++ b/docs/concepts/tokens/nfts/reserve-requirements.md
@@ -12,11 +12,11 @@ Minting, holding, and offering NFTs for sale require XRP held in reserve. The re
## Base Reserve
-Your account must set aside a base reserve, currently 10 XRP. The base reserve XRP amount is subject to change. See [Base Reserve and Owner Reserve](../../accounts/reserves.md#base-reserve-and-owner-reserve).
+Your account must set aside a base reserve, currently {% $env.PUBLIC_BASE_RESERVE %}. The base reserve XRP amount is subject to change. See [Base Reserve and Owner Reserve](../../accounts/reserves.md#base-reserve-and-owner-reserve).
## Owner Reserve
-For each object you own on the XRP Ledger, there is an owner reserve, currently 2 XRP. This is to discourage users from spamming the ledger with unnecessary data, and to encourage them to clean up any data that is no longer necessary. The owner reserve amount is subject to change. See [Base Reserve and Owner Reserve](../../accounts/reserves.md#base-reserve-and-owner-reserve).
+For each object you own on the XRP Ledger, there is an owner reserve, currently 0.2 XRP. This is to discourage users from spamming the ledger with unnecessary data, and to encourage them to clean up any data that is no longer necessary. The owner reserve amount is subject to change. See [Base Reserve and Owner Reserve](../../accounts/reserves.md#base-reserve-and-owner-reserve).
For NFTs, the _object_ does not refer to the individual NFTs, but to the `NFTokenPage` objects owned by the account. `NFTokenPage` objects can store up to 32 NFTs.
@@ -27,16 +27,18 @@ Therefore, you can estimate the reserve requirements for minting or owning _N_ N
The following table provides examples of how much the total owner reserve might be, depending on the number of NFTs owned and the number of pages holding them.
-| NFTs Owned | Best Case | Typical Case | Worst Case |
+| NFTs Owned | Best Case | Typical Case | Worst Case |
|:------------|:----------|:-------------|:-----------|
-| 32 or fewer | 2 XRP | 2 XRP | 2 XRP |
-| 50 | 4 XRP | 6 XRP | 8 XRP |
-| 200 | 14 XRP | 18 XRP | 26 XRP |
-| 1000 | 64 XRP | 84 XRP | 126 XRP |
+| 32 or fewer | 0.2 XRP | 0.2 XRP | 0.2 XRP |
+| 50 | 0.4 XRP | 0.6 XRP | 0.8 XRP |
+| 200 | 1.4 XRP | 1.8 XRP | 2.6 XRP |
+| 1000 | 6.4 XRP | 8.4 XRP | 12.6 XRP |
+
+
## `NFTokenOffer` Reserve
-Each `NFTokenOffer` object costs the account placing the offer one incremental reserve. As of this writing, the incremental reserve is 2 XRP. The reserve can be recovered by cancelling the offer. The reserve is also recovered if the offer is accepted, which removes the offer from the XRP Ledger.
+Each `NFTokenOffer` object costs the account placing the offer one incremental reserve. As of this writing, the incremental reserve is 0.2 XRP. The reserve can be recovered by cancelling the offer. The reserve is also recovered if the offer is accepted, which removes the offer from the XRP Ledger.
{% admonition type="success" name="Tip" %}After you sell an NFT, as a courtesy, cancel any stale `NFTokenOffer` objects on behalf of your bidders to give them back their reserve. You can do this with [NFTokenCancelOffer](../../../references/protocol/transactions/types/nftokencanceloffer.md) transactions.{% /admonition %}
@@ -44,26 +46,24 @@ Each `NFTokenOffer` object costs the account placing the offer one incremental r
When minting, holding, and offering to buy and sell NFTs, the reserve requirements can add up quickly. This can result in your account going below the reserve requirement during a transaction. Going below the requirement can limit your ability to trade on the XRPL. See [Going Below the Reserve Requirement](../../accounts/reserves.md#going-below-the-reserve-requirement).
-If you create a new account, mint an NFT, and create an `NFTokenSellOffer` on the XRP Ledger, that requires a minimum reserve of 14 XRP.
+If you create a new account, mint an NFT, and create an `NFTokenSellOffer` on the XRP Ledger, that requires a minimum reserve of 1.4 XRP.
| Reserve Type | Amount |
|:--------------------|--------:|
-| Base | 10 XRP |
-| NFToken Page | 2 XRP |
-| NFToken Offers | 2 XRP |
-| Total | 14 XRP |
-| | |
+| Base | 1 XRP |
+| NFToken Page | 0.2 XRP |
+| NFToken Offers | 0.2 XRP |
+| Total | 1.4 XRP |
{% admonition type="info" name="Note" %}While not a reserve requirement, keep in mind that you would want to have at least 1 XRP above your reserves to cover the trivial fee for each transaction in the mint and sell process (typically 12 drops, or .000012 XRP).{% /admonition %}
-If you were to mint 200 NFTs and create an `NFTokenSellOffer`for each, that would require as much as 436 XRP held in reserve.
+If you were to mint 200 NFTs and create an `NFTokenSellOffer`for each, that would require as much as 43.6 XRP held in reserve.
| Reserve Type | Amount |
|:--------------------|--------:|
-| Base | 10 XRP |
-| NFToken Pages | 26 XRP |
-| NFToken Offers | 400 XRP |
-| Total | 436 XRP |
-| | |
+| Base | 1 XRP |
+| NFToken Pages | 2.6 XRP |
+| NFToken Offers | 40 XRP |
+| Total | 43.6 XRP |
If the required reserves exceed the amount you are comfortable setting aside, consider using the mint-on-demand model to reduce the number of NFTs and offers you hold at any one time. For details, see [Batch Minting](batch-minting.md).
diff --git a/docs/concepts/tokens/nfts/trading.md b/docs/concepts/tokens/nfts/trading.md
index c63b36f6ae..21d1bc6c45 100644
--- a/docs/concepts/tokens/nfts/trading.md
+++ b/docs/concepts/tokens/nfts/trading.md
@@ -15,7 +15,7 @@ _(Added by the [NonFungibleTokensV1_1 amendment][].)_
## Reserve Requirements
-Every `NFTokenOffer` object requires that your account increase its owner reserve, currently 2 XRP per `NFTokenSellOffer` and 2 XRP per `NFTokenBuyOffer`. This is to prevent accounts from spamming the ledger with offers they don't intend to complete.
+Every `NFTokenOffer` object requires that your account increase its owner reserve, currently {% $env.PUBLIC_OWNER_RESERVE %} per `NFTokenSellOffer` and {% $env.PUBLIC_OWNER_RESERVE %} per `NFTokenBuyOffer`. This is to prevent accounts from spamming the ledger with offers they don't intend to complete.
See [NFT Reserve Requirements](reserve-requirements.md).
diff --git a/docs/concepts/transactions/transaction-queue.md b/docs/concepts/transactions/transaction-queue.md
index e23a686ad0..3679ede9da 100644
--- a/docs/concepts/transactions/transaction-queue.md
+++ b/docs/concepts/transactions/transaction-queue.md
@@ -40,7 +40,7 @@ The `rippled` server uses a variety of heuristics to estimate which transactions
- Transactions with an `AccountTxnID` field cannot be queued.
- A single sending address can have at most 10 transactions queued at the same time.
- To queue a transaction, the sender must have enough XRP for all of the following:
- - Destroying the XRP [transaction cost](transaction-cost.md) as specified in the `Fee` fields of all the sender's queued transactions. The total amount among queued transactions cannot be more than the base account reserve (currently 10 XRP). (Transactions paying significantly more than the minimum transaction cost of 0.00001 XRP typically skip the queue and go straight into the open ledger.)
+ - Destroying the XRP [transaction cost](transaction-cost.md) as specified in the `Fee` fields of all the sender's queued transactions. The total amount among queued transactions cannot be more than the base account reserve (currently {% $env.PUBLIC_BASE_RESERVE %}). (Transactions paying significantly more than the minimum transaction cost of 0.00001 XRP typically skip the queue and go straight into the open ledger.)
- Sending the maximum sum of XRP that all the sender's queued transactions could send.
- Keeping enough XRP to meet the account's [reserve requirements](../accounts/reserves.md).
- If a transaction affects how the sending address authorizes transactions, no other transactions from the same address can be queued behind it.
diff --git a/docs/img/amm-clob-diagram.png b/docs/img/amm-clob-diagram.png
index b6ac674fda..e4ed7e57b1 100644
Binary files a/docs/img/amm-clob-diagram.png and b/docs/img/amm-clob-diagram.png differ
diff --git a/docs/references/http-websocket-apis/public-api-methods/clio-methods/index.md b/docs/references/http-websocket-apis/public-api-methods/clio-methods/index.md
new file mode 100644
index 0000000000..ec46932c8f
--- /dev/null
+++ b/docs/references/http-websocket-apis/public-api-methods/clio-methods/index.md
@@ -0,0 +1,9 @@
+---
+metadata:
+ indexPage: true
+---
+# Clio Methods
+
+These API methods are provided only by the Clio server, not `rippled`.
+
+{% child-pages /%}
diff --git a/docs/references/http-websocket-apis/public-api-methods/clio-methods/ledger_index.md b/docs/references/http-websocket-apis/public-api-methods/clio-methods/ledger_index.md
new file mode 100644
index 0000000000..9cf502b655
--- /dev/null
+++ b/docs/references/http-websocket-apis/public-api-methods/clio-methods/ledger_index.md
@@ -0,0 +1,88 @@
+---
+seo:
+ description: Look up a ledger by its close time.
+labels:
+ - Blockchain
+---
+# ledger_index
+[[Source]](https://github.com/XRPLF/clio/blob/develop/src/rpc/handlers/LedgerIndex.cpp "Source")
+
+The `ledger_index` command looks up information about the last closed ledger at a given real-world time. This may be useful for correlating events that happened off-chain with historical data in the XRP Ledger. {% badge href="https://github.com/XRPLF/clio/releases/tag/2.3.0" date="TBD" %}New in: Clio v2.3.0{% /badge %}
+
+This method is only available from the Clio server, not `rippled`.
+
+## Request Format
+An example of the request format:
+
+{% tabs %}
+
+{% tab label="WebSocket" %}
+```json
+{
+ "id": "example_ledger_index",
+ "command": "ledger_index",
+ "date": "2024-08-28T22:59:00Z"
+}
+```
+{% /tab %}
+
+{% tab label="JSON-RPC" %}
+```json
+{
+ "method": "ledger_index",
+ "params": [
+ {
+ "date": "2024-08-28T22:59:00Z"
+ }
+ ]
+}
+```
+{% /tab %}
+
+{% /tabs %}
+
+[Try it! >](/resources/dev-tools/websocket-api-tool#ledger_index)
+
+The request can contain the following parameters:
+
+| `Field` | Type | Required? | Description |
+|:--------|:-------|:----------|-------------|
+| `date` | String | No | An ISO 8601 timestamp of the time to look up. Must be formatted without microseconds, and using `Z` as the time zone marker. For example, `2024-08-28T22:59:00Z`. If omitted, use the current time. |
+
+## Response Format
+
+An example of a successful response:
+
+{% tabs %}
+
+{% tab label="WebSocket" %}
+{% code-snippet file="/_api-examples/ledger_index/ws-response.json" language="json" /%}
+{% /tab %}
+
+{% tab label="JSON-RPC" %}
+{% code-snippet file="/_api-examples/ledger_index/jsonrpc-response.json" language="json" prefix="200 OK\n\n" /%}
+{% /tab %}
+
+{% /tabs %}
+
+The response follows the [standard format][], with a successful result containing information about the most recently closed ledger at the requested time, including the following fields:
+
+| Field | Type | Description |
+|:---------------|:--------|:------------------------------------|
+| `ledger_index` | Number | The [Ledger Index][] of the most recently closed ledger at the specified time. |
+| `ledger_hash` | String | The identifying [Hash][] of the most recently closed ledger at the specified time. |
+| `closed` | String | The official close time of the most recently closed ledger at the specified time. |
+| `validated` | Boolean | If `true`, the ledger has been validated by the consensus process and is immutable. Otherwise, the contents of the ledger are not final and may change. |
+
+{% admonition type="info" name="Note" %}
+Due to the rounding on ledger close times, there may be a difference of up to 10 seconds between the "official" close time of a ledger and the real-world clock time when the ledger was closed. For more details, see [Ledger Close Times](../../../../concepts/ledgers/ledger-close-times.md).
+{% /admonition %}
+
+## Possible Errors
+
+* Any of the [universal error types][].
+* `invalidParams` - One or more fields are specified incorrectly, or one or more required fields are missing.
+ * For example, this can occur if the specified `date` included a microseconds component.
+* `lgrNotFound` - The server does not have ledger history for the specified point in time.
+
+{% raw-partial file="/docs/_snippets/common-links.md" /%}
diff --git a/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/mpt_holders.md b/docs/references/http-websocket-apis/public-api-methods/clio-methods/mpt_holders.md
similarity index 92%
rename from docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/mpt_holders.md
rename to docs/references/http-websocket-apis/public-api-methods/clio-methods/mpt_holders.md
index 6b55abeac4..9d60f3d212 100644
--- a/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/mpt_holders.md
+++ b/docs/references/http-websocket-apis/public-api-methods/clio-methods/mpt_holders.md
@@ -7,7 +7,7 @@ labels:
# mpt_holders
-{% partial file="/docs/_snippets/mpts-disclaimer.md" /%}
+_(Requires the [MPToken amendment][] {% not-enabled /%})_
For a given `MPTokenIssuanceID` and ledger sequence, `mpt_holders` returns all holders of that MPT and their balance. This method likely returns very large data sets, so you should expect to implement paging via the `marker` field. This API is only available using Clio, not rippled.
@@ -44,7 +44,7 @@ The request contains the following parameters:
|:------------------|:---------------------|:----------|-------------|
| `mpt_issuance_id` | string | Yes | The `MPTokenIssuance` to query. |
| `ledger_index` | string or number (positive integer) | No | The ledger index of the max ledger to use, ora shortcut string to choose a ledger automatically. You must specify either ledger_index or ledger_hash. |
-| `ledger_hash` | string | No | A 20-byte hex string for the ma ledger version to use. You must specify either ledger_index or ledger_hash. |
+| `ledger_hash` | string | No | A 32-byte hex string for the ledger version to use. You must specify either ledger_index or ledger_hash. |
| `marker` | string | No | Used to continue your query where it left off in paginating. |
| `limit` | number (positive integer) | No | Specify a limit to the number of MPTs returned. |
@@ -73,7 +73,7 @@ The request contains the following parameters:
### Response Fields
-The response follows the [standard format](https://xrpl.org/docs/references/http-websocket-apis/api-conventions/response-formatting/), with the result containing the following fields:
+The response follows the [standard format][], with the result containing the following fields:
| Field | Type | Description |
|:-----------------------|:--------|:------------------------------------------|
@@ -134,8 +134,8 @@ Example of an `account_objects` response:
"result": {
"account": "rBT9cUqK6UvpvZhPFNQ2qpUTin8rDokBeL",
"account_objects": [
- {
- "AssetScale": 2,
+ {
+ "AssetScale": 2,
"Flags": 64,
"Issuer": "rBT9cUqK6UvpvZhPFNQ2qpUTin8rDokBeL",
"LedgerEntryType": "MPTokenIssuance",
@@ -154,3 +154,5 @@ Example of an `account_objects` response:
}
}
```
+
+{% raw-partial file="/docs/_snippets/common-links.md" /%}
diff --git a/docs/references/http-websocket-apis/public-api-methods/clio-server/index.md b/docs/references/http-websocket-apis/public-api-methods/clio-server/index.md
deleted file mode 100644
index ea1ad9a328..0000000000
--- a/docs/references/http-websocket-apis/public-api-methods/clio-server/index.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-html: clio-methods.html
-parent: public-api-methods.html
-metadata:
- indexPage: true
----
-# Clio Server
-
-Use these methods to retrieve information using Clio server APIs.
-
-
-{% child-pages /%}
diff --git a/docs/references/http-websocket-apis/public-api-methods/index.md b/docs/references/http-websocket-apis/public-api-methods/index.md
index 517a555d9f..0b4fa8ad38 100644
--- a/docs/references/http-websocket-apis/public-api-methods/index.md
+++ b/docs/references/http-websocket-apis/public-api-methods/index.md
@@ -93,7 +93,7 @@ Use these methods to retrieve information about the current state of the `ripple
* **[`server_state`](server-info-methods/server_state.md)** - Retrieve status of the server in machine-readable format.
- **[`manifest`](server-info-methods/manifest.md)** - Retrieve the latest ephemeral public key information about a known validator.
-## [Clio Methods](clio-server/index.md)
+## [Clio Methods](clio-methods/index.md)
Use these methods to retrieve information using Clio server APIs.
diff --git a/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_entry.md b/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_entry.md
index 4a752a2cf2..cfdd373e43 100644
--- a/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_entry.md
+++ b/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_entry.md
@@ -923,7 +923,9 @@ An example of a successful response:
{% /tabs %}
-### Get MPT Issuance Object
+### Get MPT Issuance Object
+
+_(Requires the [MPToken amendment][] {% not-enabled /%})_
Return an `MPTokenIssuance` object.
@@ -960,7 +962,12 @@ Return an `MPTokenIssuance` object.
```sh
rippled json ledger_entry '{ "mpt_issuance": "000004C463C52827307480341125DA0577DEFC38405B0E3E", "ledger_index": "validated" }'
```
-### Get MPToken Object
+
+[Try it! >](/resources/dev-tools/websocket-api-tool#ledger_entry-mpt_issuance)
+
+### Get MPToken Object
+
+_(Requires the [MPToken amendment][] {% not-enabled /%})_
Return an `MPToken` object.
@@ -1004,19 +1011,18 @@ Return an `MPToken` object.
rippled json ledger_entry '{ "mpt_issuance_id": "000002DFA4D893CFBC4DC6AE877EB585F90A3B47528B958D", "account":"r33kves44ksufkHSGg3M6GPPAsoVHEN8C1"}'
```
-
-[Try it! >](https://xrpl.org/resources/dev-tools/websocket-api-tool.html#ledger_entry-mpt_issuance)
+[Try it! >](/resources/dev-tools/websocket-api-tool#ledger_entry-mptissuance)
## Response Format
-The response follows the [standard format](https://xrpl.org/docs/references/http-websocket-apis/api-conventions/response-formatting/), with a successful result containing the following fields:
+The response follows the [standard format][], with a successful result containing the following fields:
| Field | Type | Description |
|:---------------|:-----------------|:-----------------------------------------|
-| `index` | String | The unique ID of this [ledger entry](https://xrpl.org/docs/references/protocol/ledger-data/ledger-entry-types/). |
-| `ledger_index` | Unsigned Integer | The [ledger index](https://xrpl.org/docs/references/protocol/data-types/basic-data-types/#ledger-index) of the ledger that was used when retrieving this data. |
-| `node` | Object | _(Omitted if `"binary": true` specified.)_ Object containing the data of this ledger entry, according to the [ledger format](https://xrpl.org/docs/references/protocol/ledger-data/ledger-entry-types/). |
-| `node_binary` | String | _(Omitted unless `"binary":true` specified)_ The [binary representation](https://xrpl.org/docs/references/protocol/binary-format/) of the ledger object, as hexadecimal. |
+| `index` | String | The unique ID of this [ledger entry](../../../protocol/ledger-data/ledger-entry-types/index.md). |
+| `ledger_index` | Unsigned Integer | The [ledger index](../../../protocol/data-types/basic-data-types.md#ledger-index) of the ledger that was used when retrieving this data. |
+| `node` | Object | _(Omitted if `"binary": true` specified.)_ Object containing the data of this ledger entry, according to the [ledger format](../../../protocol/ledger-data/ledger-entry-types/index.md). |
+| `node_binary` | String | _(Omitted unless `"binary":true` specified)_ The [binary representation](../../../protocol/binary-format.md) of the ledger object, as hexadecimal. |
An example of a successful response:
diff --git a/docs/references/http-websocket-apis/public-api-methods/subscription-methods/subscribe.md b/docs/references/http-websocket-apis/public-api-methods/subscription-methods/subscribe.md
index e6dcf7b4ab..309df636a8 100644
--- a/docs/references/http-websocket-apis/public-api-methods/subscription-methods/subscribe.md
+++ b/docs/references/http-websocket-apis/public-api-methods/subscription-methods/subscribe.md
@@ -183,8 +183,6 @@ The fields from a ledger stream message are as follows:
## Validations Stream
-{% badge href="https://github.com/XRPLF/rippled/releases/tag/0.29.0" %}New in: rippled 0.29.0{% /badge %}
-
The validations stream sends messages whenever it receives validation messages, also called validation votes, regardless of whether or not the validation message is from a trusted validator. The message looks like the following:
```json
diff --git a/docs/references/protocol/binary-format.md b/docs/references/protocol/binary-format.md
index 5a80b58bee..051b3eb15f 100644
--- a/docs/references/protocol/binary-format.md
+++ b/docs/references/protocol/binary-format.md
@@ -155,17 +155,17 @@ All fields in a transaction are sorted in a specific order based first on the fi
### Type Codes
-Each field type has an arbitrary type code, with lower codes sorting first. These codes are defined in [`SField.h`](https://github.com/XRPLF/rippled/blob/master/src/ripple/protocol/SField.h#L57-L74).
+Each field type has an arbitrary type code, with lower codes sorting first. These codes are defined in [`SField.h`](https://github.com/XRPLF/rippled/blob/master/include/xrpl/protocol/SField.h#L60-L98).
-For example, [UInt32 has type code 2](https://github.com/XRPLF/rippled/blob/72e6005f562a8f0818bc94803d222ac9345e1e40/src/ripple/protocol/SField.h#L59), so all UInt32 fields come before all [Amount fields, which have type code 6](https://github.com/XRPLF/rippled/blob/72e6005f562a8f0818bc94803d222ac9345e1e40/src/ripple/protocol/SField.h#L63).
+For example, [UInt32 has type code 2](https://github.com/XRPLF/rippled/blob/master/include/xrpl/protocol/SField.h#L67), so all UInt32 fields come before all [Amount fields, which have type code 6](https://github.com/XRPLF/rippled/blob/master/include/xrpl/protocol/SField.h#L71).
The [definitions file](#definitions-file) lists the type codes for each type in the `TYPES` map.
### Field Codes
-Each field has a field code, which is used to sort fields that have the same type as one another, with lower codes sorting first. These fields are defined in [`SField.cpp`](https://github.com/XRPLF/rippled/blob/72e6005f562a8f0818bc94803d222ac9345e1e40/src/ripple/protocol/impl/SField.cpp#L72-L266).
+Each field has a field code, which is used to sort fields that have the same type as one another, with lower codes sorting first. These fields are defined in [`sfields.macro`](https://github.com/XRPLF/rippled/blob/master/include/xrpl/protocol/detail/sfields.macro).
-For example, the `Account` field of a [Payment transaction][] [has sort code 1](https://github.com/XRPLF/rippled/blob/72e6005f562a8f0818bc94803d222ac9345e1e40/src/ripple/protocol/impl/SField.cpp#L219), so it comes before the `Destination` field which [has sort code 3](https://github.com/XRPLF/rippled/blob/72e6005f562a8f0818bc94803d222ac9345e1e40/src/ripple/protocol/impl/SField.cpp#L221).
+For example, the `Account` field of a [Payment transaction][] [has sort code 1](https://github.com/XRPLF/rippled/blob/master/include/xrpl/protocol/detail/sfields.macro#L269), so it comes before the `Destination` field which [has sort code 3](https://github.com/XRPLF/rippled/blob/master/include/xrpl/protocol/detail/sfields.macro#L271).
Field codes are reused for fields of different field types, but fields of the same type never have the same field code. When you combine the type code with the field code, you get the field's unique [Field ID](#field-ids).
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/accountroot.md b/docs/references/protocol/ledger-data/ledger-entry-types/accountroot.md
index c9452077d6..9035c9405d 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/accountroot.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/accountroot.md
@@ -1,6 +1,4 @@
---
-html: accountroot.html
-parent: ledger-entry-types.html
seo:
description: The settings, XRP balance, and other metadata for one account.
labels:
@@ -8,9 +6,9 @@ labels:
- XRP
---
# AccountRoot
-[[Source]](https://github.com/XRPLF/rippled/blob/264280edd79b7f764536e02459f33f66a59c0531/src/ripple/protocol/impl/LedgerFormats.cpp#L36-L60 "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/f64cf9187affd69650907d0d92e097eb29693945/include/xrpl/protocol/detail/ledger_entries.macro#L136-L158 "Source")
-An `AccountRoot` ledger entry type describes a single [account](../../../../concepts/accounts/index.md), its settings, and XRP balance.
+An `AccountRoot` ledger entry type describes a single [account](../../../../concepts/accounts/index.md), its settings, and XRP balance. You can create a new account by sending a [Payment transaction][] with enough XRP to a mathematically-valid address.
## Example {% $frontmatter.seo.title %} JSON
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/amendments.md b/docs/references/protocol/ledger-data/ledger-entry-types/amendments.md
index 19dbd8f9aa..89bf252e24 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/amendments.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/amendments.md
@@ -1,13 +1,11 @@
---
-html: amendments-object.html #amendments.html is taken by the concept page
-parent: ledger-entry-types.html
seo:
description: Singleton ledger entry with status of enabled and pending amendments.
labels:
- Blockchain
---
# Amendments
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/protocol/impl/LedgerFormats.cpp#L138-L144 "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/f64cf9187affd69650907d0d92e097eb29693945/include/xrpl/protocol/detail/ledger_entries.macro#L187-L192 "Source")
The `Amendments` ledger entry type contains a list of [Amendments](../../../../concepts/networks-and-servers/amendments.md) that are currently active. Each ledger version contains **at most one** `Amendments` entry.
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/amm.md b/docs/references/protocol/ledger-data/ledger-entry-types/amm.md
index 708e5c49e5..91887f5e36 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/amm.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/amm.md
@@ -1,18 +1,16 @@
---
-html: amm.html
-parent: ledger-entry-types.html
seo:
description: The definition and details of an Automated Market Maker (AMM) instance.
labels:
- AMM
---
# AMM
-[[Source]](https://github.com/XRPLF/rippled/blob/89780c8e4fd4d140fcb912cf2d0c01c1b260539e/src/ripple/protocol/impl/LedgerFormats.cpp#L272-L284 "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/f64cf9187affd69650907d0d92e097eb29693945/include/xrpl/protocol/detail/ledger_entries.macro#L369-L380 "Source")
+
+An `AMM` ledger entry describes a single [Automated Market Maker](../../../../concepts/tokens/decentralized-exchange/automated-market-makers.md) (AMM) instance. This is always paired with a [special AccountRoot entry](accountroot.md#special-amm-accountroot-entries). You can create an AMM by sending an [AMMCreate transaction][].
_(Added by the [AMM amendment][])_
-An `AMM` ledger entry describes a single [Automated Market Maker](../../../../concepts/tokens/decentralized-exchange/automated-market-makers.md) (AMM) instance. This is always paired with a [special AccountRoot entry](accountroot.md#special-amm-accountroot-entries).
-
## Example AMM JSON
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/bridge.md b/docs/references/protocol/ledger-data/ledger-entry-types/bridge.md
index 84e76f90cf..74456f234b 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/bridge.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/bridge.md
@@ -1,6 +1,4 @@
---
-html: bridge.html
-parent: ledger-entry-types.html
seo:
description: A `bridge` object represents a single cross-chain bridge that connects and enables value to move efficiently between two blockchains.
labels:
@@ -8,13 +6,12 @@ labels:
status: not_enabled
---
# Bridge
+[[Source]](https://github.com/XRPLF/rippled/blob/f64cf9187affd69650907d0d92e097eb29693945/include/xrpl/protocol/detail/ledger_entries.macro#L212-L223 "Source")
+
+The `Bridge` ledger entry represents a single cross-chain bridge that connects the XRP Ledger with another blockchain, such as its sidechain, and enables value in the form of XRP and other tokens (IOUs) to move efficiently between the two blockchains. You can create a bridge by sending an [XChainCreateBridge transaction][].
+
_(Requires the [XChainBridge amendment][] {% not-enabled /%})_
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/protocol/impl/LedgerFormats.cpp#L286-L300 "Source")
-
-The `Bridge` ledger entry represents a single cross-chain bridge that connects the XRP Ledger with another blockchain, such as its sidechain, and enables value in the form of XRP and other tokens (IOUs) to move efficiently between the two blockchains.
-
-
## Example Bridge JSON
```json
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/check.md b/docs/references/protocol/ledger-data/ledger-entry-types/check.md
index d1b7a26595..0042ac338d 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/check.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/check.md
@@ -1,18 +1,16 @@
---
-html: check.html
-parent: ledger-entry-types.html
seo:
description: A check that can be redeemed for money by its destination.
labels:
- Checks
---
# Check
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/protocol/impl/LedgerFormats.cpp#L157-L170 "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/f64cf9187affd69650907d0d92e097eb29693945/include/xrpl/protocol/detail/ledger_entries.macro#L50-L63 "Source")
+
+A `Check` entry describes a [check](../../../../concepts/payment-types/checks.md), similar to a paper personal check, which can be cashed by its destination to get money from its sender. You can create a check by sending a [CheckCreate transaction][].
_(Added by the [Checks amendment][].)_
-A `Check` entry describes a [check](../../../../concepts/payment-types/checks.md), similar to a paper personal check, which can be cashed by its destination to get money from its sender.
-
## Example {% $frontmatter.seo.title %} JSON
```json
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/depositpreauth.md b/docs/references/protocol/ledger-data/ledger-entry-types/depositpreauth.md
index 64377cc73c..033c65992d 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/depositpreauth.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/depositpreauth.md
@@ -1,15 +1,13 @@
---
-html: depositpreauth-object.html #depositpreauth.html is taken by the tx type
-parent: ledger-entry-types.html
seo:
description: A record of preauthorization for sending payments to an account that requires authorization.
labels:
- Security
---
# DepositPreauth
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/protocol/impl/LedgerFormats.cpp#L172-L178 "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/f64cf9187affd69650907d0d92e097eb29693945/include/xrpl/protocol/detail/ledger_entries.macro#L246-L253 "Source")
-A `DepositPreauth` entry tracks a preauthorization from one account to another. [DepositPreauth transactions][] create these entries.
+A `DepositPreauth` entry tracks a preauthorization from one account to another. You can create a preauthorization by sending a [DepositPreauth transaction][].
This has no effect on processing of transactions unless the account that provided the preauthorization requires [Deposit Authorization](../../../../concepts/accounts/depositauth.md). In that case, the account that was preauthorized can send payments and other transactions directly to the account that provided the preauthorization. Preauthorizations are one-directional, and have no effect on payments going the opposite direction.
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/did.md b/docs/references/protocol/ledger-data/ledger-entry-types/did.md
index 3c527627f4..3dfde91db5 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/did.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/did.md
@@ -1,18 +1,15 @@
---
-html: did.html
-parent: ledger-entry-types.html
seo:
description: The definition and details of a Decentralized Identifier (DID).
labels:
- DID
---
# DID
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/protocol/impl/LedgerFormats.cpp#L330-L341 "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/f64cf9187affd69650907d0d92e097eb29693945/include/xrpl/protocol/detail/ledger_entries.macro#L69-L77 "Source")
-_(Requires the [DID amendment][])_
-
-A `DID` ledger entry holds references to, or data associated with, a single [DID](../../../../concepts/decentralized-storage/decentralized-identifiers.md).
+A `DID` ledger entry holds references to, or data associated with, a single [Decentralized Identifier (DID)](../../../../concepts/decentralized-storage/decentralized-identifiers.md). You can create or modify a DID by sending a [DIDSet transaction][].
+_(Added by the [DID amendment][])_
## Example DID JSON
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/directorynode.md b/docs/references/protocol/ledger-data/ledger-entry-types/directorynode.md
index 6eeca01230..58bf047239 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/directorynode.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/directorynode.md
@@ -6,7 +6,7 @@ labels:
- Decentralized Exchange
---
# DirectoryNode
-[[Source]](https://github.com/XRPLF/rippled/blob/5d2d88209f1732a0f8d592012094e345cbe3e675/src/ripple/protocol/impl/LedgerFormats.cpp#L44 "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/f64cf9187affd69650907d0d92e097eb29693945/include/xrpl/protocol/detail/ledger_entries.macro#L165-L179 "Source")
The `DirectoryNode` ledger entry type provides a list of links to other entries in the ledger's state data. A single conceptual _Directory_ takes the form of a doubly linked list, with one or more DirectoryNode entries each containing up to 32 [IDs of other entries](../common-fields.md). The first DirectoryNode entry is called the root of the directory, and all entries other than the root can be added or deleted as necessary.
@@ -16,6 +16,8 @@ There are three kinds of directory:
* _Offer directories_ list the offers available in the [decentralized exchange](../../../../concepts/tokens/decentralized-exchange/index.md). A single Offer directory contains all the offers that have the same exchange rate for the same token (currency code and issuer).
* _NFT Offer directories_ list buy and sell offers for NFTs. Each NFT has up to two directories, one for buy offers, the other for sell offers.
+All types of directories are automatically updated by the protocol as necessary.
+
## Example {% $frontmatter.seo.title %} JSON
{% tabs %}
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/escrow.md b/docs/references/protocol/ledger-data/ledger-entry-types/escrow.md
index 6e3c6b0f7a..7501e507c1 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/escrow.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/escrow.md
@@ -1,18 +1,16 @@
---
-html: escrow-object.html #escrow.html is taken by the concept page
-parent: ledger-entry-types.html
seo:
description: Contains XRP held for a conditional payment.
labels:
- Escrow
---
# Escrow
-[[Source]](https://github.com/XRPLF/rippled/blob/c6b6d82a754fe449cc533e18659df483c10a5c98/src/ripple/protocol/impl/LedgerFormats.cpp#L90-L101 "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/f64cf9187affd69650907d0d92e097eb29693945/include/xrpl/protocol/detail/ledger_entries.macro#L329-L342 "Source")
+
+An `Escrow` ledger entry represents an [escrow](../../../../concepts/payment-types/escrow.md), which holds XRP until specific conditions are met. You can create an escrow by sending an [EscrowCreate transaction][].
_(Added by the [Escrow amendment][].)_
-An `Escrow` ledger entry represents an [escrow](../../../../concepts/payment-types/escrow.md), which holds XRP until specific conditions are met.
-
## Example {% $frontmatter.seo.title %} JSON
```json
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/feesettings.md b/docs/references/protocol/ledger-data/ledger-entry-types/feesettings.md
index 9c8667dc8d..416314fca3 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/feesettings.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/feesettings.md
@@ -1,13 +1,11 @@
---
-html: feesettings.html
-parent: ledger-entry-types.html
seo:
description: Singleton object with consensus-approved base transaction cost and reserve requirements.
labels:
- Fees
---
# FeeSettings
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/protocol/impl/LedgerFormats.cpp#L115-L120 "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/f64cf9187affd69650907d0d92e097eb29693945/include/xrpl/protocol/detail/ledger_entries.macro#L297-L309 "Source")
The `FeeSettings` entry contains the current base [transaction cost](../../../../concepts/transactions/transaction-cost.md) and [reserve amounts](../../../../concepts/accounts/reserves.md) as determined by [fee voting](../../../../concepts/consensus-protocol/fee-voting.md). Each ledger version contains **at most one** `FeeSettings` entry.
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/ledgerhashes.md b/docs/references/protocol/ledger-data/ledger-entry-types/ledgerhashes.md
index ae5b5a43a1..074ab3f804 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/ledgerhashes.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/ledgerhashes.md
@@ -1,26 +1,24 @@
---
-html: ledgerhashes.html
-parent: ledger-entry-types.html
seo:
description: Lists of prior ledger versions' hashes for history lookup.
labels:
- Blockchain
---
# LedgerHashes
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/protocol/impl/LedgerFormats.cpp#L104-L108 "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/f64cf9187affd69650907d0d92e097eb29693945/include/xrpl/protocol/detail/ledger_entries.macro#L202-L206 "Source")
-(Not to be confused with the ["ledger hash" string data type][Hash], which uniquely identifies a ledger version. This section describes the `LedgerHashes` ledger object type.)
+(Not to be confused with the ["ledger hash" string data type][Hash], which uniquely identifies a ledger version. This page describes the `LedgerHashes` ledger entry type.)
-The `LedgerHashes` object type contains a history of prior ledgers that led up to this ledger version, in the form of their hashes. Objects of this ledger type are modified automatically when closing a ledger. (This is one of the only times a ledger's state data is modified without a [transaction](../../../../concepts/transactions/index.md) or [pseudo-transaction](../../transactions/pseudo-transaction-types/pseudo-transaction-types.md).) The `LedgerHashes` objects exist to make it possible to look up a previous ledger's hash with only the current ledger version and at most one lookup of a previous ledger version.
+The `LedgerHashes` ledger entry type contains a history of prior ledgers that led up to this ledger version, in the form of their hashes. Entries of this type are modified automatically when closing a ledger. (This is one of the only times a ledger's state data is modified without a [transaction](../../../../concepts/transactions/index.md) or [pseudo-transaction](../../transactions/pseudo-transaction-types/pseudo-transaction-types.md).) The `LedgerHashes` entries exist to make it possible to look up a previous ledger's hash with only the current ledger version and at most one lookup of a previous ledger version.
-There are two kinds of `LedgerHashes` object. Both types have the same fields. Each ledger version contains:
+There are two kinds of `LedgerHashes` entry. Both types have the same fields. Each ledger version contains:
-- Exactly one "recent history" `LedgerHashes` object
-- A number of "previous history" `LedgerHashes` objects based on the current ledger index (that is, the length of the ledger history). Specifically, the XRP Ledger adds a new "previous history" object every 65536 ledger versions.
+- Exactly one "recent history" `LedgerHashes` entry.
+- A number of "previous history" `LedgerHashes` entries based on the current ledger index (that is, the length of the ledger history). Specifically, the XRP Ledger adds a new "previous history" object every 65536 ledger versions.
{% admonition type="info" name="Note" %}As an exception, a new genesis ledger has no `LedgerHashes` objects at all, because it has no ledger history.{% /admonition %}
-Example `LedgerHashes` object (trimmed for length):
+Example `LedgerHashes` entry (trimmed for length):
```json
{
@@ -54,16 +52,16 @@ In addition to the [common fields](../common-fields.md), {% code-page-name /%} e
## Recent History LedgerHashes
-There is exactly one `LedgerHashes` object of the "recent history" sub-type in every ledger after the genesis ledger. This object contains the identifying hashes of the most recent 256 ledger versions (or fewer, if the ledger history has less than 256 ledgers total) in the `Hashes` array. Whenever a new ledger is closed, part of the process of closing it involves updating the "recent history" object with the hash of the previous ledger version this ledger version is derived from (also known as this ledger version's _parent ledger_). When there are more than 256 hashes, the oldest one is removed.
+There is exactly one `LedgerHashes` entry of the "recent history" sub-type in every ledger after the genesis ledger. This entry contains the identifying hashes of the most recent 256 ledger versions (or fewer, if the ledger history has less than 256 ledgers total) in the `Hashes` array. Whenever a new ledger is closed, part of the process of closing it involves updating the "recent history" entry with the hash of the previous ledger version this ledger version is derived from (also known as this ledger version's _parent ledger_). When there are more than 256 hashes, the oldest one is removed.
-Using the "recent history" `LedgerHashes` object of a given ledger, you can get the hash of any ledger index within the 256 ledger versions before the given ledger version.
+Using the "recent history" `LedgerHashes` entry of a given ledger, you can get the hash of any of the 256 ledger versions before it.
## Previous History LedgerHashes
-The "previous history" `LedgerHashes` entries collectively contain the hash of every 256th ledger version (also called "flag ledgers") in the full history of the ledger. When the child of a flag ledger closes, the flag ledger's hash is added to the `Hashes` array of the newest "previous history" `LedgerHashes` object. Every 65536 ledgers, `rippled` creates a new `LedgerHashes` object, so that each "previous history" object has the hashes of 256 flag ledgers.
+The "previous history" `LedgerHashes` entries collectively contain the hash of every 256th ledger version (also called "flag ledgers") in the full history of the ledger. When the child of a flag ledger closes, the flag ledger's hash is added to the `Hashes` array of the newest "previous history" `LedgerHashes` entry. Every 65536 ledgers, `rippled` creates a new `LedgerHashes` entry, so that each "previous history" entry has the hashes of 256 flag ledgers.
-{% admonition type="info" name="Note" %}The oldest "previous history" `LedgerHashes` object contains only 255 entries because the genesis ledger has ledger index 1, not 0.{% /admonition %}
+{% admonition type="info" name="Note" %}The oldest "previous history" `LedgerHashes` entry contains only 255 hashes because the genesis ledger has ledger index 1, not 0.{% /admonition %}
The "previous history" `LedgerHashes` objects act as a [skip list](https://en.wikipedia.org/wiki/Skip_list) so you can get the hash of any historical flag ledger from its index. From there, you can use that flag ledger's "recent history" object to get the hash of any other ledger.
@@ -76,15 +74,15 @@ There are no flags defined for {% code-page-name /%} entries.
## LedgerHashes ID Formats
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/protocol/impl/Indexes.cpp#L26-L42)
-There are two formats for `LedgerHashes` object IDs, depending on whether the object is a "recent history" sub-type or a "previous history" sub-type.
+There are two formats for `LedgerHashes` ledger entry IDs, depending on whether the entry is a "recent history" sub-type or a "previous history" sub-type.
-The **"recent history"** `LedgerHashes` object has an ID that is the [SHA-512Half][] of the `LedgerHashes` space key (`0x0073`). In other words, the "recent history" always has the ID `B4979A36CDC7F3D3D5C31A4EAE2AC7D7209DDA877588B9AFC66799692AB0D66B`.
+The **"recent history"** `LedgerHashes` entry has an ID that is the [SHA-512Half][] of the `LedgerHashes` space key (`0x0073`). In other words, the "recent history" always has the ID `B4979A36CDC7F3D3D5C31A4EAE2AC7D7209DDA877588B9AFC66799692AB0D66B`.
-The **"previous history"** `LedgerHashes` objects have an ID that is the [SHA-512Half][] of the following values, concatenated in order:
+Each **"previous history"** `LedgerHashes` entry has an ID that is the [SHA-512Half][] of the following values, concatenated in order:
- The `LedgerHashes` space key (`0x0073`)
- The 32-bit [Ledger Index][] of a flag ledger in the object's `Hashes` array, divided by 65536.
- {% admonition type="success" name="Tip" %}Dividing by 65536 keeps the most significant 16 bits, which are the same for all the flag ledgers listed in a "previous history" object, and only those ledgers. You can use this fact to look up the `LedgerHashes` object that contains the hash of any flag ledger.{% /admonition %}
+ {% admonition type="success" name="Tip" %}Dividing by 65536 keeps the most significant 16 bits, which are the same for all the flag ledgers listed in a "previous history" entry, and only those ledgers. You can use this fact to look up the `LedgerHashes` entry that contains the hash of any flag ledger.{% /admonition %}
{% raw-partial file="/docs/_snippets/common-links.md" /%}
diff --git a/docs/references/protocol/data-types/mptoken.md b/docs/references/protocol/ledger-data/ledger-entry-types/mptoken.md
similarity index 92%
rename from docs/references/protocol/data-types/mptoken.md
rename to docs/references/protocol/ledger-data/ledger-entry-types/mptoken.md
index 6dcf029352..79e82175ca 100644
--- a/docs/references/protocol/data-types/mptoken.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/mptoken.md
@@ -5,7 +5,7 @@ labels:
---
# MPToken
-{% partial file="/docs/_snippets/mpts-disclaimer.md" /%}
+_(Requires the [MPToken amendment][] {% not-enabled /%})_
The `MPToken` object represents a number of tokens held by an account that is not the token issuer. MPTs are acquired via ordinary payment or DEX transactions, and can optionally be redeemed or exchanged using these same types of transactions. The object key of the MPToken is derived from hashing the space key, the holder's address, and the `MPTokenIssuanceID`.
@@ -57,8 +57,4 @@ Flags are properties or other options associated with the `MPToken` object.
| `lsfMPTLocked` | `0x00000001` | If enabled, indicates that the MPT owned by this account is currently locked and cannot be used in any XRP transactions other than sending value back to the issuer. |
| `lsfMPTAuthorized` | `0x00000002` | (Only applicable for allow-listing) If set, indicates that the issuer has authorized the holder for the MPT. This flag can be set using a `MPTokenAuthorize` transaction; it can also be "un-set" using a `MPTokenAuthorize` transaction specifying the `tfMPTUnauthorize` flag. |
-
-
+{% raw-partial file="/docs/_snippets/common-links.md" /%}
diff --git a/docs/references/protocol/data-types/mptokenissuance.md b/docs/references/protocol/ledger-data/ledger-entry-types/mptokenissuance.md
similarity index 84%
rename from docs/references/protocol/data-types/mptokenissuance.md
rename to docs/references/protocol/ledger-data/ledger-entry-types/mptokenissuance.md
index cddd4e8c72..6afc33a8dc 100644
--- a/docs/references/protocol/data-types/mptokenissuance.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/mptokenissuance.md
@@ -1,11 +1,11 @@
---
-blurb: Introduction to XRPL MPTs.
+blurb: The `MPTokenIssuance` object represents a single MPT issuance and holds data associated with the issuance itself.
labels:
- Multi-purpose Tokens, MPTs, Tokens
---
# MPTokenIssuance
-{% partial file="/docs/_snippets/mpts-disclaimer.md" /%}
+_(Requires the [MPToken amendment][] {% not-enabled /%})_
The `MPTokenIssuance` object represents a single MPT issuance and holds data associated with the issuance itself. Token issuances are created using the `MPTokenIssuanceCreate` transaction and can be destroyed by the `MPTokenIssuanceDestroy` transaction.
@@ -15,19 +15,29 @@ The `MPTokenIssuance` object represents a single MPT issuance and holds data ass
```json
{
- "name": "US Treasury Bill Token",
- "symbol": "USTBT",
- "issuer": "US Treasury",
- "issueDate": "2024-03-25",
- "maturityDate": "2025-03-25",
- "faceValue": 1000,
- "interestRate": 2.5,
- "interestFrequency": "Quarterly",
- "collateral": "US Government",
- "jurisdiction": "United States",
- "regulatoryCompliance": "SEC Regulations",
- "securityType": "Treasury Bill",
- "external_url": "https://example.com/t-bill-token-metadata.json"
+ "LedgerEntryType": "MPTokenIssuance",
+ "Flags": 131072,
+ "Issuer": "rsA2LpzuawewSBQXkiju3YQTMzW13pAAdW",
+ "AssetScale": 2,
+ "MaximumAmount": "100000000",
+ "OutstandingAmount": "100",
+ "TransferFee": 50000,
+ "MPTokenMetadata": "{
+ "name": "US Treasury Bill Token",
+ "symbol": "USTBT",
+ "issuer": "US Treasury",
+ "issueDate": "2024-03-25",
+ "maturityDate": "2025-03-25",
+ "faceValue": 1000,
+ "interestRate": 2.5,
+ "interestFrequency": "Quarterly",
+ "collateral": "US Government",
+ "jurisdiction": "United States",
+ "regulatoryCompliance": "SEC Regulations",
+ "securityType": "Treasury Bill",
+ "external_url": "https://example.com/t-bill-token-metadata.json"
+ }",
+ "OwnerNode": "74"
}
```
@@ -52,7 +62,7 @@ The `MPTokenIssuanceID` is a 192-bit integer, concatenated in order:
| Field Name | JSON Type | Internal Type | Description |
|:------------------|:----------|:--------------|:------------|
-| LedgerEntryType | number | UInt16 | The value 0x007E, mapped to the string MPTokenIssuance, indicates that this object describes a Multi-Purpose Token (MPT). |
+| `LedgerEntryType` | number | UInt16 | The value 0x007E, mapped to the string MPTokenIssuance, indicates that this object describes a Multi-Purpose Token (MPT). |
| `Flags` | number | UInt32 | See [MPTokenIssuance Flags](#mptokenissuance-flags) |
| `Issuer` | string | AccountID | The address of the account that controls both the issuance amounts and characteristics of a particular fungible token. |
| `AssetScale` | number | UInt8 | An asset scale is the difference, in orders of magnitude, between a standard unit and a corresponding fractional unit. More formally, the asset scale is a non-negative integer (0, 1, 2, …) such that one standard unit equals 10^(-scale) of a corresponding fractional unit. If the fractional unit equals the standard unit, then the asset scale is 0. |
@@ -80,9 +90,4 @@ Flags are properties or other options associated with the `MPToken` object. Exce
| `lsfMPTCanTransfer` | `0x00000020` | If set, indicates that tokens held by non-issuers can be transferred to other accounts. If not set, indicates that tokens held by non-issuers cannot be transferred except back to the issuer; this enables use cases such as store credit. |
| `lsfMPTCanClawback` | `0x00000040` | If set, indicates that the issuer may use the `Clawback` transaction to claw back value from individual holders. |
-
-
-
+{% raw-partial file="/docs/_snippets/common-links.md" /%}
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/negativeunl.md b/docs/references/protocol/ledger-data/ledger-entry-types/negativeunl.md
index 7932757a56..8a20c49ad1 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/negativeunl.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/negativeunl.md
@@ -1,12 +1,11 @@
---
-html: negativeunl.html
-parent: ledger-entry-types.html
seo:
description: List of validators currently believed to be offline.
labels:
- Blockchain
---
# NegativeUNL
+[[Source]](https://github.com/XRPLF/rippled/blob/f64cf9187affd69650907d0d92e097eb29693945/include/xrpl/protocol/detail/ledger_entries.macro#L85-L91 "Source")
_(Added by the [NegativeUNL amendment][].)_
@@ -42,8 +41,8 @@ In addition to the [common fields](../common-fields.md), the {% code-page-name /
|:----------------------|:----------|:------------------|:----------|:---------------------|
| `DisabledValidators` | Array | Array | No | A list of `DisabledValidator` objects (see below), each representing a trusted validator that is currently disabled. |
| `LedgerEntryType` | String | UInt16 | Yes | The value `0x004E`, mapped to the string `NegativeUNL`, indicates that this entry is the Negative UNL. |
-| `PreviousTxnID` | String | Hash256 | No | The identifying hash of the transaction that most recently modified this entry. _(Added by the [fixPreviousTxnID amendment][].)_ |
-| `PreviousTxnLgrSeq` | Number | UInt32 | No | The [index of the ledger][Ledger Index] that contains the transaction that most recently modified this entry. _(Added by the [fixPreviousTxnID amendment][].)_ |
+| `PreviousTxnID` | String | Hash256 | No | The identifying hash of the transaction that most recently modified this entry. _(Added by the [fixPreviousTxnID amendment][].)_ |
+| `PreviousTxnLgrSeq` | Number | UInt32 | No | The [index of the ledger][Ledger Index] that contains the transaction that most recently modified this entry. _(Added by the [fixPreviousTxnID amendment][].)_ |
| `ValidatorToDisable` | String | Blob | No | The public key of a trusted validator that is scheduled to be disabled in the next flag ledger. |
| `ValidatorToReEnable` | String | Blob | No | The public key of a trusted validator in the Negative UNL that is scheduled to be re-enabled in the next flag ledger. |
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/nftokenoffer.md b/docs/references/protocol/ledger-data/ledger-entry-types/nftokenoffer.md
index e128ae69e2..7a6458c122 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/nftokenoffer.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/nftokenoffer.md
@@ -1,14 +1,13 @@
---
-html: nftokenoffer.html
-parent: ledger-entry-types.html
seo:
description: Create offers to buy or sell NFTs.
labels:
- Non-fungible Tokens, NFTs
---
# NFTokenOffer
+[[Source]](https://github.com/XRPLF/rippled/blob/f64cf9187affd69650907d0d92e097eb29693945/include/xrpl/protocol/detail/ledger_entries.macro#L34-L44 "Source")
-An `NFTokenOffer` entry represents an offer to buy, sell or transfer an [NFT](../../../../concepts/tokens/nfts/index.md).
+An `NFTokenOffer` entry represents an offer to buy, sell or transfer an [NFT](../../../../concepts/tokens/nfts/index.md). You can create an NFT buy or sell offer by sending an [NFTokenCreateOffer transaction][].
_(Added by the [NonFungibleTokensV1_1 amendment][].)_
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/nftokenpage.md b/docs/references/protocol/ledger-data/ledger-entry-types/nftokenpage.md
index 2d4e19ec25..c5d8c1d0e9 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/nftokenpage.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/nftokenpage.md
@@ -1,14 +1,13 @@
---
-html: nftokenpage.html
-parent: ledger-entry-types.html
seo:
description: Ledger structure for recording NFTokens.
labels:
- Non-fungible Tokens, NFTs
---
# NFTokenPage
+[[Source]](https://github.com/XRPLF/rippled/blob/f64cf9187affd69650907d0d92e097eb29693945/include/xrpl/protocol/detail/ledger_entries.macro#L97-L103 "Source")
-The `NFTokenPage` object represents a collection of [NFTs](../../../../concepts/tokens/nfts/index.md) owned by the same account. An account can have multiple `NFTokenPage` entries, which form a doubly linked list.
+An `NFTokenPage` entry represents a collection of [NFTs](../../../../concepts/tokens/nfts/index.md) owned by the same account. An account can have multiple `NFTokenPage` entries, which form a doubly linked list. NFT directories are automatically updated when an account mints, burns, buys, or sells NFTs.
_(Added by the [NonFungibleTokensV1_1 amendment][].)_
@@ -92,14 +91,16 @@ Since each page can hold up to 32 entries, the _effective_ reserve cost per NFT
Because of the way splitting and combining pages works, the actual number of `NFToken` objects per page is somewhat unpredictable and depends on the actual `NFTokenID` values involved. In practice, after minting or receiving a large number of NFTs, each page can have as few as 16 items, or as many as 32, with the typical case being around 24 `NFToken` objects per page.
-Currently, the reserve per item is 2 XRP. The table below shows how much the **total owner reserve** is for various numbers of NFTs owned under various scenarios:
+Currently, the reserve per item is {% $env.PUBLIC_OWNER_RESERVE %}. The table below shows how much the **total owner reserve** is for various numbers of NFTs owned under various scenarios:
| NFTs Owned | Best Case | Typical | Worst Case |
|:------------|:----------|:--------|:-----------|
-| 32 or fewer | 2 XRP | 2 XRP | 2 XRP |
-| 50 | 4 XRP | 6 XRP | 8 XRP |
-| 200 | 14 XRP | 18 XRP | 26 XRP |
-| 1000 | 64 XRP | 84 XRP | 126 XRP |
+| 32 or fewer | 0.2 XRP | 0.2 XRP | 0.2 XRP |
+| 50 | 0.4 XRP | 0.6 XRP | 0.8 XRP |
+| 200 | 1.4 XRP | 1.8 XRP | 2.6 XRP |
+| 1000 | 6.4 XRP | 8.4 XRP | 12.6 XRP |
+
+
These numbers are estimates; the actual numbers may vary.
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/offer.md b/docs/references/protocol/ledger-data/ledger-entry-types/offer.md
index 04760704d7..af0a6fa952 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/offer.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/offer.md
@@ -1,15 +1,13 @@
---
-html: offer.html
-parent: ledger-entry-types.html
seo:
description: An order to make a currency trade.
labels:
- Decentralized Exchange
---
# Offer
-[[Source]](https://github.com/XRPLF/rippled/blob/5d2d88209f1732a0f8d592012094e345cbe3e675/src/ripple/protocol/impl/LedgerFormats.cpp#L57 "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/f64cf9187affd69650907d0d92e097eb29693945/include/xrpl/protocol/detail/ledger_entries.macro#L229-L240 "Source")
-The `Offer` ledger entry describes an [Offer](../../../../concepts/tokens/decentralized-exchange/offers.md) to exchange currencies in the XRP Ledger's [decentralized exchange](../../../../concepts/tokens/decentralized-exchange/index.md). (In finance, this is more traditionally known as an _order_.) An [OfferCreate transaction][] only creates an `Offer` entry in the ledger when the Offer cannot be fully executed immediately by consuming other Offers already in the ledger.
+An `Offer` ledger entry describes an [Offer](../../../../concepts/tokens/decentralized-exchange/offers.md) to exchange currencies in the XRP Ledger's [decentralized exchange](../../../../concepts/tokens/decentralized-exchange/index.md). (In finance, this is more traditionally known as an _order_.) You an create a new Offer entry by sending an [OfferCreate transaction][] that is not fully executed immediately.
An Offer can become unfunded through other activities in the network, while remaining in the ledger. When processing transactions, the network automatically removes any unfunded Offers that those transactions come across. (Otherwise, unfunded Offers remain, because _only_ transactions can change the ledger state.)
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/oracle.md b/docs/references/protocol/ledger-data/ledger-entry-types/oracle.md
index 344e6bd0c5..44325f5d17 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/oracle.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/oracle.md
@@ -1,17 +1,15 @@
+---
+seo:
+ description: A ledger entry to publish price information about currency pairs.
+labels:
+ - Decentralized Exchange
+---
# Oracle
+[[Source]](https://github.com/XRPLF/rippled/blob/f64cf9187affd69650907d0d92e097eb29693945/include/xrpl/protocol/detail/ledger_entries.macro#L385-L395 "Source")
-_(Requires the [PriceOracle amendment][])_
-
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/protocol/impl/LedgerFormats.cpp#L353-L366 "Source")
-
-An `Oracle` ledger entry holds data associated with a single price oracle object.
-
-{% admonition type="info" name="Note" %}
-
-A price oracle object can store information for up to 10 token pairs.
-
-{% /admonition %}
+An `Oracle` ledger entry holds data associated with a single [price oracle](../../../../concepts/decentralized-storage/price-oracles.md), which can store information on up to 10 asset pairs. You can create or modify a price oracle with an [OracleSet transaction][].
+_(Added by the [PriceOracle amendment][])_
## Example Oracle JSON
@@ -42,12 +40,12 @@ A price oracle object can store information for up to 10 token pairs.
| Field | JSON Type | Internal Type | Required? | Description |
|---------------------|-----------|---------------|-----------|-------------|
-| `Owner` | String | AccountID | Yes | The XRPL account with update and delete privileges for the oracle. It's recommended to set up [multi-signing](../../../../tutorials/how-tos/manage-account-settings/set-up-multi-signing.md) on this account. |
-| `Provider` | String | Blob | Yes | An arbitrary value that identifies an oracle provider, such as Chainlink, Band, or DIA. This field is a string, up to 256 ASCII hex encoded characters (0x20-0x7E). |
-| `PriceDataSeries` | Array | Array | Yes | An array of up to 10 `PriceData` objects, each representing the price information for a token pair. More than five `PriceData` objects require two owner reserves. |
-| `LastUpdateTime` | Number | UInt32 | Yes | The time the data was last updated, represented in Unix time. |
+| `Owner` | String | AccountID | Yes | The [account](../../../../concepts/accounts/index.md) with update and delete privileges for the oracle. It's recommended to set up [multi-signing](../../../../tutorials/how-tos/manage-account-settings/set-up-multi-signing.md) on this account. |
+| `Provider` | String | Blob | Yes | An arbitrary value that identifies an oracle provider, such as Chainlink, Band, or DIA. This field is a string, up to 256 ASCII hex encoded characters (`0x20`-`0x7E`). |
+| `PriceDataSeries` | Array | Array | Yes | An array of up to 10 `PriceData` objects, each representing the price information for an asset pair. More than five `PriceData` objects require two owner reserves. |
+| `LastUpdateTime` | Number | UInt32 | Yes | The time the data was last updated, represented in Unix time. (**Note:** Unlike many other time values on the XRP Ledger, this value does not use the Ripple Epoch.) |
| `URI` | String | Blob | No | An optional Universal Resource Identifier to reference price data off-chain. This field is limited to 256 bytes. |
-| `AssetClass` | String | Blob | Yes | Describes the type of asset, such as "currency", "commodity", or "index". This field is a string, up to 16 ASCII hex encoded characters (0x20-0x7E). |
+| `AssetClass` | String | Blob | Yes | Arbitrary string to describe the type of asset, such as _currency_, _commodity_, or _index_. Must be formatted as hexadecimal representing ASCII characters (`0x20`-`0x7E`), maximum 16 bytes. |
| `OwnerNode` | String | UInt64 | Yes | A hint indicating which page of the oracle owner's owner directory links to this entry, in case the directory consists of multiple pages. |
| `PreviousTxnID` | String | UInt256 | Yes | The hash of the previous transaction that modified this entry. |
| `PreviousTxnLgrSeq` | String | UInt32 | Yes | The ledger index that this object was most recently modified or created in. |
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/paychannel.md b/docs/references/protocol/ledger-data/ledger-entry-types/paychannel.md
index ea35782ba7..902a2fcd0d 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/paychannel.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/paychannel.md
@@ -1,19 +1,16 @@
---
-html: paychannel.html
-parent: ledger-entry-types.html
seo:
description: A channel for asynchronous XRP payments.
labels:
- Payment Channels
---
# PayChannel
-[[Source]](https://github.com/XRPLF/rippled/blob/c0a0b79d2d483b318ce1d82e526bd53df83a4a2c/src/ripple/protocol/impl/LedgerFormats.cpp#L180-L198 "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/f64cf9187affd69650907d0d92e097eb29693945/include/xrpl/protocol/detail/ledger_entries.macro#L348-L363 "Source")
+
+A `PayChannel` entry represents a [payment channel](../../../../concepts/payment-types/payment-channels.md). You can create a payment channel with a [PaymentChannelCreate transaction][].
_(Added by the [PayChan amendment][].)_
-A `PayChannel` entry represents a [payment channel](../../../../concepts/payment-types/payment-channels.md).
-
-
## Example {% $frontmatter.seo.title %} JSON
```json
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/ripplestate.md b/docs/references/protocol/ledger-data/ledger-entry-types/ripplestate.md
index 331cf3a76e..e352300d15 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/ripplestate.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/ripplestate.md
@@ -1,15 +1,13 @@
---
-html: ripplestate.html
-parent: ledger-entry-types.html
seo:
description: This entry represents a trust line, tracking the net balance of tokens between them.
labels:
- Tokens
---
# RippleState
-[[Source]](https://github.com/XRPLF/rippled/blob/5d2d88209f1732a0f8d592012094e345cbe3e675/src/ripple/protocol/impl/LedgerFormats.cpp#L70 "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/f64cf9187affd69650907d0d92e097eb29693945/include/xrpl/protocol/detail/ledger_entries.macro#L277-L289 "Source")
-A `RippleState` ledger entry represents a [trust line](../../../../concepts/tokens/fungible-tokens/index.md) between two accounts. Each account can change its own limit and other settings, but the balance is a single shared value. A trust line that is entirely in its default state is considered the same as a trust line that does not exist and is automatically deleted.
+A `RippleState` ledger entry represents a [trust line](../../../../concepts/tokens/fungible-tokens/index.md) between two accounts. Each account can change its own limit and other settings, but the balance is a single shared value. A trust line that is entirely in its default state is considered the same as a trust line that does not exist and is automatically deleted. You can create or modify a trust line with a [TrustSet transaction][].
## High vs. Low Account
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/signerlist.md b/docs/references/protocol/ledger-data/ledger-entry-types/signerlist.md
index 91f009b629..642d5a44dd 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/signerlist.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/signerlist.md
@@ -1,19 +1,16 @@
---
-html: signerlist.html
-parent: ledger-entry-types.html
seo:
description: A list of addresses for multi-signing transactions.
labels:
- Security
---
# SignerList
-[[Source]](https://github.com/XRPLF/rippled/blob/6d2e3da30696bd10e3bb11a5ff6d45d2c4dae90f/src/ripple/protocol/impl/LedgerFormats.cpp#L127 "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/f64cf9187affd69650907d0d92e097eb29693945/include/xrpl/protocol/detail/ledger_entries.macro#L111-L118 "Source")
+
+A `SignerList` entry represents a list of parties that, as a group, are authorized to sign a transaction in place of an individual account by [multi-signing](../../../../concepts/accounts/multi-signing.md). You can create, replace, or remove a signer list using a [SignerListSet transaction][].
_(Added by the [MultiSign amendment][].)_
-A `SignerList` entry represents a list of parties that, as a group, are authorized to sign a transaction in place of an individual account. You can create, replace, or remove a signer list using a [SignerListSet transaction][].
-
-
## Example {% $frontmatter.seo.title %} JSON
```json
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/ticket.md b/docs/references/protocol/ledger-data/ledger-entry-types/ticket.md
index 2d98f227de..d25a0e2c82 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/ticket.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/ticket.md
@@ -7,12 +7,12 @@ labels:
- Transaction Sending
---
# Ticket
+[[Source]](https://github.com/XRPLF/rippled/blob/f64cf9187affd69650907d0d92e097eb29693945/include/xrpl/protocol/detail/ledger_entries.macro#L124-L130 "Source")
-[[Source]](https://github.com/XRPLF/rippled/blob/76a6956138c4ecd156c5c408f136ed3d6ab7d0c1/src/ripple/protocol/impl/LedgerFormats.cpp#L155-L164)
+A `Ticket` entry type represents a [Ticket](../../../../concepts/accounts/tickets.md), which tracks an account [sequence number][Sequence Number] that has been set aside for future use. You can create new tickets with a [TicketCreate transaction][].
_(Added by the [TicketBatch amendment][].)_
-A `Ticket` entry type represents a [Ticket](../../../../concepts/accounts/tickets.md), which tracks an account [sequence number][Sequence Number] that has been set aside for future use. You can create new tickets with a [TicketCreate transaction][].
## Example {% $frontmatter.seo.title %} JSON
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/xchainownedclaimid.md b/docs/references/protocol/ledger-data/ledger-entry-types/xchainownedclaimid.md
index 41f4e756bf..4a7dae0194 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/xchainownedclaimid.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/xchainownedclaimid.md
@@ -1,6 +1,4 @@
---
-html: xchainownedclaimid.html
-parent: ledger-entry-types.html
seo:
description: An `XChainOwnedClaimID` object represents *one* cross-chain transfer of value.
labels:
@@ -8,16 +6,16 @@ labels:
status: not_enabled
---
# XChainOwnedClaimID
+[[Source]](https://github.com/XRPLF/rippled/blob/f64cf9187affd69650907d0d92e097eb29693945/include/xrpl/protocol/detail/ledger_entries.macro#L259-L269 "Source")
+
+An `XChainOwnedClaimID` entry represents *one* cross-chain transfer of value and includes information of the account on the source chain that locks or burns the funds on the source chain.
+
+The `XChainOwnedClaimID` entry must be acquired on the destination chain before submitting a `XChainCommit` on the source chain. Its purpose is to prevent transaction replay attacks. It is also used as a place to collect attestations from witness servers.
+
+You can create a new `XChainOwnedClaimID` by sending an [XChainCreateClaimID transaction][]. An `XChainOwnedClaimID` is destroyed when the funds are successfully claimed on the destination chain.
+
_(Requires the [XChainBridge amendment][] {% not-enabled /%})_
-[[Source]](https://github.com/seelabs/rippled/blob/xbridge/src/ripple/protocol/impl/LedgerFormats.cpp#L281-L293 "Source")
-
-An `XChainOwnedClaimID` object represents *one* cross-chain transfer of value and includes information of the account on the source chain that locks or burns the funds on the source chain.
-
-The `XChainOwnedClaimID` object must be acquired on the destination chain before submitting a `XChainCommit` on the source chain. Its purpose is to prevent transaction replay attacks and is also used as a place to collect attestations from witness servers.
-
-An `XChainCreateClaimID` transaction is used to create a new `XChainOwnedClaimID`. The ledger object is destroyed when the funds are successfully claimed on the destination chain.
-
## Example XChainOwnedClaimID JSON
diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/xchainownedcreateaccountclaimid.md b/docs/references/protocol/ledger-data/ledger-entry-types/xchainownedcreateaccountclaimid.md
index 713fc09675..26f63f7dee 100644
--- a/docs/references/protocol/ledger-data/ledger-entry-types/xchainownedcreateaccountclaimid.md
+++ b/docs/references/protocol/ledger-data/ledger-entry-types/xchainownedcreateaccountclaimid.md
@@ -1,6 +1,4 @@
---
-html: xchainownedcreateaccountclaimid.html
-parent: ledger-entry-types.html
seo:
description: The `XChainOwnedCreateAccountClaimID` ledger object is used to collect attestations for creating an account via a cross-chain transfer.
labels:
@@ -8,16 +6,16 @@ labels:
status: not_enabled
---
# XChainOwnedCreateAccountClaimID
+[[Source]](https://github.com/XRPLF/rippled/blob/f64cf9187affd69650907d0d92e097eb29693945/include/xrpl/protocol/detail/ledger_entries.macro#L315-L323 "Source")
+
+An `XChainOwnedCreateAccountClaimID` ledger entry collects attestations for creating an account via a cross-chain transfer.
+
+You can create a new `XChainOwnedCreateAccountClaimID` entry by sending an [XChainAddAccountCreateAttestation transaction][] with a signed attestation of a relevant transaction occurring on another chain.
+
+An `XChainOwnedCreateAccountClaimID` ledger entry is destroyed when all the attestations have been received and the funds have transferred to the new account.
+
_(Requires the [XChainBridge amendment][] {% not-enabled /%})_
-[[Source]](https://github.com/seelabs/rippled/blob/xbridge/src/ripple/protocol/impl/LedgerFormats.cpp#L296-L306 "Source")
-
-The `XChainOwnedCreateAccountClaimID` ledger object is used to collect attestations for creating an account via a cross-chain transfer.
-
-It is created when an `XChainAddAccountCreateAttestation` transaction adds a signature attesting to a `XChainAccountCreateCommit` transaction and the `XChainAccountCreateCount` is greater than or equal to the current `XChainAccountClaimCount` on the `Bridge` ledger object.
-
-The ledger object is destroyed when all the attestations have been received and the funds have transferred to the new account.
-
## Example XChainOwnedCreateAccountClaimID JSON
diff --git a/docs/references/protocol/transactions/metadata.md b/docs/references/protocol/transactions/metadata.md
index 548d8b1ebf..e1552289fb 100644
--- a/docs/references/protocol/transactions/metadata.md
+++ b/docs/references/protocol/transactions/metadata.md
@@ -256,6 +256,8 @@ Transactions (`tx` and `account_tx`) involving NFTs can contain the following fi
| `offer_id` | String | Shows the `OfferID`of a new `NFTokenOffer` in a response from a `NFTokenCreateOffer` transaction. |
## MPT Fields
+_(Requires the [MPToken amendment][] {% not-enabled /%})_
+
### Synthetic mpt_issuance_id field
`MPTokenIssuanceID` is an identifier that allows you to specify an `MPTokenIssuance` in RPCs. The server adds a synthetically parsed `mpt_issuance_id` field to API responses to avoid the need for client-side parsing of the `MPTokenIssuanceID`.
diff --git a/docs/references/protocol/transactions/pseudo-transaction-types/enableamendment.md b/docs/references/protocol/transactions/pseudo-transaction-types/enableamendment.md
index 4b1d631a4c..3db16ac531 100644
--- a/docs/references/protocol/transactions/pseudo-transaction-types/enableamendment.md
+++ b/docs/references/protocol/transactions/pseudo-transaction-types/enableamendment.md
@@ -1,29 +1,19 @@
---
-html: enableamendment.html
-parent: pseudo-transaction-types.html
seo:
description: Enable a change in transaction processing.
labels:
- Blockchain
---
# EnableAmendment
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/Change.cpp "Source")
-An `EnableAmendment` pseudo-transaction marks a change in the status of a proposed amendment when it:
+An `EnableAmendment` pseudo-transaction marks a change in the status of a proposed amendment. The possible status changes are:
-- Gains supermajority approval from validators.
-- Loses supermajority approval.
-- Is enabled on the XRP Ledger protocol.
+- The amendment gains supermajority approval from validators.
+- The amendment loses supermajority approval.
+- The amendment becomes enabled.
-
+{% admonition type="info" name="Note" %}You cannot send a pseudo-transaction, but you may find one when processing ledgers.{% /admonition %}
## Example {% $frontmatter.seo.title %} JSON
@@ -41,7 +31,6 @@ A server only enables amendments when these conditions are met:
{% partial file="/docs/_snippets/pseudo-tx-fields-intro.md" /%}
-
| Field | JSON Type | [Internal Type][] | Description |
|:-----------------|:----------|:------------------|:--------------------------|
diff --git a/docs/references/protocol/transactions/pseudo-transaction-types/setfee.md b/docs/references/protocol/transactions/pseudo-transaction-types/setfee.md
index 49543b38a0..78d0d85231 100644
--- a/docs/references/protocol/transactions/pseudo-transaction-types/setfee.md
+++ b/docs/references/protocol/transactions/pseudo-transaction-types/setfee.md
@@ -1,12 +1,11 @@
---
-html: setfee.html
-parent: pseudo-transaction-types.html
seo:
description: Change global reserve and transaction cost settings.
labels:
- Fees
---
# SetFee
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/Change.cpp "Source")
A `SetFee` [pseudo-transaction](pseudo-transaction-types.md) marks a change in [transaction cost](../../../../concepts/transactions/transaction-cost.md) or [reserve requirements](../../../../concepts/accounts/reserves.md) as a result of [Fee Voting](../../../../concepts/consensus-protocol/fee-voting.md).
@@ -14,6 +13,28 @@ A `SetFee` [pseudo-transaction](pseudo-transaction-types.md) marks a change in [
## Example {% $frontmatter.seo.title %} JSON
+This transaction has two formats, depending on whether the [XRPFees amendment][] was enabled at the time:
+
+{% tabs %}
+{% tab label="Current Format" %}
+```json
+{
+ "Account": "rrrrrrrrrrrrrrrrrrrrrhoLvTp",
+ "BaseFeeDrops": "10",
+ "Fee": "0",
+ "LedgerSequence": 92508417,
+ "ReserveBaseDrops": "1000000",
+ "ReserveIncrementDrops": "200000",
+ "Sequence": 0,
+ "SigningPubKey": "",
+ "TransactionType": "SetFee",
+ "date": 786494751,
+ "ledger_index": 92508417
+}
+```
+{% /tab %}
+
+{% tab label="Legacy Format" %}
```json
{
"Account": "rrrrrrrrrrrrrrrrrrrrrhoLvTp",
@@ -30,28 +51,35 @@ A `SetFee` [pseudo-transaction](pseudo-transaction-types.md) marks a change in [
"ledger_index": 3721729,
}
```
+{% /tab %}
+{% /tabs %}
{% partial file="/docs/_snippets/pseudo-tx-fields-intro.md" /%}
-
-| Field | JSON Type | [Internal Type][] | Description |
-|:--------------------|:-----------------|:------------------|:----------------|
-| `BaseFee` | String | UInt64 | The charge, in drops of XRP, for the reference transaction, as hex. (This is the [transaction cost](../../../../concepts/transactions/transaction-cost.md) before scaling for load.) |
-| `ReferenceFeeUnits` | Unsigned Integer | UInt32 | The cost, in fee units, of the reference transaction |
-| `ReserveBase` | Unsigned Integer | UInt32 | The base reserve, in drops |
-| `ReserveIncrement` | Unsigned Integer | UInt32 | The incremental reserve, in drops |
-| `LedgerSequence` | Number | UInt32 | _(Omitted for some historical `SetFee` pseudo-transactions)_ The index of the ledger version where this pseudo-transaction appears. This distinguishes the pseudo-transaction from other occurrences of the same change. |
+## {% $frontmatter.seo.title %} Fields
+The fields of a SetFee pseudo-transaction depend on whether the [XRPFees amendment][] was enabled at the time. In addition to the [common fields](./pseudo-transaction-types.md), they can use the following:
-If the _[XRPFees amendment][]_ is enabled, `SetFee` pseudo-transactions use these fields instead:
-
+{% tabs %}
+{% tab label="Current Format" %}
| Field | JSON Type | [Internal Type][] | Description |
|:------------------------|:----------|:------------------|:----------------|
| `BaseFeeDrops` | String | Amount | The charge, in drops of XRP, for the reference transaction. (This is the [transaction cost](../../../../concepts/transactions/transaction-cost.md) before scaling for load.) |
-| `ReserveBaseDrops` | String | Amount | The base reserve, in drops |
-| `ReserveIncrementDrops` | String | Amount | The incremental reserve, in drops |
+| `ReserveBaseDrops` | String | Amount | The base reserve, in drops. |
+| `ReserveIncrementDrops` | String | Amount | The incremental reserve, in drops. |
| `LedgerSequence` | Number | UInt32 | _(Omitted for some historical `SetFee` pseudo-transactions)_ The index of the ledger version where this pseudo-transaction appears. This distinguishes the pseudo-transaction from other occurrences of the same change. |
+{% /tab %}
+{% tab label="Legacy Format" %}
+| Field | JSON Type | [Internal Type][] | Description |
+|:--------------------|:----------|:------------------|:----------------|
+| `BaseFee` | String | UInt64 | The charge, in drops of XRP, for the reference transaction, as hex. (This is the [transaction cost](../../../../concepts/transactions/transaction-cost.md) before scaling for load.) |
+| `ReferenceFeeUnits` | Number | UInt32 | The cost, in fee units, of the reference transaction. |
+| `ReserveBase` | Number | UInt32 | The base reserve, in drops. |
+| `ReserveIncrement` | Number | UInt32 | The incremental reserve, in drops |
+| `LedgerSequence` | Number | UInt32 | _(Omitted for some historical `SetFee` pseudo-transactions)_ The index of the ledger version where this pseudo-transaction appears. This distinguishes the pseudo-transaction from other occurrences of the same change. |
+{% /tab %}
+{% /tabs %}
{% raw-partial file="/docs/_snippets/setfee_uniqueness_note.md" /%}
diff --git a/docs/references/protocol/transactions/pseudo-transaction-types/unlmodify.md b/docs/references/protocol/transactions/pseudo-transaction-types/unlmodify.md
index d621506b11..4f92cec549 100644
--- a/docs/references/protocol/transactions/pseudo-transaction-types/unlmodify.md
+++ b/docs/references/protocol/transactions/pseudo-transaction-types/unlmodify.md
@@ -7,6 +7,7 @@ labels:
- Blockchain
---
# UNLModify
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/Change.cpp "Source")
_(Added by the [NegativeUNL amendment][].)_
diff --git a/docs/references/protocol/transactions/types/accountdelete.md b/docs/references/protocol/transactions/types/accountdelete.md
index d5d16f4c50..a02c47bfc0 100644
--- a/docs/references/protocol/transactions/types/accountdelete.md
+++ b/docs/references/protocol/transactions/types/accountdelete.md
@@ -1,6 +1,4 @@
---
-html: accountdelete.html
-parent: transaction-types.html
seo:
description: Delete an account.
labels:
@@ -8,9 +6,9 @@ labels:
---
# AccountDelete
-[[Source]](https://github.com/XRPLF/rippled/blob/develop/src/ripple/app/tx/impl/DeleteAccount.cpp "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/DeleteAccount.cpp "Source")
-_Added by the [DeletableAccounts amendment](/resources/known-amendments.md#deletableaccounts)_
+_Added by the [DeletableAccounts amendment][]_
An AccountDelete transaction deletes an [account](../../ledger-data/ledger-entry-types/accountroot.md) and any objects it owns in the XRP Ledger, if possible, sending the account's remaining XRP to a specified destination account. See [Deleting Accounts](../../../../concepts/accounts/deleting-accounts.md) for the requirements to delete an account.
@@ -22,7 +20,7 @@ An AccountDelete transaction deletes an [account](../../ledger-data/ledger-entry
"Account": "rWYkbWkCeg8dP6rXALnjgZSjjLyih5NXm",
"Destination": "rPT1Sjq2YGrBMTttX4GZHjKu9dyfzbpAYe",
"DestinationTag": 13,
- "Fee": "2000000",
+ "Fee": "200000",
"Sequence": 2470665,
"Flags": 2147483648
}
@@ -31,16 +29,16 @@ An AccountDelete transaction deletes an [account](../../ledger-data/ledger-entry
[Query example transaction. >](/resources/dev-tools/websocket-api-tool?server=wss%3A%2F%2Fxrplcluster.com%2F&req=%7B%22id%22%3A%22example_AccountDelete%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%221AF19BF9717DA0B05A3BFC5007873E7743BA54C0311CCCCC60776AAEAC5C4635%22%2C%22binary%22%3Afalse%7D)
{% raw-partial file="/docs/_snippets/tx-fields-intro.md" /%}
-
-| Field | JSON Type | [Internal Type][] | Description |
-|:-----------------|:-----------------|:------------------|:-------------------|
-| `Destination` | String - [Address][] | AccountID | The address of an account to receive any leftover XRP after deleting the sending account. Must be a funded account in the ledger, and must not be the sending account. |
-| `DestinationTag` | Number | UInt32 | _(Optional)_ Arbitrary [destination tag](../../../../concepts/transactions/source-and-destination-tags.md) that identifies a hosted recipient or other information for the recipient of the deleted account's leftover XRP. |
+| Field | JSON Type | [Internal Type][] | Required? | Description |
+|:-----------------|:-----------------|:------------------|:----------|:------------|
+| `Destination` | String - [Address][] | AccountID | Yes | The address of an account to receive any leftover XRP after deleting the sending account. Must be a funded account in the ledger, and must not be the sending account. |
+| `DestinationTag` | Number | UInt32 | No | Arbitrary [destination tag](../../../../concepts/transactions/source-and-destination-tags.md) that identifies a hosted recipient or other information for the recipient of the deleted account's leftover XRP. |
+
## Special Transaction Cost
-As an additional deterrent against ledger spam, the AccountDelete transaction requires a much higher than usual [transaction cost](../../../../concepts/transactions/transaction-cost.md): instead of the standard minimum of 0.00001 XRP, AccountDelete must destroy at least the owner reserve amount, currently 2 XRP. This discourages excessive creation of new accounts because the [reserve requirement](../../../../concepts/accounts/reserves.md) cannot be fully recouped by deleting the account.
+As an additional deterrent against ledger spam, the AccountDelete transaction requires a much higher than usual [transaction cost](../../../../concepts/transactions/transaction-cost.md): instead of the standard minimum of 0.00001 XRP, AccountDelete must destroy at least the owner reserve amount, currently {% $env.PUBLIC_OWNER_RESERVE %}. This discourages excessive creation of new accounts because the [reserve requirement](../../../../concepts/accounts/reserves.md) cannot be fully recouped by deleting the account.
The transaction cost always applies when a transaction is included in a validated ledger, even if the transaction fails to delete the account. (See [Error Cases](#error-cases).) To greatly reduce the chances of paying the high transaction cost if the account cannot be deleted, [submit the transaction](../../../http-websocket-apis/public-api-methods/transaction-methods/submit.md) with `fail_hard` enabled.
@@ -57,7 +55,7 @@ Besides errors that can occur for all transactions, {% $frontmatter.seo.title %}
| `tecNO_DST` | Occurs if the `Destination` account is not a funded account in the ledger. |
| `tecNO_PERMISSION` | Occurs if the `Destination` account requires [deposit authorization](../../../../concepts/accounts/depositauth.md) and the sender is not preauthorized. |
| `tecTOO_SOON` | Occurs if the sender's `Sequence` number is too high. The transaction's `Sequence` number plus 256 must be less than the current [Ledger Index][]. This prevents replay of old transactions if this account is resurrected after it is deleted. |
-| `tecHAS_OBLIGATIONS` | Occurs if the account to be deleted is connected to objects that cannot be deleted in the ledger. (This includes objects created by other accounts, such as [escrows](../../../../concepts/payment-types/escrow.md) and for example [NFT's minted](nftokenmint.md), [even if owned by another account](https://github.com/XRPLF/rippled/blob/develop/src/ripple/app/tx/impl/DeleteAccount.cpp#L197).) |
+| `tecHAS_OBLIGATIONS` | Occurs if the account to be deleted is connected to objects that cannot be deleted in the ledger. (This includes objects created by other accounts, such as [escrows](../../../../concepts/payment-types/escrow.md) and for example [NFT's minted](nftokenmint.md), [even if owned by another account](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/DeleteAccount.cpp#L197).) |
| `tefTOO_BIG` | Occurs if the sending account is linked to more than 1000 objects in the ledger. The transaction could succeed on retry if some of those objects were deleted separately first. |
{% raw-partial file="/docs/_snippets/common-links.md" /%}
diff --git a/docs/references/protocol/transactions/types/accountset.md b/docs/references/protocol/transactions/types/accountset.md
index 9451a27c21..0c4adc01cf 100644
--- a/docs/references/protocol/transactions/types/accountset.md
+++ b/docs/references/protocol/transactions/types/accountset.md
@@ -1,6 +1,4 @@
---
-html: accountset.html
-parent: transaction-types.html
seo:
description: Set options on an account.
labels:
@@ -8,7 +6,7 @@ labels:
---
# AccountSet
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/SetAccount.cpp "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/SetAccount.cpp "Source")
An AccountSet transaction modifies the properties of an [account in the XRP Ledger](../../ledger-data/ledger-entry-types/accountroot.md).
diff --git a/docs/references/protocol/transactions/types/ammbid.md b/docs/references/protocol/transactions/types/ammbid.md
index d2a5c7b4b1..386c100601 100644
--- a/docs/references/protocol/transactions/types/ammbid.md
+++ b/docs/references/protocol/transactions/types/ammbid.md
@@ -7,7 +7,7 @@ labels:
- AMM
---
# AMMBid
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/AMMBid.cpp "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/AMMBid.cpp "Source")
_(Added by the [AMM amendment][])_
diff --git a/docs/references/protocol/transactions/types/ammcreate.md b/docs/references/protocol/transactions/types/ammcreate.md
index e490091d3a..fefdbaba97 100644
--- a/docs/references/protocol/transactions/types/ammcreate.md
+++ b/docs/references/protocol/transactions/types/ammcreate.md
@@ -7,7 +7,7 @@ labels:
- AMM
---
# AMMCreate
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/AMMCreate.cpp "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/AMMCreate.cpp "Source")
_(Added by the [AMM amendment][])_
@@ -48,7 +48,7 @@ One or both of `Amount` and `Amount2` can be [tokens](../../../../concepts/token
## Special Transaction Cost
-Since each AMM instance involves an AccountRoot ledger entry, an AMM ledger entry, and a trust line for each token in its pool, an AMMCreate transaction requires a much higher than usual [transaction cost][] to deter ledger spam. Instead of the standard minimum of 0.00001 XRP, AMMCreate must destroy at least the incremental owner reserve amount, currently 2 XRP. This is the same special transaction cost as [AccountDelete transactions][].
+Since each AMM instance involves an AccountRoot ledger entry, an AMM ledger entry, and a trust line for each token in its pool, an AMMCreate transaction requires a much higher than usual [transaction cost][] to deter ledger spam. Instead of the standard minimum of 0.00001 XRP, AMMCreate must destroy at least the incremental owner reserve amount, currently {% $env.PUBLIC_OWNER_RESERVE %}. This is the same special transaction cost as [AccountDelete transactions][].
## Error Cases
diff --git a/docs/references/protocol/transactions/types/ammdelete.md b/docs/references/protocol/transactions/types/ammdelete.md
index ae427e4804..4eb0486056 100644
--- a/docs/references/protocol/transactions/types/ammdelete.md
+++ b/docs/references/protocol/transactions/types/ammdelete.md
@@ -7,7 +7,7 @@ labels:
- AMM
---
# AMMDelete
-[[Source]](https://github.com/XRPLF/rippled/blob/develop/src/ripple/app/tx/impl/AMMDelete.cpp "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/AMMDelete.cpp "Source")
_(Added by the [AMM amendment][])_
diff --git a/docs/references/protocol/transactions/types/ammdeposit.md b/docs/references/protocol/transactions/types/ammdeposit.md
index 01befae179..d1e8e17650 100644
--- a/docs/references/protocol/transactions/types/ammdeposit.md
+++ b/docs/references/protocol/transactions/types/ammdeposit.md
@@ -7,7 +7,7 @@ labels:
- AMM
---
# AMMDeposit
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/AMMDeposit.cpp "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/AMMDeposit.cpp "Source")
_(Added by the [AMM amendment][])_
diff --git a/docs/references/protocol/transactions/types/ammvote.md b/docs/references/protocol/transactions/types/ammvote.md
index e61462dcda..b42fef7fea 100644
--- a/docs/references/protocol/transactions/types/ammvote.md
+++ b/docs/references/protocol/transactions/types/ammvote.md
@@ -7,7 +7,7 @@ labels:
- AMM
---
# AMMVote
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/AMMVote.cpp "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/AMMVote.cpp "Source")
_(Added by the [AMM amendment][])_
diff --git a/docs/references/protocol/transactions/types/ammwithdraw.md b/docs/references/protocol/transactions/types/ammwithdraw.md
index 4ba2476d83..beb212b22e 100644
--- a/docs/references/protocol/transactions/types/ammwithdraw.md
+++ b/docs/references/protocol/transactions/types/ammwithdraw.md
@@ -7,7 +7,7 @@ labels:
- AMM
---
# AMMWithdraw
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/AMMWithdraw.cpp "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/AMMWithdraw.cpp "Source")
_(Added by the [AMM amendment][])_
diff --git a/docs/references/protocol/transactions/types/checkcancel.md b/docs/references/protocol/transactions/types/checkcancel.md
index 107e0b8fa2..122527d570 100644
--- a/docs/references/protocol/transactions/types/checkcancel.md
+++ b/docs/references/protocol/transactions/types/checkcancel.md
@@ -7,7 +7,7 @@ labels:
- Checks
---
# CheckCancel
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/CancelCheck.cpp "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/CancelCheck.cpp "Source")
_(Added by the [Checks amendment][].)_
diff --git a/docs/references/protocol/transactions/types/checkcash.md b/docs/references/protocol/transactions/types/checkcash.md
index f2e8e2439d..f3c4de8d4c 100644
--- a/docs/references/protocol/transactions/types/checkcash.md
+++ b/docs/references/protocol/transactions/types/checkcash.md
@@ -7,7 +7,7 @@ labels:
- Checks
---
# CheckCash
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/CashCheck.cpp "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/CashCheck.cpp "Source")
_(Added by the [Checks amendment][].)_
diff --git a/docs/references/protocol/transactions/types/checkcreate.md b/docs/references/protocol/transactions/types/checkcreate.md
index 749d72c962..b846e1bb4b 100644
--- a/docs/references/protocol/transactions/types/checkcreate.md
+++ b/docs/references/protocol/transactions/types/checkcreate.md
@@ -7,7 +7,7 @@ labels:
- Checks
---
# CheckCreate
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/CreateCheck.cpp "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/CreateCheck.cpp "Source")
_(Added by the [Checks amendment][].)_
diff --git a/docs/references/protocol/transactions/types/clawback.md b/docs/references/protocol/transactions/types/clawback.md
index 02eb2b22e0..7438208a0e 100644
--- a/docs/references/protocol/transactions/types/clawback.md
+++ b/docs/references/protocol/transactions/types/clawback.md
@@ -8,7 +8,7 @@ labels:
---
# Clawback
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/Clawback.cpp "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/Clawback.cpp "Source")
{% partial file="/docs/_snippets/clawback-disclaimer.md" /%}
@@ -35,13 +35,14 @@ Clawback is disabled by default. To use clawback, you must send an [AccountSet t
| Field | JSON Type | [Internal Type][] | Description |
|:-------------------|:----------|:------------------|:------------------|
| `Amount` | [Currency Amount][] | Amount |Indicates the amount being clawed back, as well as the counterparty from which the amount is being clawed back. The quantity to claw back, in the `value` sub-field, must not be zero. If this is more than the current balance, the transaction claws back the entire balance. The sub-field `issuer` within `Amount` represents the token holder's account ID, rather than the issuer's.|
-| `Holder` | string | AccountID | (Optional) Specifies the holder's address from which to claw back. The holder must already own an `MPToken` object with a non-zero balance. |
+| `Holder` | string | AccountID | (Optional) Specifies the holder's address from which to claw back. The holder must already own an `MPToken` object with a non-zero balance. _(Requires the [MPToken amendment][] {% not-enabled /%})_ |
{% admonition type="info" name="Note" %}For an IOU (trust line) in the XRP Ledger, the party that created a token is called the _issuer_, but trust lines are bidirectional and, under some configurations, both sides can be seen as the issuer. In this transaction, the token issuer's address is in the `Account` field, and the token holder's address is in the `Amount` field's `issuer` sub-field.{% /admonition %}
{% admonition type="info" name="Note" %}To claw back funds from an MPT holder, the issuer must have specified that the MPT allows clawback by setting the `tfMPTCanClawback` flag when creating the MPT using the `MPTokenIssuanceCreate` transaction. Assuming an MPT was created with this flag set, clawbacks are allowed using the `Clawback` transaction.{% /admonition %}
+
## Error Cases
Besides errors that can occur for all transactions, {% $frontmatter.seo.title %} transactions can result in the following [transaction result codes](../transaction-results/index.md):
@@ -51,6 +52,6 @@ Besides errors that can occur for all transactions, {% $frontmatter.seo.title %}
| `temDISABLED` | Occurs if the [Clawback amendment](/resources/known-amendments.md#clawback) is not enabled. |
| `temBAD_AMOUNT` | Occurs if the holder's balance is 0. It is not an error if the amount exceeds the holder's balance; in that case, the maximum available balance is clawed back. Also occurs if the counterparty listed in `Amount` is the same as the `Account` issuing this transaction. |
| `tecNO_LINE` | Occurs there is no trust line with the counterparty or that trust line's balance is 0. |
-| `tecNO_PERMISSION` | Occurs if you attempt to set `lsfAllowTrustlineClawback` while `lsfNoFreeze` is set. Also occurs, conversely, if you try to set `lsfNoFreeze` while `lsfAllowTrustLineClawback` is set. |
+| `tecNO_PERMISSION` | Occurs if you attempt to set `lsfAllowTrustlineClawback` while `lsfNoFreeze` is set. Also occurs, conversely, if you try to set `lsfNoFreeze` while `lsfAllowTrustLineClawback` is set. |
{% raw-partial file="/docs/_snippets/common-links.md" /%}
diff --git a/docs/references/protocol/transactions/types/depositpreauth.md b/docs/references/protocol/transactions/types/depositpreauth.md
index ec231aa8ca..967b1feb26 100644
--- a/docs/references/protocol/transactions/types/depositpreauth.md
+++ b/docs/references/protocol/transactions/types/depositpreauth.md
@@ -7,7 +7,7 @@ labels:
- Security
---
# DepositPreauth
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/DepositPreauth.cpp "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/DepositPreauth.cpp "Source")
_Added by the [DepositPreauth amendment][]._
diff --git a/docs/references/protocol/transactions/types/diddelete.md b/docs/references/protocol/transactions/types/diddelete.md
index 4bf6b9ecee..b72e1c52b1 100644
--- a/docs/references/protocol/transactions/types/diddelete.md
+++ b/docs/references/protocol/transactions/types/diddelete.md
@@ -8,7 +8,7 @@ labels:
---
# DIDDelete
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/DID.cpp "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/DID.cpp "Source")
_(Requires the [DID amendment][])_
diff --git a/docs/references/protocol/transactions/types/didset.md b/docs/references/protocol/transactions/types/didset.md
index e6df63d79e..43f397832d 100644
--- a/docs/references/protocol/transactions/types/didset.md
+++ b/docs/references/protocol/transactions/types/didset.md
@@ -8,7 +8,7 @@ labels:
---
# DIDSet
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/DID.cpp "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/DID.cpp "Source")
_(Requires the [DID amendment][])_
diff --git a/docs/references/protocol/transactions/types/escrowcancel.md b/docs/references/protocol/transactions/types/escrowcancel.md
index fef939b91a..b6c2580ed7 100644
--- a/docs/references/protocol/transactions/types/escrowcancel.md
+++ b/docs/references/protocol/transactions/types/escrowcancel.md
@@ -8,7 +8,7 @@ labels:
---
# EscrowCancel
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/Escrow.cpp "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/Escrow.cpp "Source")
_Added by the [Escrow amendment][]._
diff --git a/docs/references/protocol/transactions/types/escrowcreate.md b/docs/references/protocol/transactions/types/escrowcreate.md
index d58a6f50e1..dc0b81effa 100644
--- a/docs/references/protocol/transactions/types/escrowcreate.md
+++ b/docs/references/protocol/transactions/types/escrowcreate.md
@@ -8,7 +8,7 @@ labels:
---
# EscrowCreate
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/Escrow.cpp "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/Escrow.cpp "Source")
_Added by the [Escrow amendment][]._
diff --git a/docs/references/protocol/transactions/types/escrowfinish.md b/docs/references/protocol/transactions/types/escrowfinish.md
index d57a99286b..e224745afa 100644
--- a/docs/references/protocol/transactions/types/escrowfinish.md
+++ b/docs/references/protocol/transactions/types/escrowfinish.md
@@ -8,7 +8,7 @@ labels:
---
# EscrowFinish
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/Escrow.cpp "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/Escrow.cpp "Source")
_Added by the [Escrow amendment][]._
diff --git a/docs/references/protocol/transactions/types/mptokenauthorize.md b/docs/references/protocol/transactions/types/mptokenauthorize.md
index b262b8c827..142def04cf 100644
--- a/docs/references/protocol/transactions/types/mptokenauthorize.md
+++ b/docs/references/protocol/transactions/types/mptokenauthorize.md
@@ -7,16 +7,17 @@ labels:
---
# MPTokenAuthorize
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/MPTokenAuthorize.cpp "Source")
-{% partial file="/docs/_snippets/mpts-disclaimer.md" /%}
+_(Requires the [MPToken amendment][] {% not-enabled /%})_
This transaction enables an account to hold an amount of a particular MPT issuance. When applied successfully, it creates a new `MPToken` object with an initial zero balance, owned by the holder account.
If the issuer has set `lsfMPTRequireAuth` (allow-listing) on the `MPTokenIssuance`, the issuer must submit an `MPTokenAuthorize` transaction as well in order to give permission to the holder. If `lsfMPTRequireAuth` is not set and the issuer attempts to submit this transaction, it will fail.
-## MPTokenAuthorize Fields
+
-
+{% raw-partial file="/docs/_snippets/tx-fields-intro.md" /%}
| Field | JSON Type | [Internal Type][] | Description |
|:--------------------|:--------------------|:------------------|:-------------------|
@@ -31,4 +32,6 @@ Transactions of the MPTokenAuthorize type support additional values in the Flags
| Flag Name | Hex Value | Decimal Value | Description |
|:-------------------|:-------------|:--------------|:------------------------------|
-| `tfMPTUnauthorize` | `0x00000001` | 1 | If set, and transaction is submitted by a holder, it indicates that the holder no longer wants to hold the `MPToken`, which will be deleted as a result. If the holder's `MPToken` has a non-zero balance while trying to set this flag, the transaction fails. On the other hand, if set, and transaction is submitted by an issuer, it would mean that the issuer wants to unauthorize the holder (only applicable for allow-listing), which would unset the `lsfMPTAuthorized` flag on the `MPToken`. |
\ No newline at end of file
+| `tfMPTUnauthorize` | `0x00000001` | 1 | If set, and transaction is submitted by a holder, it indicates that the holder no longer wants to hold the `MPToken`, which will be deleted as a result. If the holder's `MPToken` has a non-zero balance while trying to set this flag, the transaction fails. On the other hand, if set, and transaction is submitted by an issuer, it would mean that the issuer wants to unauthorize the holder (only applicable for allow-listing), which would unset the `lsfMPTAuthorized` flag on the `MPToken`. |
+
+{% raw-partial file="/docs/_snippets/common-links.md" /%}
\ No newline at end of file
diff --git a/docs/references/protocol/transactions/types/mptokenissuancecreate.md b/docs/references/protocol/transactions/types/mptokenissuancecreate.md
index b05c870f5e..938e740900 100644
--- a/docs/references/protocol/transactions/types/mptokenissuancecreate.md
+++ b/docs/references/protocol/transactions/types/mptokenissuancecreate.md
@@ -7,11 +7,11 @@ labels:
---
# MPTokenIssuanceCreate
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/MPTokenIssuanceCreate.cpp "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/MPTokenIssuanceCreate.cpp "Source")
-{% partial file="/docs/_snippets/mpts-disclaimer.md" /%}
+_(Requires the [MPToken amendment][] {% not-enabled /%})_
-The `MPTokenIssuanceCreate` transaction creates an MPTokenIssuance object and adds it to the relevant directory node of the creator account. This transaction is the only opportunity an issuer has to specify any token fields that are defined as immutable (for example, MPT Flags).
+The `MPTokenIssuanceCreate` transaction creates an [MPTokenIssuance](../../ledger-data/ledger-entry-types/mptokenissuance.md) object and adds it to the relevant directory node of the creator account. This transaction is the only opportunity an issuer has to specify any token fields that are defined as immutable (for example, MPT Flags).
If the transaction is successful, the newly created token is owned by the account (the creator account) that executed the transaction.
@@ -22,22 +22,21 @@ Whenever your query returns an `MPTokenIssuance` transaction response, there wil
This example assumes that the issuer of the token is the signer of the transaction.
```json
-Example MPTokenIssuanceCreate transaction
{
"TransactionType": "MPTokenIssuanceCreate",
"Account": "rajgkBmMxmz161r8bWYH7CQAFZP5bA9oSG",
- "AssetScale": "2",
+ "AssetScale": 2,
"TransferFee": 314,
"MaximumAmount": "50000000",
"Flags": 83659,
"MPTokenMetadata": "FOO",
- "Fee": 10
+ "Fee": "10"
}
```
-## MPTokenIssuanceCreate Fields
+
-
+{% raw-partial file="/docs/_snippets/tx-fields-intro.md" /%}
| Field | JSON Type | [Internal Type][] | Description |
|:----------------|:--------------------|:------------------|:-------------------|
@@ -50,7 +49,7 @@ Example MPTokenIssuanceCreate transaction
## MPTokenIssuanceCreate Flags
-Transactions of the MPTokenIssuanceCreate type support additional values in the `Flags` field , as follows:
+Transactions of the MPTokenIssuanceCreate type support additional values in the [`Flags` field](../common-fields.md#flags-field), as follows:
| Flag Name | Hex Value | Decimal Value | Description |
|:-------------------|:-------------|:--------------|:------------------------------|
@@ -61,3 +60,4 @@ Transactions of the MPTokenIssuanceCreate type support additional values in the
| `tfMPTCanTransfer` | `0x00000020` | `32` | If set, indicates that tokens can be transferred to other accounts that are not the issuer. |
| `tfMPTCanClawback` | `0x00000040` | `64` | If set, indicates that the issuer can use the Clawback transaction to claw back value from individual holders. |
+{% raw-partial file="/docs/_snippets/common-links.md" /%}
diff --git a/docs/references/protocol/transactions/types/mptokenissuancedestroy.md b/docs/references/protocol/transactions/types/mptokenissuancedestroy.md
index 941bf89b96..cb260f55c6 100644
--- a/docs/references/protocol/transactions/types/mptokenissuancedestroy.md
+++ b/docs/references/protocol/transactions/types/mptokenissuancedestroy.md
@@ -6,8 +6,9 @@ labels:
- Multi-purpose Tokens, MPTs
---
# MPTokenIssuanceDestroy
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/MPTokenIssuanceDestroy.cpp "Source")
-{% partial file="/docs/_snippets/mpts-disclaimer.md" /%}
+_(Requires the [MPToken amendment][] {% not-enabled /%})_
The `MPTokenIssuanceDestroy` transaction is used to remove an `MPTokenIssuance` object from the directory node in which it is being held, effectively removing the token from the ledger ("destroying" it).
@@ -18,16 +19,18 @@ If this operation succeeds, the corresponding `MPTokenIssuance` is removed and t
```json
{
"TransactionType": "MPTokenIssuanceDestroy",
- "Fee": 10,
+ "Fee": "10",
"MPTokenIssuanceID": "00070C4495F14B0E44F78A264E41713C64B5F89242540EE255534400000000000000"
}
```
-## MPTokenIssuanceDestroy Fields
+
-
+{% raw-partial file="/docs/_snippets/tx-fields-intro.md" /%}
| Field | JSON Type | [Internal Type][] | Description |
|:--------------------|:--------------------|:------------------|:-------------------|
| `TransactionType` | string | UInt16 | Indicates the new transaction type MPTokenIssuanceDestroy. |
| `MPTokenIssuanceID` | string | UInt192 | Identifies the `MPTokenIssuance` object to be removed by the transaction. |
+
+{% raw-partial file="/docs/_snippets/common-links.md" /%}
diff --git a/docs/references/protocol/transactions/types/mptokenissuanceset.md b/docs/references/protocol/transactions/types/mptokenissuanceset.md
index ca3b86c8f3..44d3daf446 100644
--- a/docs/references/protocol/transactions/types/mptokenissuanceset.md
+++ b/docs/references/protocol/transactions/types/mptokenissuanceset.md
@@ -6,8 +6,9 @@ labels:
- Multi-purpose Tokens, MPTs
---
# MPTokenIssuanceSet
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/MPTokenIssuanceSet.cpp "Source")
-{% partial file="/docs/_snippets/mpts-disclaimer.md" /%}
+_(Requires the [MPToken amendment][] {% not-enabled /%})_
Use this transaction to update a mutable property for a Multi-purpose Token.
@@ -16,22 +17,22 @@ Use this transaction to update a mutable property for a Multi-purpose Token.
```json
{
"TransactionType": "MPTokenIssuanceSet",
- "Fee": 10,
+ "Fee": "10",
"MPTokenIssuanceID": "00070C4495F14B0E44F78A264E41713C64B5F89242540EE255534400000000000000",
"Flags": 1
}
```
-## MPTokenIssuanceSet Fields
+
-
+{% raw-partial file="/docs/_snippets/tx-fields-intro.md" /%}
| Field | JSON Type | [Internal Type][] | Description |
|:-------------------|:--------------------|:------------------|:-------------------|
| `TransactionType` | string | UInt16 | Indicates the new transaction type `MPTokenIssuanceSet`. |
| `MPTokenIssuanceID`| string | UInt192 | The `MPTokenIssuance` identifier. |
| `Holder` | string | AccountID | (Optional) XRPL Address of an individual token holder balance to lock/unlock. If omitted, this transaction applies to all any accounts holding MPTs. |
-| `Flag` | string | UInt64 | Specifies flags for this transaction. See [MPTokenIssuanceSet Flags](#mptokenissuanceset-flags). |
+| `Flag` | number | UInt64 | Specifies flags for this transaction. See [MPTokenIssuanceSet Flags](#mptokenissuanceset-flags). |
### MPTokenIssuanceSet Flags
@@ -41,3 +42,5 @@ Transactions of the `MPTokenIssuanceSet` type support additional values in the `
|:-------------------|:-------------|:--------------|:------------------------------|
| `tfMPTLock` | `0x00000001` | 1 | If set, indicates that all MPT balances for this asset should be locked. |
| `tfMPTUnlock` | `0x00000002` | 2 | If set, indicates that all MPT balances for this asset should be unlocked. |
+
+{% raw-partial file="/docs/_snippets/common-links.md" /%}
diff --git a/docs/references/protocol/transactions/types/nftokenacceptoffer.md b/docs/references/protocol/transactions/types/nftokenacceptoffer.md
index 4881928dfd..80f8c3727e 100644
--- a/docs/references/protocol/transactions/types/nftokenacceptoffer.md
+++ b/docs/references/protocol/transactions/types/nftokenacceptoffer.md
@@ -7,7 +7,7 @@ labels:
- NFTs, Non-fungible Tokens
---
# NFTokenAcceptOffer
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/NFTokenAcceptOffer.cpp "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/NFTokenAcceptOffer.cpp "Source")
The `NFTokenAcceptOffer` transaction is used to accept offers to `buy` or `sell` an `NFToken`. It can either:
diff --git a/docs/references/protocol/transactions/types/nftokenburn.md b/docs/references/protocol/transactions/types/nftokenburn.md
index 6b9660bf14..5da35fc341 100644
--- a/docs/references/protocol/transactions/types/nftokenburn.md
+++ b/docs/references/protocol/transactions/types/nftokenburn.md
@@ -7,7 +7,7 @@ labels:
- Non-fungible Tokens, NFTs
---
# NFTokenBurn
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/NFTokenBurn.cpp "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/NFTokenBurn.cpp "Source")
The `NFTokenBurn` transaction is used to remove a `NFToken` object from the `NFTokenPage` in which it is being held, effectively removing the token from the ledger (_burning_ it).
diff --git a/docs/references/protocol/transactions/types/nftokencanceloffer.md b/docs/references/protocol/transactions/types/nftokencanceloffer.md
index bdb4b6ba81..edbee24208 100644
--- a/docs/references/protocol/transactions/types/nftokencanceloffer.md
+++ b/docs/references/protocol/transactions/types/nftokencanceloffer.md
@@ -7,7 +7,7 @@ labels:
- NFTs, Non-fungible Tokens
---
# NFTokenCancelOffer
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/NFTokenCancelOffer.cpp "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/NFTokenCancelOffer.cpp "Source")
The `NFTokenCancelOffer` transaction can be used to cancel existing token offers created using `NFTokenCreateOffer`.
diff --git a/docs/references/protocol/transactions/types/nftokencreateoffer.md b/docs/references/protocol/transactions/types/nftokencreateoffer.md
index d082883ef1..a99f59a200 100644
--- a/docs/references/protocol/transactions/types/nftokencreateoffer.md
+++ b/docs/references/protocol/transactions/types/nftokencreateoffer.md
@@ -7,7 +7,7 @@ labels:
- Non-fungible Tokens, NFTs
---
# NFTokenCreateOffer
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/NFTokenCreateOffer.cpp "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/NFTokenCreateOffer.cpp "Source")
Creates either a new _Sell_ offer for an `NFToken` owned by the account executing the transaction, or a new _Buy_ offer for an `NFToken` owned by another account.
diff --git a/docs/references/protocol/transactions/types/nftokenmint.md b/docs/references/protocol/transactions/types/nftokenmint.md
index 95c02f6be4..e2960ed21c 100644
--- a/docs/references/protocol/transactions/types/nftokenmint.md
+++ b/docs/references/protocol/transactions/types/nftokenmint.md
@@ -7,7 +7,7 @@ labels:
- Non-fungible Tokens, NFTs
---
# NFTokenMint
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/NFTokenMint.cpp "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/NFTokenMint.cpp "Source")
The `NFTokenMint` transaction creates a non-fungible token and adds it to the relevant [NFTokenPage object][] of the `NFTokenMinter` as an [NFToken][] object. This transaction is the only opportunity the `NFTokenMinter` has to specify any token fields that are defined as immutable (for example, the `TokenFlags`).
@@ -48,7 +48,7 @@ _(Added by the [NonFungibleTokensV1_1 amendment][].)_
| `Issuer` | String | AccountID | _(Optional)_ The issuer of the token, if the sender of the account is issuing it on behalf of another account. This field must be omitted if the account sending the transaction is the issuer of the `NFToken`. If provided, the issuer's [AccountRoot object][] must have the `NFTokenMinter` field set to the sender of this transaction (this transaction's `Account` field). |
| `TransferFee` | Number | UInt16 | _(Optional)_ The value specifies the fee charged by the issuer for secondary sales of the `NFToken`, if such sales are allowed. Valid values for this field are between 0 and 50000 inclusive, allowing transfer rates of between 0.00% and 50.00% in increments of 0.001. If this field is provided, the transaction MUST have the [`tfTransferable` flag](#nftokenmint-flags) enabled. |
| `URI` | String | Blob | _(Optional)_ Up to 256 bytes of arbitrary data. In JSON, this should be encoded as a string of hexadecimal. You can use the [`xrpl.convertStringToHex`](https://js.xrpl.org/modules.html#convertStringToHex) utility to convert a URI to its hexadecimal equivalent. This is intended to be a URI that points to the data or metadata associated with the NFT. The contents could decode to an HTTP or HTTPS URL, an IPFS URI, a magnet link, immediate data encoded as an [RFC 2379 "data" URL](https://datatracker.ietf.org/doc/html/rfc2397), or even an issuer-specific encoding. The URI is NOT checked for validity. |
-| `Amount` | [Currency Amount][] | Amount | _(Optional)_ Indicates the amount expected or offered for the corresponding `NFToken`. The amount must be non-zero, except where this is an offer to sell and the asset is XRP; then, it is legal to specify an amount of zero, which means that the current owner of the token is giving it away, gratis, either to anyone at all, or to the account identified by the `Destination` field. |
+| `Amount` | [Currency Amount][] | Amount | _(Optional)_ Indicates the amount expected or offered for the corresponding `NFToken`. The amount must be non-zero, except where the asset is XRP; then, it is legal to specify an amount of zero, which means that the current owner of the token is giving it away, gratis, either to anyone at all, or to the account identified by the `Destination` field. |
| `Expiration` | Number | UInt32 | _(Optional)_ Time after which the offer is no longer active, in [seconds since the Ripple Epoch][]. Results in an error if the `Amount` field is not specified. |
| `Destination` | String | AccountID | _(Optional)_ If present, indicates that this offer may only be accepted by the specified account. Attempts by other accounts to accept this offer MUST fail. Results in an error if the `Amount` field is not specified. |
diff --git a/docs/references/protocol/transactions/types/offercancel.md b/docs/references/protocol/transactions/types/offercancel.md
index cfa1fcc083..06b63bc970 100644
--- a/docs/references/protocol/transactions/types/offercancel.md
+++ b/docs/references/protocol/transactions/types/offercancel.md
@@ -8,7 +8,7 @@ labels:
---
# OfferCancel
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/CancelOffer.cpp "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/CancelOffer.cpp "Source")
An OfferCancel transaction removes an Offer object from the XRP Ledger.
diff --git a/docs/references/protocol/transactions/types/offercreate.md b/docs/references/protocol/transactions/types/offercreate.md
index c5dbd86e69..5a21770be8 100644
--- a/docs/references/protocol/transactions/types/offercreate.md
+++ b/docs/references/protocol/transactions/types/offercreate.md
@@ -8,7 +8,7 @@ labels:
---
# OfferCreate
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/CreateOffer.cpp "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/CreateOffer.cpp "Source")
An OfferCreate transaction places an [Offer](../../../../concepts/tokens/decentralized-exchange/offers.md) in the [decentralized exchange](../../../../concepts/tokens/decentralized-exchange/index.md).
diff --git a/docs/references/protocol/transactions/types/oracledelete.md b/docs/references/protocol/transactions/types/oracledelete.md
index 4ba7be51e9..2cd1574916 100644
--- a/docs/references/protocol/transactions/types/oracledelete.md
+++ b/docs/references/protocol/transactions/types/oracledelete.md
@@ -8,7 +8,7 @@ labels:
# OracleDelete
_(Requires the [PriceOracle amendment][])_
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/DeleteOracle.cpp "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/DeleteOracle.cpp "Source")
Delete an `Oracle` ledger entry.
diff --git a/docs/references/protocol/transactions/types/oracleset.md b/docs/references/protocol/transactions/types/oracleset.md
index b1b1fe874b..cb9484643d 100644
--- a/docs/references/protocol/transactions/types/oracleset.md
+++ b/docs/references/protocol/transactions/types/oracleset.md
@@ -8,7 +8,7 @@ labels:
# OracleSet
_(Requires the [PriceOracle amendment][])_
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/SetOracle.cpp "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/SetOracle.cpp "Source")
Creates a new `Oracle` ledger entry or updates the fields of an existing one, using the Oracle Document ID.
diff --git a/docs/references/protocol/transactions/types/payment.md b/docs/references/protocol/transactions/types/payment.md
index 2db2262cfd..3031234902 100644
--- a/docs/references/protocol/transactions/types/payment.md
+++ b/docs/references/protocol/transactions/types/payment.md
@@ -141,6 +141,8 @@ In the above example with a ¥95/$15 offer and a ¥5/$2 offer, the situation is
## MPT Payments
+_(Requires the [MPToken amendment][] {% not-enabled /%})_
+
When you send a payment using MPTs, the _Amount_ field requires only the `mpt_issuance_id` and the `value`. The `MPTokenIssuanceID` is used to uniquely identify the MPT for the transaction.
Version 1 MPTokens only support direct MPT payment between accounts. They cannot be traded in the decentralized exchange.
diff --git a/docs/references/protocol/transactions/types/paymentchannelclaim.md b/docs/references/protocol/transactions/types/paymentchannelclaim.md
index b3926b9b55..c4428df723 100644
--- a/docs/references/protocol/transactions/types/paymentchannelclaim.md
+++ b/docs/references/protocol/transactions/types/paymentchannelclaim.md
@@ -7,7 +7,7 @@ labels:
- Payment Channels
---
# PaymentChannelClaim
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/PayChan.cpp "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/PayChan.cpp "Source")
_Added by the [PayChan amendment][]._
diff --git a/docs/references/protocol/transactions/types/paymentchannelcreate.md b/docs/references/protocol/transactions/types/paymentchannelcreate.md
index 9760249788..92b81e33ef 100644
--- a/docs/references/protocol/transactions/types/paymentchannelcreate.md
+++ b/docs/references/protocol/transactions/types/paymentchannelcreate.md
@@ -7,7 +7,7 @@ labels:
- Payment Channels
---
# PaymentChannelCreate
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/PayChan.cpp "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/PayChan.cpp "Source")
_Added by the [PayChan amendment][]._
diff --git a/docs/references/protocol/transactions/types/paymentchannelfund.md b/docs/references/protocol/transactions/types/paymentchannelfund.md
index 0e8b779ff9..bf35a49a8e 100644
--- a/docs/references/protocol/transactions/types/paymentchannelfund.md
+++ b/docs/references/protocol/transactions/types/paymentchannelfund.md
@@ -7,7 +7,7 @@ labels:
- Payment Channels
---
# PaymentChannelFund
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/PayChan.cpp "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/PayChan.cpp "Source")
_Added by the [PayChan amendment][]._
diff --git a/docs/references/protocol/transactions/types/signerlistset.md b/docs/references/protocol/transactions/types/signerlistset.md
index 8c58517d34..67c6009cd8 100644
--- a/docs/references/protocol/transactions/types/signerlistset.md
+++ b/docs/references/protocol/transactions/types/signerlistset.md
@@ -8,7 +8,7 @@ labels:
---
# SignerListSet
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/SetSignerList.cpp "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/SetSignerList.cpp "Source")
The SignerListSet transaction creates, replaces, or removes a list of signers that can be used to [multi-sign](../../../../concepts/accounts/multi-signing.md) a transaction. This transaction type was introduced by the [MultiSign amendment][].
diff --git a/docs/references/protocol/transactions/types/ticketcreate.md b/docs/references/protocol/transactions/types/ticketcreate.md
index 65fc63755d..a5d4cc07af 100644
--- a/docs/references/protocol/transactions/types/ticketcreate.md
+++ b/docs/references/protocol/transactions/types/ticketcreate.md
@@ -8,7 +8,7 @@ labels:
---
# TicketCreate
-[[Source]](https://github.com/XRPLF/rippled/blob/develop/src/ripple/app/tx/impl/CreateTicket.cpp "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/CreateTicket.cpp "Source")
_(Added by the [TicketBatch amendment][].)_
diff --git a/docs/references/protocol/transactions/types/trustset.md b/docs/references/protocol/transactions/types/trustset.md
index 689f952485..ee39a2a6b4 100644
--- a/docs/references/protocol/transactions/types/trustset.md
+++ b/docs/references/protocol/transactions/types/trustset.md
@@ -8,7 +8,7 @@ labels:
---
# TrustSet
-[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/SetTrust.cpp "Source")
+[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/SetTrust.cpp "Source")
Create or modify a [trust line](../../../../concepts/tokens/fungible-tokens/index.md) linking two accounts.
diff --git a/docs/tutorials/how-tos/manage-account-settings/set-up-multi-signing.md b/docs/tutorials/how-tos/manage-account-settings/set-up-multi-signing.md
index 125e3e5035..0e88ee4c4d 100644
--- a/docs/tutorials/how-tos/manage-account-settings/set-up-multi-signing.md
+++ b/docs/tutorials/how-tos/manage-account-settings/set-up-multi-signing.md
@@ -17,7 +17,7 @@ This tutorial demonstrates how to enable multi-signing for an address.
- You must have a funded XRP Ledger [address](../../../concepts/accounts/index.md) with enough spare XRP to send transactions and meet the [reserve requirement](../../../concepts/accounts/reserves.md) of a new signer list.
- - With the [MultiSignReserve amendment][] enabled, multi-signing requires 2 XRP for the account reserve, regardless of the number of signers and signatures you use. (The MultiSignReserve amendment has been enabled in the production XRP Ledger since **2019-04-07**.)
+ - With the [MultiSignReserve amendment][] enabled, multi-signing requires {% $env.PUBLIC_OWNER_RESERVE %} for the account reserve, regardless of the number of signers and signatures you use. (The MultiSignReserve amendment has been enabled in the production XRP Ledger since **2019-04-07**.)
- If you are on a test network that does not have the [MultiSignReserve amendment][] enabled, multi-signing requires more than the usual amount of XRP for the [account reserve](../../../concepts/accounts/reserves.md), increasing with the number of signers in the list.
diff --git a/docs/tutorials/how-tos/send-xrp.md b/docs/tutorials/how-tos/send-xrp.md
index 2508a5e906..b23e5e9191 100644
--- a/docs/tutorials/how-tos/send-xrp.md
+++ b/docs/tutorials/how-tos/send-xrp.md
@@ -244,7 +244,7 @@ If you see any other result, you should check the following:
- Are you using the correct addresses for the sender and destination?
- Did you forget any other fields of the transaction, skip any steps, or make any other typos?
-- Do you have enough Test XRP to send the transaction? The amount of XRP you can send is limited by the [reserve requirement](../../concepts/accounts/reserves.md), which is currently 10 XRP with an additional 2 XRP for each "object" you own in the ledger. (If you generated a new address with the Testnet Faucet, you don't own any objects.)
+- Do you have enough Test XRP to send the transaction? The amount of XRP you can send is limited by the [reserve requirement](../../concepts/accounts/reserves.md), which is currently {% $env.PUBLIC_BASE_RESERVE %} with an additional {% $env.PUBLIC_OWNER_RESERVE %} for each "object" you own in the ledger. (If you generated a new address with the Testnet Faucet, you don't own any objects.)
- Are you connected to a server on the test network?
See the full list of [transaction results](../../references/protocol/transactions/transaction-results/index.md) for more possibilities.
diff --git a/docs/tutorials/how-tos/use-specialized-payment-types/use-payment-channels/open-a-payment-channel-to-enable-an-inter-exchange-network.md b/docs/tutorials/how-tos/use-specialized-payment-types/use-payment-channels/open-a-payment-channel-to-enable-an-inter-exchange-network.md
index 5a60fc9132..9556f9aca0 100644
--- a/docs/tutorials/how-tos/use-specialized-payment-types/use-payment-channels/open-a-payment-channel-to-enable-an-inter-exchange-network.md
+++ b/docs/tutorials/how-tos/use-specialized-payment-types/use-payment-channels/open-a-payment-channel-to-enable-an-inter-exchange-network.md
@@ -67,7 +67,7 @@ Along these lines, there's a good chance that you are following industry best pr
- The payer exchange must have a funded XRP Ledger account to be used to send XRP to the payee exchange.
```
- Aside from the [base reserve](../../../../concepts/accounts/reserves.md) (10 XRP) and the [owner reserve](../../../../concepts/accounts/reserves.md#owner-reserves) of a payment channel (2 XRP), the account must also be able to set aside enough XRP in the payment channel to cover the intended number of transactions.
+ Aside from the [base reserve](../../../../concepts/accounts/reserves.md) ({% $env.PUBLIC_BASE_RESERVE %}) and the [owner reserve](../../../../concepts/accounts/reserves.md#owner-reserves) of a payment channel ({% $env.PUBLIC_OWNER_RESERVE %}), the account must also be able to set aside enough XRP in the payment channel to cover the intended number of transactions.
The payer exchange can always top-off the channel using the [PaymentChannelFund](../../../../references/protocol/transactions/types/paymentchannelfund.md) transaction if it runs out of XRP. However, topping-off requires an actual on-ledger transaction and confirmation, so it could take 4-5 seconds of processing time and ~10 drops of XRP to complete the top-off transaction. The more XRP the payer exchange pre-funds, the less often they need to top-off, so they can save some time and money by pre-funding more XRP.
@@ -81,7 +81,7 @@ Along these lines, there's a good chance that you are following industry best pr
- The payee exchange must have a funded XRP Ledger account to be used to redeem (receive) XRP sent by the payer exchange.
```
- The account needs at least 11 XRP, which provides the 10 XRP [base reserve](../../../../concepts/accounts/reserves.md), plus enough to pay the transaction costs of redeeming claims, which are trivial. For example, you could redeem thousands of claims for less than 1 XRP in total.
+ The account needs at least the {% $env.PUBLIC_BASE_RESERVE %} [base reserve](../../../../concepts/accounts/reserves.md), plus enough to pay the transaction costs of redeeming claims, which are trivial. For example, you could redeem thousands of claims for less than 1 XRP in total.
```
[Fund XRP Ledger accounts with enough XRP >](../../../../concepts/accounts/index.md)
diff --git a/docs/tutorials/how-tos/use-tokens/create-an-automated-market-maker.md b/docs/tutorials/how-tos/use-tokens/create-an-automated-market-maker.md
index 7ddf0c1ff8..1409f357cf 100644
--- a/docs/tutorials/how-tos/use-tokens/create-an-automated-market-maker.md
+++ b/docs/tutorials/how-tos/use-tokens/create-an-automated-market-maker.md
@@ -141,7 +141,7 @@ If the AMM does already exist, you should double-check that you specified the ri
Creating an AMM has a special [transaction cost][] to prevent spam: since it creates objects in the ledger that no one owns, you must burn at least one [owner reserve increment](../../../concepts/accounts/reserves.md) of XRP to send the AMMCreate transaction. The exact value can change due to [fee voting](https://xrpl.org/fee-voting.html), so you should look up the current incremental reserve value using the [server_state method][].
-It is also a good practice to display this value and give a human operator a chance to stop before you send the transaction. Burning an owner reserve is typically a much higher cost than sending a normal transaction, so you don't want it to be a surprise. (Currently, on both Mainnet and Devnet, the cost of sending a typical transaction is 0.000010 XRP but the cost of AMMCreate is 2 XRP.)
+It is also a good practice to display this value and give a human operator a chance to stop before you send the transaction. Burning an owner reserve is typically a much higher cost than sending a normal transaction, so you don't want it to be a surprise. (Currently, on both Mainnet and Devnet, the cost of sending a typical transaction is 0.000010 XRP but the cost of AMMCreate is {% $env.PUBLIC_OWNER_RESERVE %}.)
{% tabs %}
diff --git a/docs/tutorials/python/build-apps/build-a-desktop-wallet-in-python.md b/docs/tutorials/python/build-apps/build-a-desktop-wallet-in-python.md
index e568b45e6a..dc567d5b00 100644
--- a/docs/tutorials/python/build-apps/build-a-desktop-wallet-in-python.md
+++ b/docs/tutorials/python/build-apps/build-a-desktop-wallet-in-python.md
@@ -430,7 +430,7 @@ You can now use your wallet to send XRP! You can even fund an entirely new accou
3. Open your wallet app and provide a **Secret** (seed) value from an already-funded address, such as one you got from the [Testnet Faucet](/resources/dev-tools/xrp-faucets).
-4. Send at least the [base reserve](../../../concepts/accounts/reserves.md) (currently 10 XRP) to the brand-new classic address you generated in the Python interpreter.
+4. Send at least the [base reserve](../../../concepts/accounts/reserves.md) (currently {% $env.PUBLIC_BASE_RESERVE %}) to the brand-new classic address you generated in the Python interpreter.
5. Wait for the transaction to be confirmed, then close your wallet app.
diff --git a/docs/use-cases/tokenization/authorized-minter.md b/docs/use-cases/tokenization/authorized-minter.md
index 56ff25678c..2eb5dc11b2 100644
--- a/docs/use-cases/tokenization/authorized-minter.md
+++ b/docs/use-cases/tokenization/authorized-minter.md
@@ -55,11 +55,11 @@ You can act as a broker, connecting sellers with bidders, completing the transfe
### Reserve requirements
-There are several XRP reserve requirements when you mint NFTs for sale. Each NFToken page requires a reserve of 2 XRP. A NFToken page can store 16-32 NFTs.
+There are several XRP reserve requirements when you mint NFTs for sale. Each NFToken page requires a reserve of {% $env.PUBLIC_OWNER_RESERVE %}. A NFToken page can store 16-32 NFTs.

-Each `NFTokenOffer` object requires a reserve of 2 XRP.
+Each `NFTokenOffer` object requires a reserve of {% $env.PUBLIC_OWNER_RESERVE %}.
When you post the `NFTokenOffer` or sell the NFT, there are trivial transfer fees (roughly 6000 drops, or .006 XRP). When you are selling at a high volume, the trivial amounts can add up quickly, and need to be considered as part of your cost of doing business.
diff --git a/docs/use-cases/tokenization/digital-artist.md b/docs/use-cases/tokenization/digital-artist.md
index 480c0d1614..d82fb93af6 100644
--- a/docs/use-cases/tokenization/digital-artist.md
+++ b/docs/use-cases/tokenization/digital-artist.md
@@ -49,9 +49,9 @@ You can sell your NFTs in an auction format. See [Running an NFT Auction](../../
### Reserve requirements
-There are several XRP reserve requirements when you mint NFTs for sale. Each NFToken page requires a reserve of 2 XRP. A NFToken page can store 16-32 NFTs.
+There are several XRP reserve requirements when you mint NFTs for sale. Each NFToken page requires a reserve of {% $env.PUBLIC_OWNER_RESERVE %}. A NFToken page can store 16-32 NFTs.
-Each `NFTokenOffer` object requires a reserve of 2 XRP.
+Each `NFTokenOffer` object requires a reserve of {% $env.PUBLIC_OWNER_RESERVE %}.

diff --git a/docs/use-cases/tokenization/nft-mkt-overview.md b/docs/use-cases/tokenization/nft-mkt-overview.md
index f281bebb2b..bc00db1b49 100644
--- a/docs/use-cases/tokenization/nft-mkt-overview.md
+++ b/docs/use-cases/tokenization/nft-mkt-overview.md
@@ -70,7 +70,7 @@ Once the authorized minter has finished creating NFTs for you, you can revoke th
See [Authorized Minter](../../concepts/tokens/nfts/authorizing-another-minter.md).
-Minted NFTs are listed on a `NFTokenPage`. There is a reserve requirement of 2 XRP for every `NFTokenPage` on your account. See [NFT Reserve Requirements](../../concepts/tokens/nfts/reserve-requirements.md).
+Minted NFTs are listed on a `NFTokenPage`. There is a reserve requirement of {% $env.PUBLIC_OWNER_RESERVE %} for every `NFTokenPage` on your account. See [NFT Reserve Requirements](../../concepts/tokens/nfts/reserve-requirements.md).
Each `NFTokenPage` holds 16-32 NFTs. Minting a large number of NFTs can tie up a great deal of your XRP. You can keep your XRP liquid by minting on demand (or _lazy minting_). For details of different approaches, see [Batch minting](../../concepts/tokens/nfts/batch-minting.md).
@@ -79,7 +79,7 @@ Each `NFTokenPage` holds 16-32 NFTs. Minting a large number of NFTs can tie up a
Set up a new wallet. See [Xaman](https://xaman.app/).
-When you set up your account, keep in mind that there is a base reserve requirement of 10 XRP. See [Reserves](../../concepts/accounts/reserves.md#base-reserve-and-owner-reserve).
+When you set up your account, keep in mind that there is a base reserve requirement of {% $env.PUBLIC_BASE_RESERVE %}. See [Reserves](../../concepts/accounts/reserves.md#base-reserve-and-owner-reserve).
### Transferring NFTs
@@ -93,9 +93,9 @@ You can act as a broker, connecting sellers with bidders, completing the transfe
#### Reserve requirements
-There are several XRP reserve requirements when you mint NFTs for sale. Each NFToken page requires a reserve of 2 XRP. A NFToken page can store 16-32 NFTs.
+There are several XRP reserve requirements when you mint NFTs for sale. Each NFToken page requires a reserve of {% $env.PUBLIC_OWNER_RESERVE %}. A NFToken page can store 16-32 NFTs.
-Each `NFTokenOffer` object requires a reserve of 2 XRP.
+Each `NFTokenOffer` object requires a reserve of {% $env.PUBLIC_OWNER_RESERVE %}.

diff --git a/docs/use-cases/tokenization/nftoken-marketplace.md b/docs/use-cases/tokenization/nftoken-marketplace.md
index 060050be7a..7f7aebb3e0 100644
--- a/docs/use-cases/tokenization/nftoken-marketplace.md
+++ b/docs/use-cases/tokenization/nftoken-marketplace.md
@@ -43,11 +43,11 @@ You can act as a broker, connecting sellers with bidders, completing the transfe
### Reserve requirements
-There are several XRP reserve requirements when you mint NFTs for sale. Each NFToken page requires a reserve of 2 XRP. A NFToken page can store 16-32 NFTs.
+There are several XRP reserve requirements when you mint NFTs for sale. Each NFToken page requires a reserve of {% $env.PUBLIC_OWNER_RESERVE %}. A NFToken page can store 16-32 NFTs.

-Each `NFTokenOffer` object requires a reserve of 2 XRP.
+Each `NFTokenOffer` object requires a reserve of {% $env.PUBLIC_OWNER_RESERVE %}.
When you post the `NFTokenOffer` or sell the NFT, there are trivial transfer fees (roughly 6000 drops, or .006 XRP). When you are selling at a high volume, the trivial amounts can add up quickly, and need to be considered as part of your cost of doing business.
diff --git a/docs/use-cases/tokenization/real-world-assets.page.tsx b/docs/use-cases/tokenization/real-world-assets.page.tsx
index c707ace648..f6c30c992f 100644
--- a/docs/use-cases/tokenization/real-world-assets.page.tsx
+++ b/docs/use-cases/tokenization/real-world-assets.page.tsx
@@ -37,7 +37,7 @@ const benefitsData = [
},
{
iconClass: "cross-chain",
- title: "Cross-Chain Interoperability*",
+ title: "Cross-Chain Interoperability",
description:
"Enable seamless interaction with other blockchains via secure cross-chain bridges, allowing you to expand your project's functionality and liquidity options across ecosystems.",
},
@@ -122,7 +122,7 @@ function FeatureCard({ title, description }) {
return (
-
{title}
+
{translate(title)}
{translate(description)}
@@ -385,14 +385,15 @@ export default function RwaTokenization() {
{translate("Developer Resources")}
- {translate("Easily integrate with ")}
+ {translate("use-cases.rwa.dev-resources.p1", "Easily integrate with ")}
- {translate("existing infrastructure ")}
+ {translate("use-cases.rwa.dev-resources.p2", "existing infrastructure ")}
{translate(
+ "use-cases.rwa.dev-resources.p3",
"and access resources to support your development journey. Fund your project with XRPL Grants or speak to our dev advocates today."
)}
diff --git a/locale/babel.cfg b/locale/babel.cfg
deleted file mode 100644
index c7bfb23954..0000000000
--- a/locale/babel.cfg
+++ /dev/null
@@ -1,5 +0,0 @@
-# PyBabel is for extracting strings from templates
-[jinja2: **/template/**.jinja]
-encoding = utf-8
-[extractors]
-jinja2 = jinja2.ext:babel_extract
diff --git a/locale/ja/LC_MESSAGES/messages.mo b/locale/ja/LC_MESSAGES/messages.mo
deleted file mode 100644
index ecab7b430a..0000000000
Binary files a/locale/ja/LC_MESSAGES/messages.mo and /dev/null differ
diff --git a/locale/ja/LC_MESSAGES/messages.po b/locale/ja/LC_MESSAGES/messages.po
deleted file mode 100644
index 4703387b31..0000000000
--- a/locale/ja/LC_MESSAGES/messages.po
+++ /dev/null
@@ -1,5077 +0,0 @@
-# Japanese translations for XRPL.org.
-# Copyright (C) 2020 XRP Ledger Project
-# This file is distributed under the same license as the XRPL.org project.
-# Rome Reginelli , 2020.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: XRPL.org v0.0\n"
-"Report-Msgid-Bugs-To: docs@ripple.com\n"
-"POT-Creation-Date: 2023-09-27 01:30+0000\n"
-"PO-Revision-Date: 2020-05-12 15:25-0700\n"
-"Last-Translator: FULL NAME \n"
-"Language: ja\n"
-"Language-Team: ja \n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.12.1\n"
-
-#: template/component-footer.html.jinja:25
-msgid "Open Source."
-msgstr "オープンソース"
-
-#: template/component-footer.html.jinja:33
-msgid "Jump to top of page"
-msgstr "ページの先頭へ"
-
-#: template/component-github-edit.html.jinja:26
-msgid "Edit page"
-msgstr "ページを編集"
-
-# Tooltip on the button to close the search box
-#: template/component-top-nav.html.jinja:69 template/page-404.html.jinja:11
-#, fuzzy
-msgid "Search"
-msgstr "検索"
-
-#: template/component-top-nav.html.jinja:70
-msgid "Search site..."
-msgstr "サイトを検索"
-
-#: template/page-404.html.jinja:12
-msgid "Search for articles, training, and code samples..."
-msgstr "記事、トレーニング、コードサンプルを検索..."
-
-#: template/page-ambassadors.html.jinja:27
-msgid "Become an XRP Ledger Campus Ambassador"
-msgstr "XRP Ledgerキャンパスアンバサダーになる"
-
-#: template/page-ambassadors.html.jinja:28
-msgid "Join the Student Cohort"
-msgstr "学生コミュニティに参加"
-
-#: template/page-ambassadors.html.jinja:30
-msgid ""
-"The XRPL Campus Ambassador program engages, supports, connects, and "
-"recognizes a group of student champions of the XRPL and empowers them to "
-"further advance engagement on the ledger."
-msgstr "XRPLキャンパスアンバサダープログラムは、XRPLの学生チャンピオンのグループを巻き込み、サポートし、つなげ、認識し、レジャーへの関与をさらに進めるための力を与えるものです。"
-
-#: template/page-ambassadors.html.jinja:45
-msgid "XRPL Campus Ambassadors"
-msgstr "XRPLキャンパスアンバサダー"
-
-#: template/page-ambassadors.html.jinja:46
-msgid "Current Students"
-msgstr "現役学生"
-
-#: template/page-ambassadors.html.jinja:48
-msgid ""
-"The XRPL Campus Ambassador program aims to elevate the impact of college "
-"students who are passionate about blockchain technology. In their role, "
-"Campus Ambassadors help educate other students about crypto and how to "
-"start building on the XRPL."
-msgstr "XRPLキャンパスアンバサダープログラムは、ブロックチェーン技術に情熱を傾ける大学生の影響力を高めることを目的としています。その役割として、キャンパスアンバサダーは、クリプトとXRPLでの構築を開始する方法について他の学生を教育することを支援します。"
-
-#: template/page-ambassadors.html.jinja:78
-msgid "Why become an XRPL Campus Ambassador?"
-msgstr "XRPLキャンパスアンバサダーになる理由"
-
-#: template/page-ambassadors.html.jinja:79 template/page-home.html.jinja:50
-#: template/page-xrp-overview.html.jinja:63
-msgid "Benefits"
-msgstr "メリット"
-
-#: template/page-ambassadors.html.jinja:81
-msgid "Join a global cohort of students empowering others to build on the XRPL."
-msgstr "XRPLをベースに他の人に力を与える、世界的な学生グループに参加しましょう。"
-
-#: template/page-ambassadors.html.jinja:94
-msgid "Exclusive Opportunities"
-msgstr "特別な機会"
-
-#: template/page-ambassadors.html.jinja:95
-msgid ""
-" Get access and invitations to Ambassador-only events, conferences, and "
-"opportunities"
-msgstr "アンバサダー限定のイベント、カンファレンス、チャンスの情報を入手できます。"
-
-#: template/page-ambassadors.html.jinja:102
-#: template/page-ambassadors.html.jinja:150
-msgid "Education"
-msgstr "学習"
-
-#: template/page-ambassadors.html.jinja:103
-#: template/page-ambassadors.html.jinja:151
-msgid "Tutorials and workshops from leading XRPL and blockchain developers"
-msgstr "トップクラスのXRPLおよびブロックチェーン開発者によるチュートリアルとワークショップ"
-
-#: template/page-ambassadors.html.jinja:110
-msgid "Swag"
-msgstr "グッズ"
-
-#: template/page-ambassadors.html.jinja:111
-msgid "New XRPL swag for Ambassadors and swag to share with other students"
-msgstr "アンバサダー用の特別なXRPLグッズと他の学生と共有できるグッズ"
-
-#: template/page-ambassadors.html.jinja:119
-#: template/page-ambassadors.html.jinja:158
-msgid "Mentorship"
-msgstr "メンター"
-
-#: template/page-ambassadors.html.jinja:120
-#: template/page-ambassadors.html.jinja:159
-msgid ""
-"Serve as an advocate and receive support from notable members of the "
-"community"
-msgstr "アドボケートとなり、コミュニティの主要メンバーからサポートを受ける"
-
-#: template/page-ambassadors.html.jinja:127
-#, fuzzy
-msgid "Career Acceleration"
-msgstr "キャリア促進"
-
-#: template/page-ambassadors.html.jinja:128
-msgid ""
-"Gain hands-on experience building communities and grow your professional "
-"network in the blockchain industry"
-msgstr "ブロックチェーン業界におけるコミュニティ構築の経験を積み、プロフェッショナルなネットワークを拡大する"
-
-#: template/page-ambassadors.html.jinja:136
-#: template/page-ambassadors.html.jinja:166
-msgid "Stipend"
-msgstr "奨学金"
-
-#: template/page-ambassadors.html.jinja:137
-#: template/page-ambassadors.html.jinja:167
-msgid ""
-"Receive a stipend to fund your ideas and initiatives that fuel XRPL "
-"growth on your campus"
-msgstr "キャンパスでのXRPLの成長を促進するアイデアや イニシアチブの資金となる奨学金を受け取ります"
-
-#: template/page-ambassadors.html.jinja:187
-msgid "Should You Apply?"
-msgstr "応募すべき?"
-
-#: template/page-ambassadors.html.jinja:188
-msgid "Eligibility for XRPL Campus Ambassadors"
-msgstr "XRPLキャンパスアンバサダーの参加資格"
-
-#: template/page-ambassadors.html.jinja:190
-msgid ""
-"Students currently enrolled in an undergraduate or postgraduate program "
-"at an accredited college or university are eligible to apply."
-msgstr "現在、認定された大学の学部または大学院に在籍している学生が応募可能です。"
-
-#: template/page-ambassadors.html.jinja:202
-msgid "A Leader"
-msgstr "リーダー"
-
-#: template/page-ambassadors.html.jinja:203
-msgid ""
-"Interested in leading meetups and workshops for your local campus "
-"community"
-msgstr "地元の学生コミュニティでミートアップやワークショップを開催することに関心を持っている"
-
-#: template/page-ambassadors.html.jinja:211
-#: template/page-ambassadors.html.jinja:250
-msgid "Active"
-msgstr "アクティブ"
-
-#: template/page-ambassadors.html.jinja:212
-#: template/page-ambassadors.html.jinja:251
-msgid ""
-"An active participant in the XRPL community or interested in blockchain "
-"and crypto technologies"
-msgstr "XRPLコミュニティに積極的に参加している、またはブロックチェーンや暗号技術に興味を持っている"
-
-#: template/page-ambassadors.html.jinja:219
-msgid "Curious"
-msgstr "好奇心旺盛"
-
-#: template/page-ambassadors.html.jinja:220
-msgid "Eager to learn more about technical blockchain topics and the XRPL"
-msgstr "技術的なブロックチェーンのトピックやXRPLについてより深く学びたい"
-
-#: template/page-ambassadors.html.jinja:228
-#: template/page-ambassadors.html.jinja:257
-msgid "Passionate"
-msgstr "情熱的"
-
-#: template/page-ambassadors.html.jinja:229
-#: template/page-ambassadors.html.jinja:258
-msgid ""
-"Passionate about increasing XRPL education and awareness through events, "
-"content, and classroom engagement"
-msgstr "イベント、コンテンツ、授業への参加を通じて、XRPLの教育と認知度を高めることに情熱を持っている"
-
-#: template/page-ambassadors.html.jinja:236
-msgid "Creative"
-msgstr "クリエイティブ"
-
-#: template/page-ambassadors.html.jinja:237
-msgid "Ability to think outside the box to grow the XRPL student community"
-msgstr "既成概念にとらわれず、XRPLの学生コミュニティを成長させる思考力"
-
-#: template/page-ambassadors.html.jinja:331
-msgid "Process to become a Campus Ambassador"
-msgstr "キャンパスアンバサダー就任までの流れ"
-
-#: template/page-ambassadors.html.jinja:332
-msgid "How it Works"
-msgstr "主な仕組み"
-
-#: template/page-ambassadors.html.jinja:335
-msgid "Apply now to become an XRPL Campus Ambassador."
-msgstr "XRPLキャンパスアンバサダーになりたい方は今すぐ応募しましょう。"
-
-#: template/page-ambassadors.html.jinja:354 template/page-uses.html.jinja:309
-#: template/page-uses.html.jinja:334
-msgid "Apply"
-msgstr "応募"
-
-#: template/page-ambassadors.html.jinja:355
-msgid "Submit an application to be considered for the Campus Ambassador program."
-msgstr "キャンパスアンバサダープログラムの選考を受けるには、応募書類を提出してください。"
-
-#: template/page-ambassadors.html.jinja:363
-#: template/page-ambassadors.html.jinja:393
-#, fuzzy
-msgid "Interview"
-msgstr "面接"
-
-#: template/page-ambassadors.html.jinja:364
-#: template/page-ambassadors.html.jinja:394
-msgid ""
-"Tell the XRPL community-led panel more about yourself and your interest "
-"in the program during an interview."
-msgstr "XRPLコミュニティが中心となって運営する委員との面接で、あなた自身について、またプログラムへの関心について詳しく話してください。"
-
-#: template/page-ambassadors.html.jinja:371
-msgid "Join"
-msgstr "参加"
-
-#: template/page-ambassadors.html.jinja:372
-msgid ""
-"Congrats on your new role! Join the global cohort of Ambassadors and meet"
-" with community participants during onboarding."
-msgstr "就任おめでとうございます!グローバルなアンバサダーグループに参加し、新しいコミュニティ参加者とお会いしましょう。"
-
-#: template/page-ambassadors.html.jinja:380
-#: template/page-ambassadors.html.jinja:400
-msgid "Learn"
-msgstr "学習"
-
-#: template/page-ambassadors.html.jinja:381
-#: template/page-ambassadors.html.jinja:401
-msgid ""
-"Participate in personalized learning and training sessions for "
-"Ambassadors on the XRPL and blockchain technology."
-msgstr "XRPLおよびブロックチェーン技術に関するアンバサダー向けの個別学習およびトレーニングセッションへ参加しましょう。"
-
-#: template/page-ambassadors.html.jinja:414
-msgid "Apply for Fall 2023"
-msgstr "2023年秋の申し込み"
-
-#: template/page-ambassadors.html.jinja:431
-msgid "Join a global cohort of Student Ambassadors"
-msgstr "学生アンバサダーのグローバルなコミュニティに参加する"
-
-#: template/page-ambassadors.html.jinja:432
-#, fuzzy
-msgid "Global Community"
-msgstr "グローバルコミュニティ"
-
-#: template/page-ambassadors.html.jinja:458
-msgid "Stay connected to the XRPL Campus Ambassadors"
-msgstr "XRPL キャンパスアンバサダーとの繋がりを持つ"
-
-#: template/page-ambassadors.html.jinja:459 template/page-impact.html.jinja:146
-#: template/page-impact.html.jinja:167
-#, fuzzy
-msgid "Connect"
-msgstr "繋がる"
-
-#: template/page-ambassadors.html.jinja:462
-msgid ""
-"To stay up-to-date on the latest activity, meetups, and events of the "
-"XRPL Campus Ambassadors be sure to follow these channels:"
-msgstr "XRPL キャンパスアンバサダーの最新の活動、ミートアップ、イベントに関する最新情報を得るには、次のチャンネルをフォローしましょう。"
-
-#: template/page-ambassadors.html.jinja:477
-msgid "MeetUp"
-msgstr "ミートアップ"
-
-#: template/page-ambassadors.html.jinja:478
-msgid "Attend an XRPL Meetup in your local area"
-msgstr "地域のXRPLミートアップに参加しましょう。"
-
-#: template/page-ambassadors.html.jinja:484
-#, fuzzy
-msgid "Dev.to Blog"
-msgstr "Dev.to ブログ"
-
-#: template/page-ambassadors.html.jinja:485
-msgid "Read more about the activity of the XRPL Ambassadors"
-msgstr "XRPLアンバサダーの活動についてもっと知る。"
-
-#: template/page-ambassadors.html.jinja:496
-msgid "Discord"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:497
-msgid "Join the conversation on the XRPL Developer Discord"
-msgstr "XRPL開発者Discordで意見交換しましょう。"
-
-#: template/page-code-samples.html.jinja:13
-msgid "Start Building with Example Code"
-msgstr "コードサンプルから開発を始める"
-
-#: template/page-code-samples.html.jinja:14
-msgid "Code Samples"
-msgstr "コードサンプル"
-
-#: template/page-code-samples.html.jinja:26
-msgid "Browse sample code for building common use cases on the XRP Ledger"
-msgstr "XRP Ledger上で一般的なユースケースを構築するためのコードサンプルを見ることができます"
-
-#: template/page-code-samples.html.jinja:65
-msgid "Contribute Code Samples"
-msgstr "コードサンプルへの貢献"
-
-#: template/page-code-samples.html.jinja:66
-msgid "Help the XRPL community by submitting your own code samples"
-msgstr "コードサンプルを投稿して、XRPLコミュニティに貢献しましょう"
-
-#: template/page-community.html.jinja:33
-msgid "Open for Business, Driven to Innovate"
-msgstr ""
-
-#: template/page-community.html.jinja:34
-msgid "The XRPL Community"
-msgstr "XRPL コミュニティ"
-
-#: template/page-community.html.jinja:42
-msgid "Find the community on the platforms below"
-msgstr "以下のプラットフォームでコミュニティにアクセスできます。"
-
-#: template/page-community.html.jinja:43
-msgid "Join the Conversation"
-msgstr "参加する"
-
-#: template/page-community.html.jinja:87
-msgid "Run an XRP Ledger network node"
-msgstr "XRP Ledgerのネットワークノードを実行する"
-
-#: template/page-community.html.jinja:88
-msgid "Contribute to Consensus"
-msgstr "コンセンサスへの貢献"
-
-#: template/page-community.html.jinja:121
-#, fuzzy
-msgid "Apply for funding to build your XRPL project"
-msgstr "将来のXRPLプロジェクトのための資金調達に応募する"
-
-#: template/page-community.html.jinja:122 template/page-funding.html.jinja:134
-msgid "XRPL Grants"
-msgstr ""
-
-#: template/page-community.html.jinja:124
-#, fuzzy
-msgid ""
-"The XRPL Grants program funds select open-source projects that solve "
-"problems and grow the XRP Ledger community."
-msgstr ""
-"XRPL Grantsプログラムは、拡大を続ける XRP Ledger "
-"コミュニティに貢献する厳選されたオープンソースプロジェクトに資金を提供します。"
-
-#: template/page-community.html.jinja:128
-msgid "Apply for a Grant"
-msgstr ""
-
-#: template/page-community.html.jinja:134
-msgid "Awarded in a single grant"
-msgstr "1回のGrantでの助成金"
-
-#: template/page-community.html.jinja:138
-msgid "Distributed to grant recipients"
-msgstr "助成対象者への配布"
-
-#: template/page-community.html.jinja:142
-msgid "Open-source projects funded "
-msgstr "オープンソースプロジェクトへの資金提供"
-
-#: template/page-community.html.jinja:148 template/page-events.html.jinja:56
-#: template/page-home.html.jinja:161 template/page-xrpl-overview.html.jinja:99
-msgid "Learn More"
-msgstr "もっと知る"
-
-#: template/page-community.html.jinja:164
-msgid "Showcase your XRPL project, application or product"
-msgstr "XRPLプロジェクト、アプリケーション、製品の紹介"
-
-#: template/page-community.html.jinja:165
-msgid "XRPL Community Spotlight"
-msgstr "XRPL コミュニティの紹介"
-
-#: template/page-community.html.jinja:167
-#, fuzzy
-msgid ""
-"Get featured on the Developer Reflections blog or Blockchain Use Cases page, and explore XRPL "
-"community highlights."
-msgstr ""
-"開発者向けブログ「Developer Reflections」や「Use "
-"Cases」ページでの紹介や、XRPLコミュニティのハイライトなどをご紹介します。"
-
-#: template/page-community.html.jinja:174
-msgid "Submit Your Projects"
-msgstr "プロジェクトを登録する"
-
-#: template/page-community.html.jinja:175
-msgid "Read the Blog"
-msgstr "ブログを読む"
-
-#: template/page-community.html.jinja:191
-#: template/page-community.html.jinja:216
-msgid "Welcome to Apex 2021"
-msgstr ""
-
-#: template/page-community.html.jinja:195
-#: template/page-community.html.jinja:220
-msgid "XRPL Community Meetup"
-msgstr ""
-
-#: template/page-community.html.jinja:199
-#: template/page-community.html.jinja:224
-msgid "XRPL Hackathon 2022"
-msgstr ""
-
-#: template/page-community.html.jinja:206
-msgid "Check out global events across the XRPL community"
-msgstr "XRPLコミュニティで開催されるグローバルなイベントをチェック"
-
-#: template/page-community.html.jinja:207
-msgid "XRPL Events"
-msgstr "XRPLイベント"
-
-#: template/page-community.html.jinja:209
-msgid ""
-"Meet the XRPL community at meetups, hackathons, conferences, and more "
-"across global regions."
-msgstr "世界各地でのミートアップ、ハッカソン、カンファレンスなどでXRPLコミュニティと出会えます。"
-
-#: template/page-community.html.jinja:229
-#, fuzzy
-msgid "View All Events"
-msgstr "全てのイベントを見る"
-
-#: template/page-community.html.jinja:247
-msgid "Discover your next career opportunity in the XRPL community"
-msgstr "XRPLコミュニティであなたの次のキャリアを見つけましょう"
-
-#: template/page-community.html.jinja:248
-#, fuzzy
-msgid "XRPL Careers"
-msgstr "XRPLキャリア"
-
-#: template/page-community.html.jinja:250
-msgid ""
-"Teams across the XRPL community are looking for talented individuals to "
-"help build their next innovation."
-msgstr "XRPLコミュニティの各チームは、次のイノベーションの構築に貢献する優秀な人材を求めています。"
-
-#: template/page-community.html.jinja:256
-msgid "View Open Roles"
-msgstr "募集職種を見る"
-
-#: template/page-community.html.jinja:268
-msgid "Review guidelines for using XRPL design assets"
-msgstr "XRPLのデザインアセットを使用するためのガイドラインを確認"
-
-#: template/page-community.html.jinja:269
-msgid "XRPL Assets"
-msgstr "XRPLのアセット"
-
-#: template/page-community.html.jinja:271
-msgid ""
-"Just like the technology itself, XRPL assets are open source and "
-"available for anyone to use. Check out this helpful framework for using "
-"XRPL visuals. "
-msgstr ""
-"テクノロジーそのものと同様に、XRPLアセットもオープンソースであり、誰でも利用することができます。XRPL "
-"のデータを使用するためのフレームワークをご覧ください。"
-
-#: template/page-community.html.jinja:279
-msgid "Download the PDF and Assets"
-msgstr "PDFとアセットをダウンロード"
-
-#: template/page-community.html.jinja:297
-#, fuzzy
-msgid "A community-driven resource for all things XRPL.org"
-msgstr "XRPとXRP Ledgerのあらゆるものを提供する、コミュニティ主体のリソース"
-
-#: template/page-community.html.jinja:298
-msgid "Contribute to XRPL.org"
-msgstr "XRPL.orgに貢献する"
-
-#: template/page-community.html.jinja:300
-#, fuzzy
-msgid ""
-"Thank you for your interest in contributing to XRPL.org. This website was"
-" created as an XRPL community resource and is meant to be a living, "
-"breathing source of truth for XRP Ledger resources. This portal is open-"
-"source and anyone can suggest changes."
-msgstr ""
-"XRPL.orgへの貢献に関心をお持ちいただき、ありがとうございます。このウェブサイトはXRPLコミュニティのリソースとして作成され、XRP "
-"Ledgerのリソースの信頼できる生きた情報源となることを目的としています。このポータルはオープンソースであり、誰でも変更を提案することができます。"
-
-#: template/page-community.html.jinja:301
-msgid "Read Contributor Guidelines"
-msgstr "コントリビュータガイドラインを読む"
-
-#: template/page-dev-tools.html.jinja:13
-msgid ""
-"Use the developer tools to test, explore, and validate XRP Ledger\n"
-" API requests and behavior."
-msgstr "開発者ツールを使用して、XRP Ledger APIのリクエストと動作をテスト、調査、検証してみましょう。"
-
-#: template/page-dev-tools.html.jinja:16
-msgid "Dev Tools"
-msgstr "開発者ツール"
-
-#: template/page-dev-tools.html.jinja:28 template/page-dev-tools.html.jinja:74
-#, fuzzy
-msgid "Explorers"
-msgstr "エクスプローラ"
-
-#: template/page-dev-tools.html.jinja:31 template/page-dev-tools.html.jinja:89
-msgid "API Access"
-msgstr "APIアクセス"
-
-#: template/page-dev-tools.html.jinja:34 template/page-dev-tools.html.jinja:146
-#: template/page-uses.html.jinja:82 template/page-uses.html.jinja:299
-#, fuzzy
-msgid "Other"
-msgstr "その他"
-
-#: template/page-dev-tools.html.jinja:203
-msgid "Have an Idea For a Tool?"
-msgstr "ツールのアイデアをお持ちですか?"
-
-#: template/page-dev-tools.html.jinja:204
-msgid ""
-"Contribute to the XRP Ledger community by submitting your idea for a tool"
-" or open a pull request if you've developed a tool."
-msgstr "ツールのアイデアを提出したり、ツールを開発した場合はプルリクエストを開いて、XRP Ledgerコミュニティに貢献しましょう。"
-
-#: template/page-dev-tools.html.jinja:205
-msgid "Open a pull Request"
-msgstr "プルリクエストを作成する"
-
-#: template/page-docs-index.html.jinja:8
-#, fuzzy
-msgid "Full documentation index"
-msgstr "全ドキュメントの目次"
-
-#: template/page-docs-index.html.jinja:9
-msgid "See Everything"
-msgstr "全てを見る"
-
-#: template/page-docs.html.jinja:16
-msgid "XRP Ledger Developer Resources"
-msgstr "XRP Ledger 開発者向けリソース"
-
-#: template/page-docs.html.jinja:17
-#, fuzzy
-msgid "Documentation"
-msgstr "XRP Ledger ドキュメント"
-
-#: template/page-docs.html.jinja:90
-msgid "rippled API Reference"
-msgstr "rippled APIリファレンス"
-
-#: template/page-docs.html.jinja:94
-msgid "XRP Faucet"
-msgstr "XRP Faucet"
-
-#: template/page-docs.html.jinja:98
-msgid "Getting Started with Python"
-msgstr "Pythonを使ってみよう"
-
-#: template/page-docs.html.jinja:102
-msgid "Websocket API Tool"
-msgstr "Websocket APIツール"
-
-#: template/page-docs.html.jinja:105 template/page-docs.html.jinja:226
-msgid "XRP Ledger Explorer"
-msgstr "XRP Ledgerエクスプローラ"
-
-#: template/page-docs.html.jinja:112
-msgid "Advanced Payment Features"
-msgstr "高度な支払い機能"
-
-#: template/page-docs.html.jinja:117
-msgid "Governance and the Amendment Process"
-msgstr "ガバナンスとAmendmentプロセス"
-
-#: template/page-docs.html.jinja:122
-msgid "Federated Sidechains"
-msgstr "連合サイドチェーン"
-
-#: template/page-docs.html.jinja:129
-msgid "On-Chain Finance"
-msgstr "オンチェーン金融"
-
-#: template/page-docs.html.jinja:134
-#, fuzzy
-msgid "Trade on the decentralized exchange"
-msgstr "分散型取引所でトレード"
-
-#: template/page-docs.html.jinja:138
-#, fuzzy
-msgid "Make payments"
-msgstr "支払いを実行"
-
-#: template/page-docs.html.jinja:142
-#, fuzzy
-msgid "Use specialized payment types"
-msgstr "専門的な種類の支払いを行う"
-
-#: template/page-docs.html.jinja:148 template/page-home.html.jinja:103
-msgid "Tokens"
-msgstr "トークン"
-
-#: template/page-docs.html.jinja:153
-#, fuzzy
-msgid "Non-fungible Tokens"
-msgstr "非代替性トークン"
-
-#: template/page-docs.html.jinja:157
-msgid "Issue a stablecoin"
-msgstr "ステーブルコインを発行"
-
-#: template/page-docs.html.jinja:161
-msgid "Assign an authorized minter"
-msgstr "認可Minterの割り当て"
-
-#: template/page-docs.html.jinja:167 template/page-uses.html.jinja:66
-#: template/page-uses.html.jinja:186 template/page-uses.html.jinja:293
-#: template/page-uses.html.jinja:394
-#, fuzzy
-msgid "Payments"
-msgstr "ペイメント"
-
-#: template/page-docs.html.jinja:172
-msgid "Peer to peer payments"
-msgstr "直接支払い"
-
-#: template/page-docs.html.jinja:176
-#, fuzzy
-msgid "Cross-currency payments"
-msgstr "クロスカレンシー決済"
-
-#: template/page-docs.html.jinja:180
-#, fuzzy
-msgid "Escrows"
-msgstr "エスクロー"
-
-#: template/page-docs.html.jinja:191
-#, fuzzy
-msgid "Intro to XRP Ledger"
-msgstr "XRP Ledger クイックスタート"
-
-#: template/page-docs.html.jinja:196
-msgid "Accounts"
-msgstr "アカウント"
-
-#: template/page-docs.html.jinja:201 template/page-home.html.jinja:91
-msgid "Decentralized Exchange"
-msgstr "分散型取引所"
-
-#: template/page-docs.html.jinja:206
-#, fuzzy
-msgid "Tokenization"
-msgstr "Tokenization"
-
-#: template/page-docs.html.jinja:214
-#, fuzzy
-msgid "Faucets"
-msgstr "XRP Faucet"
-
-#: template/page-docs.html.jinja:217
-msgid "Get credentials and test-XRP for XRP Ledger Testnet or Devnet."
-msgstr "XRP Ledger TestnetまたはDevnetでアカウントとテスト用XRPを取得しましょう"
-
-#: template/page-docs.html.jinja:220
-#, fuzzy
-msgid "WebSocket Tool"
-msgstr "Websocketツール"
-
-#: template/page-docs.html.jinja:223
-msgid "Send sample requests and get responses from the rippled API."
-msgstr "サンプルリクエストを送信し、rippled APIからレスポンスを取得します。"
-
-#: template/page-docs.html.jinja:229
-msgid ""
-"View validations of new ledger versions in real-time, chart the location "
-"of servers in the XRP Ledger."
-msgstr "新しいレジャーバージョンの検証結果をリアルタイムで表示し、XRP Ledger内のサーバの位置をチャートで表示します。"
-
-#: template/page-docs.html.jinja:232 template/page-tx-sender.html.jinja:30
-msgid "Transaction Sender"
-msgstr "トランザクション送信ツール"
-
-#: template/page-docs.html.jinja:235
-msgid ""
-"Test how your code handles various XRP Ledger transactions by sending "
-"them over the Testnet to the address."
-msgstr "コードが様々なXRP Ledgerのトランザクションをどのように処理するか、テストネットを通じてテストしましょう。"
-
-#: template/page-docs.html.jinja:244
-#, fuzzy
-msgid "Concepts"
-msgstr "コンセプト"
-
-#: template/page-docs.html.jinja:245
-#, fuzzy
-msgid ""
-"Learn the \"what\" and the \"why\" behind fundamental aspects of the XRP "
-"Ledger."
-msgstr "XRP Ledgerの基本的な機能の背景を学びましょう。"
-
-#: template/page-docs.html.jinja:246
-#, fuzzy
-msgid "Read the Docs"
-msgstr "ドキュメントを読む"
-
-#: template/page-docs.html.jinja:251
-#, fuzzy
-msgid "Tutorials"
-msgstr "チュートリアル"
-
-#: template/page-docs.html.jinja:252
-msgid "Get step-by-step guidance to perform common tasks with the XRP Ledger."
-msgstr "XRP Ledgerで一般的な作業の手順をご覧ください。"
-
-#: template/page-docs.html.jinja:253
-#, fuzzy
-msgid "View Tutorials"
-msgstr "チュートリアルを見る"
-
-#: template/page-docs.html.jinja:258
-#, fuzzy
-msgid "References"
-msgstr "リファレンス"
-
-#: template/page-docs.html.jinja:259
-msgid ""
-"Look up reference documentation for the XRP Ledger protocol, API methods,"
-" and more."
-msgstr "XRP LedgerプロトコルやAPIメソッドなどのリファレンスドキュメントをご覧ください。"
-
-#: template/page-docs.html.jinja:260
-#, fuzzy
-msgid "View References"
-msgstr "リファレンスを見る"
-
-#: template/page-docs.html.jinja:267
-#, fuzzy
-msgid "Use Cases"
-msgstr "ユースケース"
-
-#: template/page-docs.html.jinja:276
-#, fuzzy
-msgid "Getting Started"
-msgstr "始めましょう"
-
-#: template/page-docs.html.jinja:280
-msgid "Quickstart to XRP Ledger"
-msgstr "XRP Ledger クイックスタート"
-
-#: template/page-docs.html.jinja:282
-#, fuzzy
-msgid "An introduction to fundamental aspects of the XRP Ledger."
-msgstr "XRP Ledgerの基本的な機能の紹介"
-
-#: template/page-docs.html.jinja:288
-msgid "Get Started"
-msgstr "始めましょう"
-
-#: template/page-docs.html.jinja:306
-#, fuzzy
-msgid "Watch Full Series"
-msgstr "全てのシリーズを見る"
-
-#: template/page-docs.html.jinja:314
-msgid "Interact with the XRP Ledger in a language of your choice"
-msgstr "お好みの言語でXRP Ledgerへアクセスできます"
-
-#: template/page-docs.html.jinja:315
-#, fuzzy
-msgid "Explore SDKs"
-msgstr "SDKを探す"
-
-#: template/page-docs.html.jinja:327
-msgid "Javascript"
-msgstr ""
-
-#: template/page-docs.html.jinja:337
-msgid "Python"
-msgstr ""
-
-#: template/page-docs.html.jinja:347
-msgid "Java"
-msgstr ""
-
-#: template/page-docs.html.jinja:361
-msgid "Intermediate Learning Sources"
-msgstr "次の学習教材"
-
-#: template/page-docs.html.jinja:378
-msgid "Explore, Test, Verify"
-msgstr "探索、テスト、検証"
-
-#: template/page-docs.html.jinja:379
-msgid "Explore Dev Tools"
-msgstr "開発者ツールを探索"
-
-#: template/page-docs.html.jinja:382
-msgid ""
-"Use these web-based tools to assist during all stages of development, "
-"from getting your first payment to testing your implementation for best "
-"practices."
-msgstr "これらのウェブベースのツールを使用して、最初の支払いからベストプラクティスのための実装テストまで、開発のすべてのステージをサポートします。"
-
-#: template/page-docs.html.jinja:398
-msgid "Browse By Recommended Pages"
-msgstr "おすすめのページを見る"
-
-#: template/page-docs.html.jinja:410
-msgid "Get Free Test XRP"
-msgstr "テスト用XRPを入手"
-
-#: template/page-docs.html.jinja:411
-msgid ""
-"Connect to the XRP Ledger Testnet network to develop and test your apps "
-"built on the XRP Ledger, without risking real money or impacting "
-"production XRP Ledger users."
-msgstr "XRP Ledger Testnetネットワークに接続することで、XRP Ledger上に構築するアプリを開発・テストすることができます。"
-
-#: template/page-docs.html.jinja:412
-msgid "Generate Testnet Credentials"
-msgstr "テストネットのアカウントを作成"
-
-#: template/page-docs.html.jinja:419
-#, fuzzy
-msgid "See full documentation index"
-msgstr "全ドキュメントの目次"
-
-#: template/page-events.html.jinja:27
-msgid "Find the XRPL Community Around the World"
-msgstr "世界中のXRPLコミュニティを見つけよう"
-
-#: template/page-events.html.jinja:28 template/page-impact.html.jinja:131
-#: template/page-impact.html.jinja:159
-msgid "Events"
-msgstr "イベント"
-
-#: template/page-events.html.jinja:42
-#, fuzzy
-msgid "The XRPL Developer Summit"
-msgstr "XRPL開発者サミット"
-
-#: template/page-events.html.jinja:43
-msgid "Save the Date"
-msgstr "日程を確認"
-
-#: template/page-events.html.jinja:45
-msgid ""
-"Apex is back and headed to Amsterdam. Apex XRPL Developer Summit is the "
-"annual event where developers, contributors, and thought leaders come "
-"together to learn, build, share, network, and celebrate all things XRP "
-"Ledger."
-msgstr ""
-"Apexが帰ってきました!アムステルダムに向かいましょう。Apex "
-"XRPL開発者サミットは、開発者、貢献者、思想家が集まり、学び、構築し、共有し、ネットワークし、XRP "
-"Ledgerのすべてを祝う年に一度のイベントです。"
-
-#: template/page-events.html.jinja:66
-msgid ""
-"Check out meetups, hackathons, and other events hosted by the XRPL "
-"Community"
-msgstr "XRPLコミュニティが主催するミートアップ、ハッカソン、その他のイベントをチェックしましょう。"
-
-#: template/page-events.html.jinja:67
-msgid "Upcoming Events"
-msgstr "今後のイベント情報"
-
-#: template/page-events.html.jinja:494
-msgid "Explore past community-hosted events"
-msgstr "過去のコミュニティ主催のイベントを見る"
-
-#: template/page-events.html.jinja:495
-msgid "Past Events"
-msgstr "過去のイベント"
-
-#: template/page-faq2.html.jinja:17 template/pagetype-doc.html.jinja:25
-msgid "Sorry, this page is not available in your language."
-msgstr "申し訳ありませんが、このページはお使いの言語では提供されていません。"
-
-#: template/page-faq2.html.jinja:18 template/pagetype-doc.html.jinja:26
-#, fuzzy
-msgid ""
-"We are making an effort to offer the XRP Ledger Dev Portal in a variety "
-"of languages, but not all pages are available in all languages. If you'd "
-"like to help, please contribute!"
-msgstr ""
-"XRP Ledger Dev "
-"Portalをさまざまな言語で提供するよう取り組んでいますが、すべてのページがすべての言語で提供されているわけではありません。コンテンツの翻訳にご協力いただける場合は、ぜひ貢献をお願いいたします"
-
-#: template/page-faq2.html.jinja:23 template/pagetype-doc.html.jinja:31
-msgid ""
-"This translated page is not updated to match the latest changes in the "
-"English version."
-msgstr "このページは、最新の英語版のコンテンツと一致していない場合があります。"
-
-#: template/page-faq2.html.jinja:24 template/pagetype-doc.html.jinja:32
-#, fuzzy
-msgid ""
-"We are making an effort to offer the XRP Ledger Dev Portal in a variety "
-"of languages, but not all translated contents are up-to-date. If you'd "
-"like to help, please contribute!"
-msgstr ""
-"XRP Ledger Dev "
-"Portalをさまざまな言語で提供するよう取り組んでいますが、すべての翻訳ページが最新版として提供されているわけではありません。コンテンツの更新にご協力いただける場合は、ぜひ貢献をお願いいたします"
-
-#: template/page-funding.html.jinja:27
-msgid "XRPL Developer Funding Programs"
-msgstr "XRPL開発者向け資金提供プログラム"
-
-#: template/page-funding.html.jinja:28
-msgid "Project Resources"
-msgstr "プロジェクト資金"
-
-#: template/page-funding.html.jinja:36
-msgid "Explore funding opportunities for developers and teams"
-msgstr "開発者やチームのための資金調達の方法を見つけましょう"
-
-#: template/page-funding.html.jinja:37
-msgid "Funding Overview"
-msgstr "資金調達の概要"
-
-#: template/page-funding.html.jinja:39
-msgid ""
-"If you’re a software developer or team looking to build your next project"
-" or venture on the XRP Ledger (XRPL), there are a number of opportunities"
-" to fund your next innovation."
-msgstr ""
-"あなたがXRP "
-"Ledger(XRPL)上に次のプロジェクトやベンチャーを構築しようとしているソフトウェア開発者やチームであれば、次のイノベーションに資金を提供するチャンスは数多く存在します。"
-
-#: template/page-funding.html.jinja:50
-msgid "XRPL Hackathons"
-msgstr "XRPLハッカソン"
-
-#: template/page-funding.html.jinja:51
-msgid "Join an Event"
-msgstr "イベントに参加"
-
-#: template/page-funding.html.jinja:53
-msgid ""
-"Hackathons are open to all developers to explore and invent a project on "
-"the XRP Ledger. Visit the events page for updates on upcoming hackathons."
-msgstr ""
-"ハッカソンは、XRP "
-"Ledger上のプロジェクトを調査・考案するために、すべての開発者に開放されています。今後のハッカソンに関する最新情報は、イベントページでご確認ください。"
-
-#: template/page-funding.html.jinja:56 template/page-funding.html.jinja:121
-msgid "See Upcoming Events"
-msgstr "今後のイベントを見る"
-
-#: template/page-funding.html.jinja:67 template/page-funding.html.jinja:156
-#: template/page-funding.html.jinja:239
-#, fuzzy
-msgid "Best for"
-msgstr "こんな方に最適"
-
-#: template/page-funding.html.jinja:68
-msgid "Software developers and teams building directly on the XRP Ledger"
-msgstr "XRP Ledger上のソフトウェア開発者やXRP Ledger上で直接開発を行うチーム"
-
-#: template/page-funding.html.jinja:75 template/page-funding.html.jinja:104
-#: template/page-funding.html.jinja:164 template/page-funding.html.jinja:192
-#: template/page-funding.html.jinja:247 template/page-funding.html.jinja:276
-msgid "Required"
-msgstr "必須要件"
-
-#: template/page-funding.html.jinja:76 template/page-funding.html.jinja:105
-msgid "Some coding experience"
-msgstr "コーディング経験"
-
-#: template/page-funding.html.jinja:82 template/page-funding.html.jinja:171
-#: template/page-funding.html.jinja:254
-msgid "Level"
-msgstr "レベル"
-
-#: template/page-funding.html.jinja:83
-msgid "XRPL beginner to advanced developers"
-msgstr "XRPLの初級開発者から上級開発者まで"
-
-#: template/page-funding.html.jinja:91 template/page-funding.html.jinja:112
-#: template/page-funding.html.jinja:179 template/page-funding.html.jinja:200
-#: template/page-funding.html.jinja:263 template/page-funding.html.jinja:284
-#, fuzzy
-msgid "Funding Levels"
-msgstr "資金調達の規模"
-
-#: template/page-funding.html.jinja:92 template/page-funding.html.jinja:113
-msgid "Prize money and awards"
-msgstr "賞金および賞品"
-
-#: template/page-funding.html.jinja:135
-msgid "Fund Your Project"
-msgstr "プロジェクトの資金調達"
-
-#: template/page-funding.html.jinja:137
-#, fuzzy
-msgid ""
-"Developer grants for projects that contribute to the growing XRP Ledger "
-"community."
-msgstr "成長するXRP Ledgerコミュニティに貢献するプロジェクトに開発者助成金を提供します。"
-
-#: template/page-funding.html.jinja:140
-msgid "Past awardees include:"
-msgstr "過去の受賞者は次の通り:"
-
-#: template/page-funding.html.jinja:145 template/page-funding.html.jinja:210
-msgid "Visit XRPL Grants"
-msgstr "XRPL Grantsを見る"
-
-#: template/page-funding.html.jinja:157
-msgid ""
-"Software developers, teams, and start-ups building directly on the XRP "
-"Ledger"
-msgstr "XRP Ledger上で直接開発を行うソフトウェア開発者やチーム、スタートアップ企業"
-
-#: template/page-funding.html.jinja:165
-#, fuzzy
-msgid ""
-"Coding experience • Github "
-"repository • Project "
-"narrative/description • At "
-"least one developer on the core team • Budget and milestones"
-msgstr ""
-"コーディング経験 • Githubリポジトリ • プロジェクトの説明 • コアチームに最低1人の開発者 • 予算とマイルストーン"
-
-#: template/page-funding.html.jinja:172
-msgid "XRPL intermediate to advanced developers"
-msgstr "XRPLの中級開発者から上級開発者"
-
-#: template/page-funding.html.jinja:180 template/page-funding.html.jinja:201
-msgid "$10,000 - $200,000"
-msgstr "$10,000 ~ $200,000"
-
-#: template/page-funding.html.jinja:193
-msgid ""
-"Coding experience • Github "
-"repository • Project "
-"narrative/description • At "
-"least one developer on the core team • Budget and milestone"
-msgstr ""
-"コーディング経験 • Githubリポジトリ • プロジェクトの説明 • コアチームに最低1人の開発者 • 予算とマイルストーン"
-
-#: template/page-funding.html.jinja:222
-#, fuzzy
-msgid "XRPL Accelerator"
-msgstr "XRPLアクセラレータ"
-
-#: template/page-funding.html.jinja:223
-msgid "Advance your project"
-msgstr "プロジェクトの推進"
-
-#: template/page-funding.html.jinja:225
-msgid ""
-"12-week program for entrepreneurs building on the XRP Ledger to scale "
-"their projects into thriving businesses."
-msgstr "XRP Ledgerをベースにした起業家向けの12週間のプログラムで、プロジェクトを繁栄するビジネスへとスケールアップさせることができます。"
-
-#: template/page-funding.html.jinja:228 template/page-funding.html.jinja:293
-msgid "View XRPL Accelerator"
-msgstr "XRPLアクセラレータを見る"
-
-#: template/page-funding.html.jinja:240
-msgid ""
-"Start-ups building scalable products on XRPL that can capture a large "
-"market opportunity"
-msgstr "XRPL上でスケーラブルなプロダクトを構築し、大きな市場機会を獲得できるスタートアップ企業"
-
-#: template/page-funding.html.jinja:248 template/page-funding.html.jinja:277
-msgid ""
-"• Strong founding team "
-"• Bold, ambitious vision "
-" • Ideally an MVP and "
-"monetization strategy"
-msgstr ""
-"• 強力な創業チーム • 大胆で野心的なビジョン • 理想のMVPと収益化戦略"
-
-#: template/page-funding.html.jinja:255
-msgid ""
-"• XRPL advanced developers "
-" • Business acumen"
-msgstr ""
-"• XRPLの上級開発者 • ビジネス能力"
-
-#: template/page-funding.html.jinja:264 template/page-funding.html.jinja:285
-msgid "$50,000 (grant) + pitch for venture funding"
-msgstr "$50,000(助成金)+ベンチャー資金へのピッチ"
-
-#: template/page-history.html.jinja:28
-msgid "Provide a Better Alternative to Bitcoin"
-msgstr "Bitcoinに代わる選択肢"
-
-#: template/page-history.html.jinja:29
-msgid "XRPL's Origin"
-msgstr "XRPLの原点"
-
-#: template/page-history.html.jinja:36
-#, fuzzy
-msgid ""
-"In 2011, three engineers—David Schwartz, Jed McCaleb, and Arthur "
-"Britto—began developing the XRP Ledger (XRPL). Fascinated by Bitcoin, "
-"they set out to create a better version that improved upon its "
-"limitations—with the goal of creating a digital asset that was more "
-"sustainable and built specifically for payments."
-msgstr ""
-"2011年、David Schwartz、Jed McCaleb、Arthur Brittoの3人のエンジニアがXRP "
-"Ledger(XRPL)の開発を開始しました。Bitcoinに魅了されていた3人は、Bitcoinが持つ制約を改善したより優れたバージョンを作ることを目指し、さらに持続可能で決済に特化したデジタルアセットを構築するという目標を掲げました。"
-
-#: template/page-history.html.jinja:37
-#, fuzzy
-msgid ""
-"The XRP Ledger first launched in June 2012. Shortly thereafter, they were"
-" joined by Chris Larsen, and the group started the Company NewCoin in "
-"September 2012 (quickly renamed OpenCoin and now named Ripple)."
-msgstr ""
-"XRP Ledgerが初めてローンチされたのは2012年6月のことです。そのすぐ後にChris "
-"Larsenが加わり、2012年9月にOpenCoinという会社を創設しました(その後社名はOpenCoinに変わり、現在はRippleという名前になっています)。"
-
-#: template/page-history.html.jinja:38
-msgid ""
-"The XRPL founders gifted 80 billion XRP, the platform’s native currency, "
-"to the company. Ripple has since put the majority in escrow."
-msgstr "XRPLの創設者は、プラットフォームのネイティブ通貨である800億XRPを同社に贈与しました。その後、Ripple社はその大半をエスクローに預けています。"
-
-#: template/page-history.html.jinja:54
-msgid "2011 XRP Ledger Development"
-msgstr "2011年、XRP Ledgerの開発"
-
-#: template/page-history.html.jinja:57
-msgid ""
-"In early 2011, three developers—David Schwartz, Jed McCaleb, and Arthur "
-"Britto—were fascinated with Bitcoin but observed the waste inherent in "
-"mining. They sought to create a more sustainable system for sending value"
-" (an idea outlined in a May 2011 forum post: “Bitcoin without mining”)."
-msgstr ""
-"2011年初頭、David Schwartz、Jed McCaleb、Arthur "
-"Brittの3人の開発者は、Bitcoinに魅了されながらも、Bitcoinに潜む問題を考えていました彼らは、より持続可能な価値の送信システムを作ろうとしました。(このアイデアは、2011年5月のフォーラムへの投稿「Bitcoin without "
-"mining」で概説されています)。"
-
-#: template/page-history.html.jinja:60
-#, fuzzy
-msgid ""
-"Their initial observations about the high energy consumption and "
-"scalability issues that would plague Bitcoin proved prescient. In 2019, "
-"estimates suggest Bitcoin mining used more energy than the entire country"
-" of Portugal. Moreover, their initial read indicated that significant "
-"problems could arise if any miner obtained (or miners colluded to obtain)"
-" greater than 50% of the mining power. That risk persists with "
-"Bitcoin (and Ethereum) today as mining power has consolidated in China."
-msgstr ""
-"莫大なエネルギー消費量とスケーラビリティの問題が将来的にBitcoinを悩ませるだろうという最初の気付きには先見の明があったことが実証されました。(2019年には、Bitcoinのマイニングに使用されたエネルギー量はポルトガルの国全体のエネルギー消費量を上回ったと推定されています)。また、3人は当初から、もしいずれかのマイナー(または共謀したマイナー集団)がマイニングパワーの50%以上を獲得した場合、深刻な問題が発生するであろうと考えていました。Bitcoin(とEthereum)のマイニングパワーは中国に集中しているため、現在もなおそのリスクを抱えています。"
-
-#: template/page-history.html.jinja:68
-msgid "XRPL Launches its Native Currency, XRP"
-msgstr "XRPL、ネイティブ通貨「XRP」がローンチ"
-
-#: template/page-history.html.jinja:71
-msgid ""
-"The trio of developers continued the work to build a distributed ledger "
-"that improved upon these fundamental limitations of Bitcoin, originally "
-"naming the code Ripple. The ledger included a digital asset that would "
-"originally be called “ripples” (XRP as the currency code) to follow the "
-"same naming convention as Bitcoin (BTC). At the time, the name Ripple "
-"stood for the open-source project, the unique consensus ledger (Ripple "
-"Consensus Ledger), transaction protocol (Ripple Transaction Protocol or "
-"RTXP), the network (Ripple network), and the digital asset (known as "
-"“ripples”)."
-msgstr ""
-"3人の開発者は、このようなBitcoinの基本的な限界を改善した分散型台帳を構築する作業を続け、当初そのコードを「Ripple」と命名しました。この台帳には、Bitcoin(BTC)と同じ命名規則に従って、当初は「ripples」(通貨コードとしてはXRP)と呼ばれるデジタル資産が含まれていました。当時、Rippleはオープンソースプロジェクト、独自のコンセンサスレジャー(Ripple"
-" Consensus Ledger)、トランザクションプロトコル(Ripple Transaction "
-"ProtocolまたはRTXP)、ネットワーク(Ripple network)、デジタルアセット(「ripples」と呼称)を表す名称でした。"
-
-#: template/page-history.html.jinja:74
-#, fuzzy
-msgid ""
-"In practice, this approach led to many broad uses of “Ripple.” For "
-"clarity, the community simply started calling the digital asset by its "
-"currency code, “XRP.”"
-msgstr "このアプローチでは「Ripple」という言葉が幅広い意味でよく使われるため、コミュニティでは明確にするためにデジタルアセットを「XRP」と呼び始めました。"
-
-#: template/page-history.html.jinja:75
-#, fuzzy
-msgid ""
-"By June 2012, Schwartz, McCaleb, and Britto finished code development, "
-"and the Ledger was complete."
-msgstr "2012年6月には、Schwartz、McCaleb、Brittoがコードの開発を完了し、XRP Ledgerが完全に機能するようになっていました。"
-
-#: template/page-history.html.jinja:76
-#, fuzzy
-msgid ""
-"Once the XRP Ledger was live, 80% of the XRP was gifted to a new "
-"company that set out to build use cases for the digital asset—initially "
-"called NewCoin and renamed quickly to OpenCoin."
-msgstr ""
-"XRP "
-"Ledgerが完全に機能するようになると、XRPの80%がこの会社に贈与されました。当初の名前はNewCoinでしたが、すぐにOpenCoinという名前に変更されました。"
-
-#: template/page-history.html.jinja:77
-msgid ""
-"Chris Larsen was the CEO of OpenCoin, and at the company's founding, Jed "
-"was co-founder and CTO, David Schwartz was the Chief Cryptography "
-"Officer, and Arthur Britto an advisor."
-msgstr ""
-"Chris LarsenがOpenCoinのCEOになり、創業時点では、Jed McCalebが共同創業者兼CTO、David "
-"Schwartzが最高暗号技術責任者、Arthur Brittoが相談役でした。"
-
-#: template/page-history.html.jinja:85
-#, fuzzy
-msgid "OpenCoin Rebranded to Ripple Labs"
-msgstr "2013年、OpenCoinからRipple Labsにブランド変更"
-
-#: template/page-history.html.jinja:88
-msgid ""
-"Since the early days, OpenCoin set out to revolutionize the global "
-"financial system. Despite the revolutionary ideals of many of Bitcoin’s "
-"early believers, Larsen never thought blockchain technology should be "
-"used to overthrow the existing financial system. He believed that "
-"history’s most transformative innovations have always relied on the great"
-" ideas that came before them—not displacing them."
-msgstr "OpenCoinはその初期から、世界の金融システムに革命を起こすことを目標としていました。Bitcoinの初期の賛同者の多くが革命的な理想を抱いていたにもかかわらず、Larsenはブロックチェーン技術が既存の金融システムを転覆させるために使用さわれるべきではないと考えていました。彼は、歴史上最も革新的なイノベーションは、常にその前に現れた偉大なアイデアに依存しており、それらを置き換えるものではないと信じていました。"
-
-#: template/page-history.html.jinja:91
-#, fuzzy
-msgid ""
-"In early conversations with potential customers, the team was asked about"
-" the differences between the Ripple project and OpenCoin company. With "
-"the community starting to refer to the digital asset as XRP, company "
-"leaders decided to rebrand the company to Ripple Labs, which has been "
-"shortened over time to “Ripple.”"
-msgstr ""
-"創立して間もないころ、見込み顧客との商談のなかで、Rippleプロジェクトと会社であるOpenCoinとの違いについて尋ねられました。コミュニティではデジタルアセットを通貨コードである「XRP」と広く呼ぶようになっていたことから、経営陣は会社をRipple"
-" Labsというブランドに変更することを決めました。それが次第に短縮して「Ripple」と呼ばれるようになりました。"
-
-#: template/page-history.html.jinja:92
-#, fuzzy
-msgid ""
-"Today, Ripple has created a use case leveraging the XRP Ledger and XRP "
-"for liquidity management in its cross-border payments business. Ripple "
-"also remains a stakeholder and contributor to the broader XRPL community."
-msgstr ""
-"現在、この会社は自社の国際送金事業でXRPとXRP "
-"Ledgerを流動性管理に使用しています。Ripple社は今でも、広範なXRPコミュニティのステークホルダーでありコントリビューターです。"
-
-#: template/page-history.html.jinja:100
-msgid "XRPL Foundation Launched"
-msgstr "XRPL財団の創設"
-
-#: template/page-history.html.jinja:103
-#, fuzzy
-msgid ""
-"Founded September 24, 2020, the XRPL "
-"Foundation is an independent and nonprofit entity with a mission to "
-"accelerate the development and adoption of the decentralized XRP Ledger. "
-"The Foundation received an initial donation of over $6.5M from Coil, "
-"Ripple, and Gatehub to fund the Foundation’s work in service of the "
-"growing number of developers and other global "
-"blockchain community members building on the XRP Ledger."
-msgstr ""
-"2020年9月24日に設立されたXRPL財団は、分散化されたXRP "
-"Ledgerの開発と採用を加速させることをミッションとする独立した非営利団体です。財団は、XRP Ledger "
-"を構築する開発者やその他のコミュニティメンバーの増加に対応するための財団の活動資金として、Coil、Ripple、Gatehubから650万ドルを超える初期寄付金の提供を受けています。"
-
-#: template/page-home.html.jinja:27
-msgid "The Blockchain Built for Business"
-msgstr "ビジネスのための ブロックチェーン"
-
-#: template/page-home.html.jinja:28
-msgid "XRPL | XRP Ledger"
-msgstr ""
-
-#: template/page-home.html.jinja:30
-msgid "Start Building"
-msgstr "始める"
-
-#: template/page-home.html.jinja:41
-msgid "The XRP Ledger: The Blockchain Built for Business"
-msgstr "XRP Ledger: ビジネスのためのブロックチェーン"
-
-#: template/page-home.html.jinja:42
-#, fuzzy
-msgid ""
-"The XRP Ledger (XRPL) is a decentralized, public blockchain led by a "
-"global community of businesses and developers looking to solve problems "
-"and create value."
-msgstr ""
-"XRP "
-"Ledger(XRPL)は、問題解決と価値創造を目指す企業や開発者たちのグローバルコミュニティが主導する分散型のパブリックブロックチェーンです。"
-
-#: template/page-home.html.jinja:43
-msgid ""
-"Proven reliable over more than a decade of error-free functioning, the "
-"XRPL offers streamlined development, low transaction costs, high "
-"performance, and sustainability. So you can build with confidence–and "
-"move your most critical projects forward."
-msgstr "10年以上にわたって機能し、高い信頼性が実証されているXRPLは、合理化された開発、低い取引コスト、高いパフォーマンス、そして持続可能性を提供します。これにより、我々は安心して開発し、プロジェクトに専念することができます。"
-
-#: template/page-home.html.jinja:49
-msgid "Why developers choose the XRP Ledger"
-msgstr "開発者がXRP Ledgerを選択する理由"
-
-#: template/page-home.html.jinja:55
-#, fuzzy
-msgid "Public and Decentralized"
-msgstr "パブリック&分散型"
-
-#: template/page-home.html.jinja:56
-msgid "Open source, open to anyone to build on, maintained by the community"
-msgstr "オープンソースで、誰でも構築でき、コミュニティによって維持されています"
-
-#: template/page-home.html.jinja:58
-#, fuzzy
-msgid "Streamlined Development"
-msgstr "効率的な開発"
-
-#: template/page-home.html.jinja:59
-#, fuzzy
-msgid "Intentional innovations, tools and documentation reduce time to market"
-msgstr "開発のスピードアップと市場投入までの時間短縮を実現するツールとドキュメントがあります"
-
-#: template/page-home.html.jinja:61
-msgid "High Performance"
-msgstr "高パフォーマンス"
-
-#: template/page-home.html.jinja:62
-#, fuzzy
-msgid "Thousands of transactions settled in seconds"
-msgstr "数千件のトランザクションを数秒で決済することが可能です"
-
-#: template/page-home.html.jinja:64
-#, fuzzy
-msgid "Low Cost"
-msgstr "低コスト"
-
-#: template/page-home.html.jinja:65
-#, fuzzy
-msgid ""
-"At fractions of a penny per transaction, costs are inexpensive enough to "
-"enable a wide variety of blockchain use cases"
-msgstr ""
-"1トランザクションあたり1円以下のコストで、さまざまなブロックチェーンのユースケースを実現することができます。"
-
-#: template/page-home.html.jinja:67
-#, fuzzy
-msgid "Motivated Community"
-msgstr "活発なコミュニティ"
-
-#: template/page-home.html.jinja:68
-#, fuzzy
-msgid ""
-"Companies, developers, validators, and users work together to make the "
-"XRP Ledger better every day"
-msgstr "開発者、バリデータ、ユーザ、そして企業によって、XRP Ledgerは日々進化しています"
-
-#: template/page-home.html.jinja:70
-msgid "Proven Reliability"
-msgstr "確かな信頼性"
-
-#: template/page-home.html.jinja:71
-#, fuzzy
-msgid ""
-"10+ years of error-free, uninterrupted performance over more than 63 "
-"million ledgers"
-msgstr "10年以上、6,300万件以上のレジャーで安定したパフォーマンスを実現しています"
-
-#: template/page-home.html.jinja:85
-#, fuzzy
-msgid ""
-"Activate the proven potential of the XRP Ledger and find a trusted "
-"foundation for your next innovation"
-msgstr "XRP Ledgerの性能を発揮する、次のイノベーションのための要素を見つけよう"
-
-#: template/page-home.html.jinja:86
-msgid "Powerful Features"
-msgstr "パワフルな機能"
-
-#: template/page-home.html.jinja:92
-msgid ""
-"A high-performance decentralized peer-to-peer multi-currency exchange "
-"built directly into the blockchain"
-msgstr "ブロックチェーンに直接組み込まれた高性能な分散型P2P多通貨取引所"
-
-#: template/page-home.html.jinja:94
-#, fuzzy
-msgid "Cross-Currency Payments"
-msgstr "クロスカレンシー決済"
-
-#: template/page-home.html.jinja:95
-msgid ""
-"Atomically settle multi-hop payments that cross currency or national "
-"boundaries with ease"
-msgstr "通貨や国境を越えたマルチホップ決済を瞬時に行うことが可能です"
-
-#: template/page-home.html.jinja:97
-msgid "Payment Channels"
-msgstr "ペイメント チャネル"
-
-#: template/page-home.html.jinja:98
-msgid "Batched micropayments with unlimited speed, secured with XRP"
-msgstr "XRPを利用した無制限のスピードでの小額決済が可能です"
-
-#: template/page-home.html.jinja:100
-msgid "Multi-Signing"
-msgstr "マルチシグ"
-
-#: template/page-home.html.jinja:101
-msgid "Flexible options for custody and security of on-ledger accounts"
-msgstr "オンレジャーのアカウントの保護とセキュリティのための柔軟なオプションがあります"
-
-#: template/page-home.html.jinja:104
-msgid ""
-"All currencies other than XRP can be represented in the XRP Ledger as "
-"tokens, sometimes called “IOUs”"
-msgstr "XRP以外のすべて通貨は、XRP Ledgerでは\"IOU\"と呼ばれることもあるトークンと表されます"
-
-#: template/page-home.html.jinja:121
-msgid "Choose a path, and bring your project to life on the XRP Ledger"
-msgstr "あなたのプロジェクトをXRP Ledger上でスタートさせましょう。"
-
-#: template/page-home.html.jinja:122
-#, fuzzy
-msgid "Where to Start"
-msgstr "始めましょう"
-
-#: template/page-home.html.jinja:127
-msgid "Quickstart"
-msgstr "クイックスタート"
-
-#: template/page-home.html.jinja:128
-msgid "Access everything you need to get started working with the XRPL"
-msgstr "XRPLを使うためのあらゆる情報にアクセスできます"
-
-#: template/page-home.html.jinja:130
-msgid "Guided Tutorials"
-msgstr "ガイド付きチュートリアル"
-
-#: template/page-home.html.jinja:131
-msgid "Follow step-by-step guides for frequent tasks"
-msgstr "ステップバイステップのガイドを使って頻出の作業をサポートします"
-
-#: template/page-home.html.jinja:133
-msgid "XRPL Fundamentals"
-msgstr "XRPLの基礎知識"
-
-#: template/page-home.html.jinja:134
-msgid "Read about the XRPL’s foundational concepts"
-msgstr "XRPLの基本概念について学びましょう"
-
-#: template/page-home.html.jinja:136
-msgid "Choose a Language"
-msgstr "開発言語の選択"
-
-#: template/page-home.html.jinja:137
-msgid ""
-"Find tools, documentation, and sample code in Python, Java, Javascript, "
-"or use HTTP APIs"
-msgstr "Python、Java、Javascriptのツール、ドキュメント、サンプルコードを検索したり、HTTP APIを使用することができます"
-
-#: template/page-home.html.jinja:139
-msgid "Get Inspired"
-msgstr "インスピレーションを得る"
-
-#: template/page-home.html.jinja:140
-msgid "See what your peers have built on the XRPL"
-msgstr "他のユーザがXRPLで構築したものを見てみましょう"
-
-#: template/page-home.html.jinja:159
-msgid "Our Shared Vision for XRPL’s Future"
-msgstr "XRPLの未来に対する私たちの共有のビジョン"
-
-#: template/page-home.html.jinja:160
-msgid ""
-"Together, we're building the greenest infrastructure to drive blockchain "
-"innovation that doesn't sacrifice utility or performance, to bring the "
-"developer community's vision to life."
-msgstr "私たちは、開発者コミュニティのビジョンを実現するために、実用性や性能を犠牲にすることなく、ブロックチェーンのイノベーションを推進する最も環境に配慮したインフラストラクチャを共に構築しています"
-
-#: template/page-home.html.jinja:168
-msgid ""
-"Explore what the community is building to enable new features and use "
-"cases on XRPL"
-msgstr "XRPLの新機能やユースケースを実現するために、コミュニティがどのような機能を構築しているのかを探ります"
-
-#: template/page-home.html.jinja:169
-msgid "Preview New Features"
-msgstr "新機能のプレビュー"
-
-#: template/page-home.html.jinja:173
-msgid "In Development"
-msgstr "開発中"
-
-#: template/page-home.html.jinja:174
-msgid "Smart Contracts"
-msgstr "スマートコントラクト"
-
-#: template/page-home.html.jinja:175
-msgid ""
-"Hooks are small, efficient WebAssembly modules designed specifically for "
-"the XRPL. Check out the hooks amendment and public testnet that enable smart "
-"contract functionality."
-msgstr ""
-"HooksはXRPLのために特別に設計された小さくて効率的なWebAssemblyモジュールです。スマートコントラクトの機能を実現するHooksの修正案と公開テストネットをチェックしてみてください。"
-
-#: template/page-home.html.jinja:177
-msgid "Enabled"
-msgstr "利用可能"
-
-#: template/page-home.html.jinja:178
-msgid "Non-Fungible Tokens"
-msgstr "非代替性トークン"
-
-#: template/page-home.html.jinja:179
-#, fuzzy
-msgid ""
-"Lower fees, faster transactions, and custom token functionality make the "
-"XRPL ideally suited for building an ecosystem for NFTs. Explore the XRP "
-"Ledger's NFT capabilities."
-msgstr ""
-"手数料の低減、取引の高速化、カスタムトークンの機能性により、XRPLはNFTのエコシステム構築に理想的なものとなっています。XRP "
-"LedgerのNFT機能をご覧ください。"
-
-#: template/page-home.html.jinja:197
-#, fuzzy
-msgid "Join the Community at XRPL.org"
-msgstr "XRPL.orgの コミュニティに参加"
-
-#: template/page-home.html.jinja:199
-msgid ""
-"Connect at XRPL.org, a community by and for the developers and entrepeneurs who rely on the XRPL."
-msgstr "XRPL.orgは、XRPLを利用する開発者と 起業家のためのコミュニティです。"
-
-#: template/page-home.html.jinja:200
-msgid "Get Involved"
-msgstr "参加する"
-
-#: template/page-impact.html.jinja:31
-msgid "Today’s Value, Tomorrow’s Vision"
-msgstr "現在の価値、将来のビジョン"
-
-#: template/page-impact.html.jinja:32 template/page-xrpl-overview.html.jinja:40
-#, fuzzy
-msgid "XRPL Today, XRPL Tomorrow"
-msgstr "現在のXRPL、未来のXRPL"
-
-#: template/page-impact.html.jinja:44
-msgid "Building for the Future"
-msgstr "未来を見据えた開発"
-
-#: template/page-impact.html.jinja:46
-msgid "Consensus protocol is efficient and sustainable"
-msgstr "効率的で持続可能なコンセンサスプロトコル"
-
-#: template/page-impact.html.jinja:48
-msgid ""
-"For more than 272 million migrants worldwide, sending and receiving money"
-" across borders is expensive, unreliable and complex."
-msgstr "世界で2億7,200万人を超える移民にとって、国境を越えた送金は高額で不確実かつ複雑です。"
-
-#: template/page-impact.html.jinja:49
-#, fuzzy
-msgid ""
-"Open and decentralized, blockchain and crypto are seeing an increase in "
-"adoption across the financial services industry, from retail and "
-"institutional investment to commercial use cases "
-"like CBDCs, NFTs, and cross-border payments."
-msgstr "オープンで分散型のブロックチェーンと暗号資産は、リテールや機関投資家からCBDC、NFT、クロスボーダー決済などの商業ユースケースまで、金融サービス業界全体で導入が進んでいます。"
-
-#: template/page-impact.html.jinja:74
-#, fuzzy
-msgid "A Sustainable Future"
-msgstr "持続可能な未来"
-
-#: template/page-impact.html.jinja:75
-#, fuzzy
-msgid "What makes the XRPL sustainable?"
-msgstr "XRPLが持続可能な理由は?"
-
-#: template/page-impact.html.jinja:76
-msgid ""
-"XRPL’s unique consensus mechanism is eco-friendly—it does not require "
-"mining to settle transactions. This results in efficiency without "
-"sacrificing security, decentralization, or scalability."
-msgstr "XRPLのユニークなコンセンサスメカニズムは環境に優しく、トランザクションを処理するためにマイニングを必要としません。このため、セキュリティ、分散化、スケーラビリティを犠牲にすることなく、効率化を実現することができます。"
-
-#: template/page-impact.html.jinja:77
-msgid ""
-"The trivial amount of energy it does consume is then neutralized with "
-"carbon credits through EW Zero, an open-source blockchain decarbonization"
-" tool."
-msgstr ""
-"そして、消費するわずかなエネルギーは、オープンソースのブロックチェーンによる脱炭素ツール「EW "
-"Zero」を通じて、カーボンクレジットで相殺されます。"
-
-#: template/page-impact.html.jinja:91
-msgid "Featured companies & projects running on the XRP Ledger."
-msgstr "XRP Ledgerで活動する注目の企業とプロジェクト"
-
-#: template/page-impact.html.jinja:92
-#, fuzzy
-msgid "Sustainable Projects"
-msgstr "持続可能なプロジェクト"
-
-#: template/page-impact.html.jinja:94
-msgid ""
-"Learn more about companies and developers who are using the XRP Ledger to"
-" solve interesting problems efficiently and sustainably."
-msgstr "XRP Ledgerを利用して興味深い問題を効率的かつ持続的に解決している企業や開発者について、詳しくご紹介します。"
-
-#: template/page-impact.html.jinja:95
-#, fuzzy
-msgid "See More"
-msgstr "利用例を見る"
-
-#: template/page-impact.html.jinja:107
-#, fuzzy
-msgid "How can businesses and developers connect and contribute?"
-msgstr "開発者はどのように繋がり、貢献できるのでしょうか?"
-
-#: template/page-impact.html.jinja:109
-msgid ""
-"If you want to advance business with sustainable solutions to real-world "
-"problems, you’re invited to join the global, growing XRPL community. Here"
-" are some ways to get involved:"
-msgstr "現実世界の問題に対する持続可能なソリューションでビジネスを発展させたいと考える方は、グローバルに成長するXRPLコミュニティに参加しましょう。"
-
-#: template/page-impact.html.jinja:112 template/page-impact.html.jinja:177
-msgid "Join the Community"
-msgstr "コミュニティに参加"
-
-#: template/page-impact.html.jinja:123
-msgid "Blog"
-msgstr "ブログ"
-
-#: template/page-impact.html.jinja:124
-msgid ""
-"Check out the XRPL dev blog to "
-"stay up-to-date on the latest innovations and developments in the XRPL "
-"community."
-msgstr ""
-"XRPL開発者ブログをチェックして、XRPLコミュニティのイノベーションと開発について最新情報を入手しましょう。"
-
-#: template/page-impact.html.jinja:132 template/page-impact.html.jinja:160
-msgid ""
-"Attend meetups, hackathons, and conferences "
-"to meet other members of the community."
-msgstr ""
-"ミートアップ、ハッカソン、カンファレンスに参加して、コミュニティの他のメンバーと交流しましょう。"
-
-#: template/page-impact.html.jinja:138
-msgid "Code"
-msgstr "コード"
-
-#: template/page-impact.html.jinja:139
-msgid ""
-"View the Github repositories to find blockchain projects to "
-"see how you can contribute."
-msgstr ""
-"Githubリポジトリからブロックチェーンプロジェクトを見つけ、どのように貢献できるかご覧ください。"
-
-#: template/page-impact.html.jinja:147 template/page-impact.html.jinja:168
-msgid "Join the conversation on social media using #XRPLCommunity."
-msgstr "SNSで#XRPLCommunityを使って話題に加わろう。"
-
-#: template/page-references.html.jinja:9
-msgid "References and APIs"
-msgstr "リファレンスとAPI"
-
-#: template/page-references.html.jinja:10
-msgid "Everything You Need to Know"
-msgstr "全てはここに"
-
-#: template/page-rpc-tool.html.jinja:10
-msgid ""
-"This is a debug tool for printing raw information about an account (by "
-"classic address), a transaction (by hash) or a ledger (by sequence "
-"number)."
-msgstr "これは、アカウント(クラシックアドレス)、トランザクション(ハッシュ)、またはレジャー(シーケンス番号)に関する実際の情報を表示するためのデバッグツールです。"
-
-#: template/page-rpc-tool.html.jinja:13
-msgid "XRP Ledger address, transaction ID, or ledger index"
-msgstr "XRP Ledgerアドレス、トランザクションID、またはレジャーインデックス"
-
-#: template/page-rpc-tool.html.jinja:14
-msgid "Try an account like rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn."
-msgstr "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpnのようなアカウントで試してみてください。"
-
-#: template/page-rpc-tool.html.jinja:15
-msgid "Get info"
-msgstr "情報を見る"
-
-#: template/page-rpc-tool.html.jinja:18
-#: template/page-validator-domain-verifier.html.jinja:20
-msgid "Result"
-msgstr "結果"
-
-#: template/page-rpc-tool.html.jinja:24
-msgid "Permalink"
-msgstr "パーマリンク"
-
-#: template/page-rpc-tool.html.jinja:25
-#, fuzzy
-msgid "Explorer"
-msgstr "エクスプローラ"
-
-#: template/page-rpc-tool.html.jinja:30 template/page-rpc-tool.html.jinja:35
-#: template/page-rpc-tool.html.jinja:45 template/page-rpc-tool.html.jinja:50
-#: template/page-rpc-tool.html.jinja:56 template/page-rpc-tool.html.jinja:64
-#: template/page-rpc-tool.html.jinja:71 template/page-rpc-tool.html.jinja:76
-#: template/page-rpc-tool.html.jinja:85 template/page-rpc-tool.html.jinja:91
-msgid "expand all"
-msgstr "すべて展開"
-
-#: template/page-rpc-tool.html.jinja:31 template/page-rpc-tool.html.jinja:36
-#: template/page-rpc-tool.html.jinja:46 template/page-rpc-tool.html.jinja:51
-#: template/page-rpc-tool.html.jinja:57 template/page-rpc-tool.html.jinja:65
-#: template/page-rpc-tool.html.jinja:72 template/page-rpc-tool.html.jinja:77
-#: template/page-rpc-tool.html.jinja:86 template/page-rpc-tool.html.jinja:92
-msgid "collapse all"
-msgstr "すべて閉じる"
-
-#: template/page-rpc-tool.html.jinja:53
-msgid "(last 20)"
-msgstr "(直近20件)"
-
-#: template/page-rpc-tool.html.jinja:55 template/page-rpc-tool.html.jinja:63
-#: template/page-rpc-tool.html.jinja:84 template/page-rpc-tool.html.jinja:90
-msgid "expand tx"
-msgstr "txを展開"
-
-#: template/page-rpc-tool.html.jinja:58 template/page-rpc-tool.html.jinja:66
-msgid "next 20"
-msgstr "次の20件"
-
-#: template/page-rpc-tool.html.jinja:59 template/page-rpc-tool.html.jinja:67
-msgid "prev 20"
-msgstr "前の20件"
-
-#: template/page-tx-sender.html.jinja:8
-msgid "Status"
-msgstr "ステータス"
-
-#: template/page-tx-sender.html.jinja:12
-msgid "XRP Testnet:"
-msgstr ""
-
-#: template/page-tx-sender.html.jinja:13
-msgid "Not Connected"
-msgstr "接続されていません"
-
-#: template/page-tx-sender.html.jinja:14
-msgid "Sending Address:"
-msgstr "送金元のアドレス"
-
-#: template/page-tx-sender.html.jinja:15 template/page-tx-sender.html.jinja:17
-msgid "(None)"
-msgstr ""
-
-#: template/page-tx-sender.html.jinja:16
-msgid "Testnet XRP Available:"
-msgstr ""
-
-#: template/page-tx-sender.html.jinja:20
-msgid "Transaction History"
-msgstr "トランザクション履歴"
-
-#: template/page-tx-sender.html.jinja:33
-msgid ""
-"This tool sends transactions to the XRP Testnet address of your choice so you can test how "
-"you monitor and respond to incoming transactions."
-msgstr ""
-"このツールは、選択したアドレスにXRP LedgerトランザクションをTestnet経由で送信し、コードによってさまざまなXRP "
-"Ledgerトランザクションが処理される方法をテストします。"
-
-#: template/page-tx-sender.html.jinja:37
-msgid "Initialize"
-msgstr "初期化"
-
-#: template/page-tx-sender.html.jinja:38
-msgid "Set up the necessary Testnet XRP addresses to send test payments."
-msgstr "テスト支払いに必要なTestnet XRPアドレスを設定する。"
-
-#: template/page-tx-sender.html.jinja:42
-msgid "Destination Address"
-msgstr "送金先のアドレス"
-
-#: template/page-tx-sender.html.jinja:44
-msgid "Send transactions to this XRP Testnet address"
-msgstr "このXRP Testnetのアドレスに送信"
-
-#: template/page-tx-sender.html.jinja:46
-msgid ""
-"Caution: This X-address is intended for use on Mainnet. "
-"Testnet addresses have a \"T\" prefix instead."
-msgstr ""
-"注意: このX-"
-"addressはMainnetで使用するためのものです。Testnetのアドレスは「T」で始まります。"
-
-#: template/page-tx-sender.html.jinja:48
-msgid "Send Transaction"
-msgstr "トランザクション送信"
-
-#: template/page-tx-sender.html.jinja:53
-msgid "(loading)"
-msgstr "(ローディング中)"
-
-#: template/page-tx-sender.html.jinja:55
-msgid "Send XRP Payment"
-msgstr "XRPを送信する"
-
-#: template/page-tx-sender.html.jinja:58 template/page-tx-sender.html.jinja:116
-msgid "drops of XRP"
-msgstr "XRPのdrop数"
-
-#: template/page-tx-sender.html.jinja:62
-msgid "Send a simple XRP-to-XRP payment."
-msgstr "XRP-to-XRPのシンプルな支払いを送信する"
-
-#: template/page-tx-sender.html.jinja:70
-msgid "(Getting ready to send partial payments)"
-msgstr "(Partial Paymentの準備中)"
-
-#: template/page-tx-sender.html.jinja:76
-msgid "Send Partial Payment"
-msgstr "Partial Paymentを送信する"
-
-#: template/page-tx-sender.html.jinja:78
-msgid ""
-"Deliver a small amount of XRP with a large Amount value, to "
-"test your handling of partial "
-"payments."
-msgstr ""
-"Partial "
-"Paymentの処理をテストするため高額なXRP額のAmountフィールドでわずかな金額を送信します。"
-
-#: template/page-tx-sender.html.jinja:88
-msgid "Create Escrow"
-msgstr "Escrowを作成"
-
-#: template/page-tx-sender.html.jinja:91
-msgid "seconds"
-msgstr "秒"
-
-#: template/page-tx-sender.html.jinja:96
-msgid "Finish automatically"
-msgstr "自動的に終了"
-
-#: template/page-tx-sender.html.jinja:99
-msgid ""
-"Create a time-based escrow of 1 XRP for the "
-"specified number of seconds."
-msgstr "指定された秒数の1XRPの時間ベースのEscrowを作成します。"
-
-#: template/page-tx-sender.html.jinja:102
-msgid "(Waiting to release Escrow when it's ready)"
-msgstr "(Escrowの解放を待っています。)"
-
-#: template/page-tx-sender.html.jinja:113
-msgid "Create Payment Channel"
-msgstr "Payment Channelを作成"
-
-#: template/page-tx-sender.html.jinja:119
-msgid ""
-"Create a payment channel and fund "
-"it with the specified amount of XRP."
-msgstr "Payment Channelを作成して指定されたXRPの額を供給します。"
-
-#: template/page-tx-sender.html.jinja:129
-msgid "Send Issued Currency"
-msgstr "トークンを送信"
-
-#: template/page-tx-sender.html.jinja:135
-msgid ""
-"Your destination address needs a trust line to (the test sender) for the currency in question. Otherwise, "
-"you'll get tecPATH_DRY."
-msgstr ""
-"宛先アドレスには、対象の通貨について(the test "
-"sender)へのトラストラインが必要です。設定されていない場合は、tecPATH_DRYとなります。"
-
-#: template/page-tx-sender.html.jinja:145
-msgid "Trust for"
-msgstr "トラストラインの設定"
-
-#: template/page-tx-sender.html.jinja:151
-msgid ""
-"The test sender creates a trust "
-"line to your account for the given currency."
-msgstr ""
-"テスト送信者は、指定された通貨について、あなたのアカウントにトラストラインを作成します。"
-
-#: template/page-uses.html.jinja:23
-msgid "Aesthetes"
-msgstr ""
-
-#: template/page-uses.html.jinja:24
-msgid ""
-"Aesthetes is a bridge between fine art and blockchain, enabling everyone,"
-" around the world, to buy and sell with just a click for fractional "
-"ownership of international physical art."
-msgstr "Aesthetesは、美術品とブロックチェーンの架け橋となり、世界中の誰もが、国際的な物理的アートの小口所有権を、クリックだけで売買できるようにします。"
-
-#: template/page-uses.html.jinja:26 template/page-uses.html.jinja:42
-#: template/page-uses.html.jinja:146 template/page-uses.html.jinja:162
-#: template/page-uses.html.jinja:170 template/page-uses.html.jinja:202
-#: template/page-uses.html.jinja:234 template/page-uses.html.jinja:289
-#: template/page-uses.html.jinja:378
-#, fuzzy
-msgid "NFTs"
-msgstr "NFT"
-
-#: template/page-uses.html.jinja:31
-msgid "Anchain.AI"
-msgstr ""
-
-#: template/page-uses.html.jinja:32
-msgid ""
-"AnChain.AI offers AI-powered intelligence enhancing blockchain security, "
-"risk, and compliance strategies."
-msgstr "AnChain.AIは、ブロックチェーンのセキュリティ、リスク、コンプライアンス戦略を強化するAIの力を借りた情報を提供します。"
-
-#: template/page-uses.html.jinja:34 template/page-uses.html.jinja:292
-#: template/page-uses.html.jinja:390
-msgid "Security"
-msgstr "セキュリティ"
-
-#: template/page-uses.html.jinja:39
-msgid "Audiotarky"
-msgstr ""
-
-#: template/page-uses.html.jinja:40
-msgid ""
-"Audiotarky is a new music streaming platform that prioritises artists and"
-" privacy over algorithms and shareholders."
-msgstr "Audiotarkyは、アルゴリズムや株主よりも、アーティストやプライバシーを優先する新しい音楽ストリーミング・プラットフォームです。"
-
-#: template/page-uses.html.jinja:47
-#, fuzzy
-msgid "BitGo"
-msgstr ""
-
-#: template/page-uses.html.jinja:48
-msgid ""
-"BitGo provides custodial and non-custodial asset holdings for digital "
-"assets including XRP. BitGo's enterprise-level security empowers "
-"businesses to integrate digital currencies like XRP into new and existing"
-" financial systems."
-msgstr "BitGoは、XRPなどのデジタルアセット向けのカストディ型および非カストディ型アセット保有サービスを提供しています。BitGoのエンタープライズレベルのセキュリティを活用して、さまざまな企業がXRPなどのデジタル通貨を新規や既存の金融システムに統合しています。"
-
-#: template/page-uses.html.jinja:50 template/page-uses.html.jinja:297
-#: template/page-uses.html.jinja:410
-#, fuzzy
-msgid "Custody"
-msgstr "カストディ"
-
-#: template/page-uses.html.jinja:55
-msgid "Bithomp"
-msgstr ""
-
-#: template/page-uses.html.jinja:56
-msgid ""
-"Bithomp is an XRPL explorer and toolkit, used by many cryptocurrency "
-"exchanges. Bithomp was launched in 2015 with a mission to build the most "
-"user-friendly XRPL explorer."
-msgstr "Bithompは、多くの暗号通貨取引所で使用されているXRPLエクスプローラーおよびツールキットです。Bithompは、最もユーザフレンドリーなXRPLエクスプローラーを構築することをミッションに、2015年に立ち上げられました。"
-
-#: template/page-uses.html.jinja:58 template/page-uses.html.jinja:114
-#: template/page-uses.html.jinja:154 template/page-uses.html.jinja:210
-#: template/page-uses.html.jinja:242 template/page-uses.html.jinja:250
-#: template/page-uses.html.jinja:258 template/page-uses.html.jinja:266
-#: template/page-uses.html.jinja:282 template/page-uses.html.jinja:366
-msgid "Infrastructure"
-msgstr "インフラストラクチャ"
-
-#: template/page-uses.html.jinja:63
-msgid "bitpay"
-msgstr ""
-
-#: template/page-uses.html.jinja:64
-msgid ""
-"BitPay builds powerful, enterprise-grade tools for accepting and spending"
-" cryptocurrencies, including XRP."
-msgstr "BitPayは、XRPなどの暗号資産の受け入れや支払いが可能になる、強力なエンタープライズグレードのツールを構築しています。"
-
-#: template/page-uses.html.jinja:71
-msgid "Carbonland Trust"
-msgstr ""
-
-#: template/page-uses.html.jinja:72
-msgid ""
-"Carbonland Trust offers transparent nature-based carbon credits, and "
-"inclusive access to voluntary carbon markets for landowners and "
-"corporations alike. "
-msgstr ""
-"Carbonland "
-"Trustは、透明性の高い自然由来の炭素クレジットを提供し、土地所有者や企業を問わず、自主的な炭素市場への包括的なアクセスを可能にします。"
-
-#: template/page-uses.html.jinja:74
-#, fuzzy
-msgid "Carbon Markets/Sustainability"
-msgstr "持続可能性"
-
-#: template/page-uses.html.jinja:79
-msgid "Casino Coin"
-msgstr ""
-
-#: template/page-uses.html.jinja:80
-msgid ""
-"CasinoCoin (CSC) is a digital currency developed specifically for the "
-"regulated gaming industry."
-msgstr "CasinoCoin(CSC)は、規制対象のゲーム業界向けに特別に開発されたデジタル通貨です。"
-
-#: template/page-uses.html.jinja:87
-#, fuzzy
-msgid "Cryptum"
-msgstr ""
-
-#: template/page-uses.html.jinja:88
-msgid ""
-"Cryptum is an API/SDK platform for integrating the XRP Ledger with any "
-"application."
-msgstr "Cryptumは、XRP Ledgerをあらゆるアプリケーションと統合するためのAPI/SDKプラットフォームです。"
-
-#: template/page-uses.html.jinja:90 template/page-uses.html.jinja:98
-#: template/page-uses.html.jinja:218 template/page-uses.html.jinja:283
-#: template/page-uses.html.jinja:370
-#, fuzzy
-msgid "Developer Tooling"
-msgstr "開発者ツール"
-
-#: template/page-uses.html.jinja:95
-msgid "Evernode"
-msgstr ""
-
-#: template/page-uses.html.jinja:96
-msgid ""
-"Evernode proposes a permissionless, flexible, scalable Layer 2 smart "
-"contract network built from the XRP Ledger."
-msgstr ""
-"Evernodeは、XRP "
-"Ledgerで構築された、パーミッションレスで柔軟かつスケーラブルなレイヤー2スマートコントラクトネットワークを提供しています。"
-
-#: template/page-uses.html.jinja:103
-#, fuzzy
-msgid "Forte"
-msgstr ""
-
-#: template/page-uses.html.jinja:104
-msgid ""
-"Forte offers an unprecedented set of easy-to-use tools and services for "
-"game developers to integrate blockchain technology into their games, to "
-"unlock new economic and creative opportunities for gamers across the "
-"world."
-msgstr "Forteはゲーム開発者向けに、ゲームにブロックチェーン技術を組み込むことができる、今までになかったような使いやすいツールとサービスを提供しています。これらを活用することで、世界中のゲーマーに新たな収益化と創造の機会をもたらすことができます。"
-
-#: template/page-uses.html.jinja:106 template/page-uses.html.jinja:130
-#: template/page-uses.html.jinja:291 template/page-uses.html.jinja:386
-#, fuzzy
-msgid "Gaming"
-msgstr "ゲーム"
-
-#: template/page-uses.html.jinja:111 template/page-xrp-overview.html.jinja:171
-msgid "Gatehub"
-msgstr ""
-
-#: template/page-uses.html.jinja:112
-msgid ""
-"Gatehub XRP Ledger Markets is an explorer to track Gatehub's inssuances "
-"on the XRP Ledger."
-msgstr "Gatehub XRP Ledger Marketsは、XRP Ledger上のGatehubのインサンスを追跡するためのエクスプローラです。"
-
-#: template/page-uses.html.jinja:119
-#, fuzzy
-msgid "Gem Wallet"
-msgstr ""
-
-#: template/page-uses.html.jinja:120
-msgid ""
-"GemWallet is a web extension that enables users to make fast payments on "
-"the XRP Ledger via a browser. It's a safer alternative to copying and "
-"pasting private keys for use with web applications."
-msgstr ""
-"GemWalletは、XRP "
-"Ledger上でブラウザから高速決済を可能にするウェブ拡張機能です。ウェブアプリケーションで使用するための秘密鍵のコピー&ペーストに代わる、より安全な方法です。"
-
-#: template/page-uses.html.jinja:122 template/page-uses.html.jinja:274
-#: template/page-uses.html.jinja:288 template/page-uses.html.jinja:374
-#, fuzzy
-msgid "Wallet"
-msgstr "ウォレット"
-
-#: template/page-uses.html.jinja:127
-#, fuzzy
-msgid "Ledger City"
-msgstr ""
-
-#: template/page-uses.html.jinja:128
-msgid "Ledger City is a crypto real estate game powered by the XRP Ledger."
-msgstr "Ledger Cityは、XRP Ledgerを利用した暗号不動産ゲームです。"
-
-#: template/page-uses.html.jinja:135
-#, fuzzy
-msgid "Multichain"
-msgstr ""
-
-#: template/page-uses.html.jinja:136
-msgid ""
-"Multichain is the ultimate Router for web3. It is an infrastructure "
-"developed for arbitrary cross-chain interactions."
-msgstr "Multichainはweb3の究極のRouterであり、任意のクロスチェーンインタラクションのために開発されたインフラです。"
-
-#: template/page-uses.html.jinja:138 template/page-uses.html.jinja:287
-#, fuzzy
-msgid "Interoperability"
-msgstr "相互運用性"
-
-#: template/page-uses.html.jinja:143
-#, fuzzy
-msgid "NFT Master"
-msgstr ""
-
-#: template/page-uses.html.jinja:144
-msgid ""
-"NFT Master is an NFT marketplace where creators can buy, mint and sell "
-"NFTs."
-msgstr "NFT Masterは、クリエイターがNFTを購入、ミント、販売することができるNFTマーケットプレイスです。"
-
-#: template/page-uses.html.jinja:151
-#, fuzzy
-msgid "OnTheDex"
-msgstr ""
-
-#: template/page-uses.html.jinja:152
-msgid ""
-"OnTheDex is a quality source of information for aggregator sites to take "
-"live feeds of XRPL token activity."
-msgstr "OnTheDexは、XRPLトークンの活動のライブフィードを取るためのアグリゲーターサイトのための質の高い情報源です。"
-
-#: template/page-uses.html.jinja:159
-#, fuzzy
-msgid "onXRP"
-msgstr ""
-
-#: template/page-uses.html.jinja:160
-msgid ""
-"onXRP is an NFT marketplace where creators can buy, mint and sell NFTs "
-"built by the XPUNKs."
-msgstr "onXRPは、クリエイターがXPUNKで構築したNFTを購入、造幣、販売することができるNFTマーケットプレイスです。"
-
-#: template/page-uses.html.jinja:167
-msgid "Peerkat"
-msgstr ""
-
-#: template/page-uses.html.jinja:168
-msgid "Peerkat is an NFT services and tooling provider for the XRPL community."
-msgstr "Peerkatは、XRPLコミュニティのためのNFTサービスおよびツールプロバイダーです。"
-
-#: template/page-uses.html.jinja:175
-#, fuzzy
-msgid "Ripple's CBDC Platform"
-msgstr "Ripple社のCBDC Platform\""
-
-#: template/page-uses.html.jinja:176
-msgid ""
-"Ripple's Central Bank Digital Currency (CBDC) solution enables banks to "
-"mint, manage, transact and redeem currency to easily manage the full CBDC"
-" lifecycle. Each solution is built on a private ledger that is based upon"
-" XRP Ledger technology."
-msgstr ""
-"Rippleの中央銀行デジタル通貨(CBDC)ソリューションは、銀行が通貨の造幣、管理、トランザクション、償還を行い、CBDCの全ライフサイクルを容易に管理することができます。各ソリューションは、XRP"
-" Ledger技術に基づくプライベートな台帳の上に構築されています。"
-
-#: template/page-uses.html.jinja:178 template/page-uses.html.jinja:406
-msgid "CBDC"
-msgstr ""
-
-#: template/page-uses.html.jinja:183
-#, fuzzy
-msgid "Ripple's On-Demand Liquidity"
-msgstr "Ripple社のOn-Demand Liquidity"
-
-#: template/page-uses.html.jinja:184
-msgid ""
-"Ripple powers real-time, low-cost cross-border payment settlement by "
-"using XRP as a bridge currency between two fiat currencies."
-msgstr "Rippleは、XRP を 2 つのフィアット通貨間のブリッジ通貨として使用することで、リアルタイムかつ低コストの国境を越えた決済を実現します。"
-
-#: template/page-uses.html.jinja:191
-msgid "Sologenic DEX"
-msgstr ""
-
-#: template/page-uses.html.jinja:192
-msgid ""
-"Sologenic DEX is a popular decentralized exchange on the XRP Ledger made "
-"by Sologenic."
-msgstr "Sologenic DEXは、Sologenic社製のXRP Ledger上の人気の分散型取引所です。"
-
-#: template/page-uses.html.jinja:194 template/page-uses.html.jinja:226
-#: template/page-uses.html.jinja:290 template/page-uses.html.jinja:382
-msgid "Exchanges"
-msgstr "取引所"
-
-#: template/page-uses.html.jinja:199
-msgid "Sologenic NFT"
-msgstr ""
-
-#: template/page-uses.html.jinja:200
-msgid "Sologenic NFT is an NFT marketplace designed by Sologenic."
-msgstr "Sologenic NFTは、Sologenicが設計したNFTマーケットプレイスです。"
-
-#: template/page-uses.html.jinja:207
-msgid "Towo Labs"
-msgstr ""
-
-#: template/page-uses.html.jinja:208
-msgid ""
-"Towo Labs was founded in 2019, to develop XRP Ledger and Interledger "
-"infrastructures and make non-custodial crypto management easier."
-msgstr ""
-"Towo Labsは2019年に設立された会社です。XRP "
-"LedgerおよびInterledgerのインフラストラクチャの開発を手がけ、より簡単な非カストディ型暗号資産管理を実現するために取り組んでいます。"
-
-#: template/page-uses.html.jinja:215
-#, fuzzy
-msgid "X-tokenize"
-msgstr ""
-
-#: template/page-uses.html.jinja:216
-msgid ""
-"X-Tokenize is a command line tool to simplify the process of creating, "
-"managing and distributing issued currencies and eventually NFTs on the "
-"XRPL."
-msgstr "X-Tokenizeは、XRPL上で発行通貨、ひいてはNFTを作成、管理、配布するプロセスを簡素化するコマンドラインツールです。"
-
-#: template/page-uses.html.jinja:223
-#, fuzzy
-msgid "XP Market"
-msgstr ""
-
-#: template/page-uses.html.jinja:224
-msgid ""
-"XP Market is a price-tracking website for cryptoassets on the XRPL "
-"coupled with a decentralized exchange."
-msgstr "XP Marketは、分散型取引所と結合したXRPL上の暗号資産の価格追跡サイトです。"
-
-#: template/page-uses.html.jinja:231
-#, fuzzy
-msgid "XRP Cafe"
-msgstr ""
-
-#: template/page-uses.html.jinja:232
-msgid ""
-"XRP Cafe is an NFT marketplace built by the community that aims to be the"
-" easiest way to build, sell and mint NFTs."
-msgstr "XRP Cafeは、NFTを構築、販売、ミントする最も簡単な方法を目指して、コミュニティによって構築されたNFTマーケットプレイスです。"
-
-#: template/page-uses.html.jinja:239
-msgid "XRP Toolkit"
-msgstr ""
-
-#: template/page-uses.html.jinja:240
-msgid ""
-"XRP Toolkit is a platform for managing crypto assets and trading on the "
-"XRP Ledger's decentralized exchange."
-msgstr "XRP Toolkitは、暗号資産を管理し、XRP Ledgerの分散型取引所で取引するためのプラットフォームです。"
-
-#: template/page-uses.html.jinja:247
-#, fuzzy
-msgid "XRPL Rosetta"
-msgstr ""
-
-#: template/page-uses.html.jinja:248
-msgid "XRPL Rosetta explores fiat data on XRPL through visualization."
-msgstr "XRPL Rosettaは、XRPL上のフィアットデータを可視化することで素晴らしさを追求します。"
-
-#: template/page-uses.html.jinja:255
-msgid "XRPL.org Ledger Explorer"
-msgstr ""
-
-#: template/page-uses.html.jinja:256
-msgid "XRPL.org's Ledger Explorer is a block explorer of the XRP Ledger."
-msgstr "XRPL.orgのLedger Explorerは、XRP Ledgerのブロックエクスプローラーです。"
-
-#: template/page-uses.html.jinja:263
-#, fuzzy
-msgid "XRPScan"
-msgstr ""
-
-#: template/page-uses.html.jinja:264
-msgid ""
-"XRPSCAN is an explorer and analytics platform for the XRP Ledger. We "
-"provide a clean and simple way to look up accounts, ledgers and "
-"transactions."
-msgstr ""
-"XRPSCANは、XRP "
-"Ledgerのためのエクスプローラおよび分析プラットフォームです。アカウント、台帳、トランザクションを調べるためのクリーンでシンプルな方法を提供します。"
-
-#: template/page-uses.html.jinja:271
-#, fuzzy
-msgid "Xumm Wallet"
-msgstr ""
-
-#: template/page-uses.html.jinja:272
-msgid "Xumm Wallet is a non custodial wallet with superpower for the XRP Ledger."
-msgstr "Xumm Walletは、XRP Ledgerのための最高能力を備えた非カストディアルウォレットです。"
-
-#: template/page-uses.html.jinja:294 template/page-uses.html.jinja:398
-msgid "Web Monetization"
-msgstr "ウェブ収益化"
-
-#: template/page-uses.html.jinja:295 template/page-uses.html.jinja:402
-msgid "Sustainability"
-msgstr "持続可能性"
-
-#: template/page-uses.html.jinja:296
-msgid "CBDCs"
-msgstr "CBDC"
-
-#: template/page-uses.html.jinja:298 template/page-uses.html.jinja:414
-msgid "DeFi"
-msgstr ""
-
-#: template/page-uses.html.jinja:308 template/page-uses.html.jinja:335
-msgid "Cancel"
-msgstr "キャンセル"
-
-#: template/page-uses.html.jinja:315 template/page-uses.html.jinja:448
-msgid "Featured Categories"
-msgstr "注目のカテゴリ"
-
-#: template/page-uses.html.jinja:322 template/page-uses.html.jinja:456
-msgid "Other Categories"
-msgstr "他のカテゴリ"
-
-#: template/page-uses.html.jinja:348
-msgid "Proven Powerful for Innovation"
-msgstr "イノベーションのための確かな実績"
-
-#: template/page-uses.html.jinja:349
-#, fuzzy
-msgid "XRPL Use Cases"
-msgstr "XRPLのユースケース"
-
-#: template/page-uses.html.jinja:357
-msgid "Building businesses and creating new value"
-msgstr "ビジネスの構築と新たな価値の創造"
-
-#: template/page-uses.html.jinja:358
-#, fuzzy
-msgid "XRPL Ecosystem"
-msgstr "XRPLエコシステム"
-
-#: template/page-uses.html.jinja:367
-msgid ""
-"Build and operate components or systems that help the functionality of "
-"the XRP Ledger, such as Nodes, dev tools, storage, security and more."
-msgstr "ノード、開発ツール、ストレージ、セキュリティなど、XRP Ledgerの機能を助けるコンポーネントやシステムを構築・運用します。"
-
-#: template/page-uses.html.jinja:371
-#, fuzzy
-msgid ""
-"Developers can leverage open-source libraries, SDKs and more to help "
-"build their blockchain project and "
-"across essential XRP Ledger functionality."
-msgstr ""
-"開発者は、オープンソースのライブラリやSDKなどを活用して、ブロックチェーンプロジェクトの構築や、XRP Ledgerの必須機能全般をサポートすることができます。"
-
-#: template/page-uses.html.jinja:375
-#, fuzzy
-msgid ""
-"Build digital wallets to store passwords and interact with various "
-"blockchains to send and receive digital assets, including XRP."
-msgstr "パスワードを保存するデジタルウォレットを構築し、様々なブロックチェーンとやり取りして、XRPを含むデジタル資産を送受信します。"
-
-#: template/page-uses.html.jinja:379
-msgid ""
-"XRPL supports the issuance of IOUs that represent a currency of any "
-"value, as well as non-fungible tokens (NFTs)."
-msgstr "XRPLは、あらゆる価値の通貨を表すIOUのほか、非代替性トークン(NFT)の発行にも対応しています"
-
-#: template/page-uses.html.jinja:383
-msgid ""
-"Build sophisticated exchanges where users can invest and trade crypto and"
-" assets such as stocks, ETFs, and commodities."
-msgstr "ユーザが暗号と株式、ETF、コモディティなどの資産を投資・取引できる高度な取引所を構築します。"
-
-#: template/page-uses.html.jinja:387
-msgid ""
-"The XRPL supports gaming at high speed given its reliable throughput, low"
-" fees, and sidechain interoperability."
-msgstr "XRPLは、信頼性の高いスループット、低い手数料、サイドチェーンの相互運用性から、高速なゲームに対応しています。"
-
-#: template/page-uses.html.jinja:391
-msgid ""
-"Build services and tools that help prevent and combat fraudulent activity"
-" with the XRPL."
-msgstr "XRPLを使った不正行為の防止と対策に役立つサービスやツールを構築します。"
-
-#: template/page-uses.html.jinja:395
-msgid ""
-"Leverage the efficiency and speed of the XRP Ledger to move value all "
-"over the globe."
-msgstr "XRP Ledgerの効率とスピードを活用して、世界中で価値を移動させます。"
-
-#: template/page-uses.html.jinja:399
-msgid ""
-"Support creators and their content directly leveraging the power of the "
-"XRP Ledger."
-msgstr "XRP Ledgerのパワーを活用し、クリエイターとそのコンテンツを直接サポートします。"
-
-#: template/page-uses.html.jinja:403
-msgid ""
-"Use the XRP Ledger to tokenize carbon offsets as non-fungible tokens "
-"(NFTs)."
-msgstr "XRP Ledgerを使用して、カーボンオフセットをNFT(Non-Fungible Token)としてトークン化します。"
-
-#: template/page-uses.html.jinja:407
-msgid ""
-"A private version of the XRP Ledger provides Central Banks a secure, "
-"controlled, and flexible solution to issue and manage Central Bank Issued"
-" Digital Currencies (CBDCs)."
-msgstr ""
-"XRP "
-"Ledgerのプライベートバージョンは、中央銀行が中央銀行発行デジタル通貨(CBDC)を発行・管理するための、安全で統制のとれた柔軟なソリューションを提供します。"
-
-#: template/page-uses.html.jinja:411
-msgid ""
-"Use the XRP Ledger to build crypto custody and securely hold, store and "
-"use your assets."
-msgstr "XRP Ledgerを使用して暗号カストディを構築し、資産を安全に保持、保管、使用することができます。"
-
-#: template/page-uses.html.jinja:415
-msgid ""
-"Provide access to financial products and services replacing the "
-"traditional role of financial institutions."
-msgstr "従来の金融機関の役割に代わって、金融商品・サービスへのアクセスを提供します。"
-
-#: template/page-uses.html.jinja:431
-#, fuzzy
-msgid "Businesses and developers rely on the XRP Ledger"
-msgstr "XRP Ledger上で活動するビジネスやプロジェクト"
-
-#: template/page-uses.html.jinja:432
-#, fuzzy
-msgid "Solving Real-World Problems"
-msgstr "さまざまな業界の実際の問題を解決しています"
-
-#: template/page-uses.html.jinja:434
-msgid ""
-"With intentional innovations, tools and documentation that accelerate "
-"development and minimize time to market, XRP Ledger is used to create "
-"solutions across an expansive range of industries and use cases."
-msgstr ""
-"XRP "
-"Ledgerは、開発を加速させ、市場投入までの時間を最短にする意図的なイノベーション、ツール、ドキュメントによって、幅広い業界やユースケースにおけるソリューションの構築に利用されています。"
-
-#: template/page-uses.html.jinja:438
-msgid "Filter by Categories"
-msgstr "カテゴリでフィルタ"
-
-#: template/page-validator-domain-verifier.html.jinja:5
-msgid "Domain Verification Checker"
-msgstr "ドメイン検証チェッカー"
-
-#: template/page-validator-domain-verifier.html.jinja:7
-msgid ""
-"This tool allows you to verify that domain verification is properly configured."
-msgstr ""
-"このツールを使用すると、ドメイン検証が正しく設定されていることを確認できます。"
-
-#: template/page-validator-domain-verifier.html.jinja:8
-msgid ""
-"Enter the manifest found in your validator-keys.json file. Do not confuse"
-" this with your validator's secret key."
-msgstr "validator-keys.jsonファイルに記載されているマニフェストを入力してください。バリデータの秘密鍵と間違えないようにご注意ください。"
-
-#: template/page-validator-domain-verifier.html.jinja:9
-msgid "To do this with the validator-keys-tool use the following command:"
-msgstr "validator-keys-toolを使う場合は、以下のコマンドを使ってください。"
-
-#: template/page-validator-domain-verifier.html.jinja:14
-msgid "Your Manifest Here"
-msgstr "マニフェストをこちらに入力してください"
-
-#: template/page-xrp-overview.html.jinja:26
-#, fuzzy
-msgid "Your Questions About XRP, Answered"
-msgstr "XRPに関する質問にお答えします"
-
-#: template/page-xrp-overview.html.jinja:27
-msgid "XRP Overview"
-msgstr "XRPの概要"
-
-#: template/page-xrp-overview.html.jinja:37
-msgid "#about-xrp"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:38
-msgid "About XRP"
-msgstr "XRPについて"
-
-#: template/page-xrp-overview.html.jinja:39
-msgid "#xrp-trading"
-msgstr "#xrp-trading"
-
-#: template/page-xrp-overview.html.jinja:40
-msgid "XRP in Trading"
-msgstr "XRPの取引"
-
-#: template/page-xrp-overview.html.jinja:41
-msgid "#ripple"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:42
-msgid "Ripple vs. XRP"
-msgstr "RippleとXRPの違い"
-
-#: template/page-xrp-overview.html.jinja:43
-msgid "#wallets"
-msgstr "#wallets"
-
-#: template/page-xrp-overview.html.jinja:44
-msgid "XRP Wallets"
-msgstr "XRPウォレット"
-
-#: template/page-xrp-overview.html.jinja:45
-msgid "#exchanges"
-msgstr "#exchanges"
-
-#: template/page-xrp-overview.html.jinja:46
-msgid "XRP Exchanges"
-msgstr "XRPが取り扱われている取引所"
-
-#: template/page-xrp-overview.html.jinja:56
-#, fuzzy
-msgid "What Is XRP?"
-msgstr "XRPとは何ですか?"
-
-#: template/page-xrp-overview.html.jinja:57
-#, fuzzy
-msgid ""
-"XRP is a digital asset that’s native to the XRP Ledger—an open-source, "
-"permissionless and decentralized blockchain technology."
-msgstr ""
-"XRPとは、XRP Ledger(パーミッションレスかつ、オープンソースで分散型のブロックチェーン技術)に固有のデジタルアセットです。"
-
-#: template/page-xrp-overview.html.jinja:58
-#, fuzzy
-msgid ""
-"Created in 2012 specifically for payments, XRP can settle transactions on"
-" the ledger in 3-5 seconds. It was built to be a better Bitcoin—faster, "
-"cheaper and greener than any other digital asset."
-msgstr "送金に特化したデジタルアセットとして2012年に作成されたXRPは、レジャーの取引を3秒から5秒で決済できます。より優れたBitcoinをつくることを目指して設計されており、他のどのデジタルアセットよりも速く、低コストで、環境にやさしいのが特徴です。"
-
-#: template/page-xrp-overview.html.jinja:64
-msgid "XRP"
-msgstr "XRP"
-
-#: template/page-xrp-overview.html.jinja:65
-msgid "Bitcoin"
-msgstr "Bitcoin"
-
-#: template/page-xrp-overview.html.jinja:70
-msgid "Fast"
-msgstr "高速性"
-
-#: template/page-xrp-overview.html.jinja:71
-msgid "3-5 seconds to settle"
-msgstr "3秒から5秒で決済完了"
-
-#: template/page-xrp-overview.html.jinja:72
-msgid "500 seconds to settle"
-msgstr "500秒で決済完了"
-
-#: template/page-xrp-overview.html.jinja:75
-msgid "Low-Cost"
-msgstr "低価格"
-
-#: template/page-xrp-overview.html.jinja:76
-#, fuzzy
-msgid "$0.0002/tx"
-msgstr "$0.0002(1取引あたり)"
-
-#: template/page-xrp-overview.html.jinja:77
-msgid "$0.50/tx"
-msgstr "$0.50(1取引あたり)"
-
-#: template/page-xrp-overview.html.jinja:80
-msgid "Scalable"
-msgstr "スケーラブル"
-
-#: template/page-xrp-overview.html.jinja:81
-#, fuzzy
-msgid "1,500 tx per second"
-msgstr "1秒あたり1,500取引"
-
-#: template/page-xrp-overview.html.jinja:82
-#, fuzzy
-msgid "3 tx per second"
-msgstr "1秒あたり3取引"
-
-#: template/page-xrp-overview.html.jinja:85
-msgid "Sustainable"
-msgstr "持続可能性"
-
-#: template/page-xrp-overview.html.jinja:86
-msgid "Environmentally sustainable (negligible energy consumption)"
-msgstr "環境にやさしい(エネルギー消費量が少ない)"
-
-#: template/page-xrp-overview.html.jinja:87
-#, fuzzy
-msgid "0.3% of global energy consumption"
-msgstr "世界のエネルギー消費量の0.3%を占める"
-
-#: template/page-xrp-overview.html.jinja:93
-msgid ""
-"XRP can be sent directly without needing a central intermediary, making "
-"it a convenient instrument in bridging two different currencies quickly "
-"and efficiently. It is freely exchanged on the open market and used in "
-"the real world for enabling cross-border payments and microtransactions."
-msgstr "XRPは中央の仲介機関を必要とせずに直接送金できるため、2つの通貨間で迅速に効率よく取引できる便利な手段です。オープンな市場で自由に取引されており、実社会で国際送金や少額取引に使用されています。"
-
-#: template/page-xrp-overview.html.jinja:97
-msgid "Financial Institutions"
-msgstr "金融機関"
-
-#: template/page-xrp-overview.html.jinja:98
-msgid ""
-"Leverage XRP as a bridge currency to facilitate faster, more affordable "
-"cross-border payments around the world."
-msgstr "XRPをブリッジ通貨として活用し、世界中のクロスボーダー決済をより速く、より安価に実現します。"
-
-#: template/page-xrp-overview.html.jinja:102
-#, fuzzy
-msgid "Individual Consumers"
-msgstr "個人"
-
-#: template/page-xrp-overview.html.jinja:103
-msgid "Use XRP to move different currencies around the world. "
-msgstr "XRPを使って、世界中のさまざまな通貨を移動させることができます。"
-
-#: template/page-xrp-overview.html.jinja:109
-#, fuzzy
-msgid "The XRP Ledger was designed with sustainability in mind."
-msgstr "XRP Ledgerは、持続可能性を意識して設計されています。"
-
-#: template/page-xrp-overview.html.jinja:110
-msgid ""
-"Explore the impact of the world's first major, global, public carbon-"
-"neutral blockchain."
-msgstr "世界初の主要な、グローバルな、パブリックなカーボンニュートラル・ブロックチェーンがもたらす影響を探ります。"
-
-#: template/page-xrp-overview.html.jinja:111
-msgid "Impact"
-msgstr "インパクト"
-
-#: template/page-xrp-overview.html.jinja:117
-msgid "How Is XRP Used in Trading?"
-msgstr "取引でXRPを使用するにはどうすればいいですか?"
-
-#: template/page-xrp-overview.html.jinja:118
-#, fuzzy
-msgid "XRP is traded on more than 100 markets and exchanges worldwide."
-msgstr "XRPは世界中の100以上の市場と取引所で取引されています"
-
-#: template/page-xrp-overview.html.jinja:119
-#, fuzzy
-msgid ""
-"XRP’s low transaction fees, reliability and high-speed enable traders to "
-"use the digital asset as high-speed, cost-efficient and reliable "
-"collateral across trading venues—seizing arbitrage "
-"opportunities, servicing margin calls and managing general trading "
-"inventory in real time."
-msgstr ""
-"XRPは取引手数料が低額で、信頼性が高く、高速であるため、トレーダーが取引所間で、高速かつコスト効率が高く信頼できる担保としてこのデジタルアセットを使用し、裁定取引の好機をとらえたり、マージンコールを支払ったり、全般的な取引インベントリを管理したりといったことをリアルタイムで行えるようになります。"
-
-#: template/page-xrp-overview.html.jinja:120
-msgid ""
-"Because of the properties inherent to XRP and the ecosystem around it, "
-"traders worldwide are able to shift collateral, bridge currencies and "
-"switch from one crypto into another nearly instantly, across any exchange"
-" on the planet."
-msgstr "XRPとそのエコシステムが本質的に持つ特性により、トレーダーが世界中の任意の取引所で担保の移動、通貨間の取引、ある暗号資産から別の暗号資産への切り替えをほぼ瞬時に実行できます。"
-
-#: template/page-xrp-overview.html.jinja:124
-msgid "What Is the Relationship Between Ripple and XRP?"
-msgstr "RippleとXRPはどのような関係があるのですか?"
-
-#: template/page-xrp-overview.html.jinja:125
-msgid ""
-"Ripple is a "
-"technology company that makes it easier to build a high-performance, "
-"global payments business. XRP is a digital asset independent of this."
-msgstr ""
-"Rippleは、高性能でグローバルな決済ビジネスを簡単に構築できるようにするテクノロジー企業です。XRPはこれとは独立したデジタル資産です。"
-
-#: template/page-xrp-overview.html.jinja:126
-#, fuzzy
-msgid ""
-"There is a finite amount of XRP. All XRP is already in existence today—no"
-" more than the original 100 billion can be created. The XRPL founders "
-"gifted 80 billion XRP, the platform’s native currency, to Ripple. To "
-"provide predictability to the XRP supply, Ripple has locked 55 billion "
-"XRP (55% of the total possible supply) into a series of escrows using"
-" the XRP Ledger itself. The XRPL's transaction processing rules, enforced"
-" by the consensus protocol, control the release of the XRP."
-msgstr ""
-"XRPの総量は有限です。すべてのXRPは現在すでに存在しており、当初の1,000億を越えることはできません。XRPLの創設者は、このプラットフォームのネイティブ通貨である800億XRPをRipple社に贈与しました。XRPの供給に予測可能性を持たせるため、Ripple社は550億XRP(供給可能な総量の55%)をXRP"
-" "
-"Ledgerを使用した一連のエスクローにロックしています。コンセンサスプロトコルによって強制されるXRPLのトランザクション処理ルールが、XRPの放出を制御しています。"
-
-#: template/page-xrp-overview.html.jinja:130
-msgid ""
-"As of December "
-"2017 \n"
-" 55B \n"
-" XRP remains in escrow"
-msgstr ""
-"December "
-"2017時点 \n"
-" 55B \n"
-" XRPがエスクローに存在します。"
-
-#: template/page-xrp-overview.html.jinja:153
-msgid "What Wallets Support XRP?"
-msgstr "XRPをサポートするウォレットは?"
-
-#: template/page-xrp-overview.html.jinja:154
-#, fuzzy
-msgid ""
-"Digital wallets are pieces of software that allow people to send, "
-"receive, and store cryptocurrencies, including XRP. There are two types "
-"of digital wallets: hardware and software."
-msgstr "デジタルウォレットとは、XRPなどの暗号資産の送金、受け取り、保管を行えるソフトウェアです。デジタルウォレットには、カストディ型と非カストディ型という2つのタイプがあります。"
-
-#: template/page-xrp-overview.html.jinja:157
-#, fuzzy
-msgid "Software Wallets"
-msgstr "ソフトウェアウォレット"
-
-#: template/page-xrp-overview.html.jinja:162
-msgid "Towo"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:165
-msgid "Xumm"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:166
-msgid "https://trustwallet.com/"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:168
-msgid "Trust Wallet"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:169
-msgid "https://gatehub.net/"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:180
-#, fuzzy
-msgid "Hardware Wallets"
-msgstr "ハードウェアウォレット"
-
-#: template/page-xrp-overview.html.jinja:185
-#, fuzzy
-msgid "Ledger"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:189
-msgid "Keystone"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:193
-msgid "Dcent"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:197
-msgid "Trezor"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:206
-#: template/page-xrp-overview.html.jinja:269
-msgid ""
-"Disclaimer: This information is drawn from other sources on the internet."
-" XRPL.org does not endorse or recommend any exchanges or make any "
-"representations with respect to exchanges or the purchase or sale of "
-"digital assets more generally. It’s advisable to conduct your own due "
-"diligence before relying on any third party or third-party technology, "
-"and providers may vary significantly in their compliance, data security, "
-"and privacy practices."
-msgstr ""
-"免責事項: "
-"この情報はインターネット上の他の情報源から取得したものです。XRPL.orgは、いかなる取引所の支持、推奨も、取引所やデジタル資産の購入および販売に関するいかなる表明も一般的には行いません。サードパーティやサードパーティ技術を利用する前に、ご自身でデューデリジェンスを実施することをお勧めします。コンプライアンス、データセキュリティ、プライバシー慣習はプロバイダーによって大きく異なる場合があります。"
-
-#: template/page-xrp-overview.html.jinja:210
-msgid "What Exchanges Support XRP?"
-msgstr "XRPをサポートしている取引所は?"
-
-#: template/page-xrp-overview.html.jinja:211
-#, fuzzy
-msgid ""
-"Exchanges are where people trade currencies. XRP is traded on more than "
-"100 markets and exchanges worldwide."
-msgstr "取引所とは、人々が通貨を取引する場所です。XRPは、世界中の100以上の市場や取引所で取引されています。"
-
-#: template/page-xrp-overview.html.jinja:212
-msgid ""
-"There are different types of exchanges that vary depending on the type of"
-" market (spot, futures, options, swaps), and the type of security model "
-"(custodial, non-custodial)."
-msgstr "市場のタイプ(スポット、先物、オプション、スワップ)とセキュリティモデルのタイプ(カストディ、非カストディ)に応じて、さまざまなタイプの取引所があります。"
-
-#: template/page-xrp-overview.html.jinja:215
-#, fuzzy
-msgid "Spot Exchanges"
-msgstr "取引所について見る"
-
-#: template/page-xrp-overview.html.jinja:216
-msgid ""
-"Spot exchanges allow people to buy and sell cryptocurrencies at current "
-"(spot) market rates."
-msgstr "スポット取引所では、現在の(スポット)市場レートで暗号通貨を売買することができます。"
-
-#: template/page-xrp-overview.html.jinja:219
-msgid "Futures, Options and Swap Exchanges"
-msgstr "先物・オプション・スワップ取引所"
-
-#: template/page-xrp-overview.html.jinja:220
-#, fuzzy
-msgid ""
-"Futures, options and swap exchanges allow people to buy and sell "
-"standardized contracts of cryptocurrency market rates in the future."
-msgstr "先物、オプション、スワップ取引所では、将来における暗号通貨市場レートの標準化された契約を売買することができます。"
-
-#: template/page-xrp-overview.html.jinja:223
-msgid "Custodial Exchanges"
-msgstr "カストディアル取引所"
-
-#: template/page-xrp-overview.html.jinja:224
-msgid ""
-"Custodial exchanges manage a user’s private keys, and publish centralized"
-" order books of buyers and sellers."
-msgstr "カストディアル取引所は、ユーザの秘密鍵を管理し、買い手と売り手の集中的なオーダーブックを作成します。"
-
-#: template/page-xrp-overview.html.jinja:227
-msgid "Non-Custodial Exchanges"
-msgstr "ノンカストディアル取引所"
-
-#: template/page-xrp-overview.html.jinja:228
-#, fuzzy
-msgid ""
-"Non-custodial exchanges, also known as decentralized exchanges, do not "
-"manage a user’s private keys, and publish decentralized order books of "
-"buyers and sellers on a blockchain."
-msgstr "ノンカストディアル取引所は、分散型取引所とも呼ばれ、ユーザの秘密鍵を管理せず、ブロックチェーン上で売り手と買い手の分散型オーダーブックを公開します。"
-
-#: template/page-xrp-overview.html.jinja:231
-#, fuzzy
-msgid "Top Exchanges, according to CryptoCompare"
-msgstr "CryptoCompareによる主要な取引所"
-
-#: template/page-xrp-overview.html.jinja:236
-msgid "Bitstamp"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:237
-msgid "https://www.kraken.com/"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:239
-msgid "Kraken"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:240
-msgid "https://cex.io/"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:242
-msgid "Cex.io"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:243
-msgid "https://www.liquid.com/"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:245
-msgid "Liquid"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:246
-msgid "https://www.lmax.com/"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:248
-msgid "LMAX"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:249
-msgid "https://www.bitfinex.com/"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:251
-msgid "Bitfinex"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:252
-msgid "https://www.etoro.com/crypto/exchange/"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:254
-msgid "eToro"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:255
-msgid "https://currency.com"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:257
-msgid "Currency.com"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:258
-msgid "https://bittrex.com/"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:260
-msgid "Bittrex"
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:39
-#, fuzzy
-msgid "The Business of Impact"
-msgstr "高性能"
-
-#: template/page-xrpl-overview.html.jinja:53
-#, fuzzy
-msgid "How the XRP Ledger works"
-msgstr "XRP Ledgerはどのような仕組みですか?"
-
-#: template/page-xrpl-overview.html.jinja:54
-msgid "XRP Ledger Basics"
-msgstr "XRP Ledgerの基礎知識"
-
-#: template/page-xrpl-overview.html.jinja:56
-#, fuzzy
-msgid "The XRP Ledger is a decentralized public blockchain built for business. "
-msgstr "XRP Ledgerは、分散型パブリックブロックチェーンです。"
-
-#: template/page-xrpl-overview.html.jinja:57
-#, fuzzy
-msgid ""
-"The peer-to-peer network that manages the ledger is open to everyone. The"
-" XRP Ledger is maintained by software engineers, server operators, users,"
-" and businesses–a global community working to solve problems and create "
-"real-world value."
-msgstr ""
-"誰でも自分のコンピュータを、台帳を管理するピアツーピアのネットワークに接続することができます。ソフトウェア・エンジニア、サーバ・オペレーター、ユーザ、企業など、さまざまな人々が集まるグローバルなXRP"
-" Ledgerコミュニティが、台帳を管理しています。"
-
-#: template/page-xrpl-overview.html.jinja:59
-#: template/page-xrpl-overview.html.jinja:69
-#, fuzzy
-msgid "Read Technical Docs"
-msgstr "技術を知る"
-
-#: template/page-xrpl-overview.html.jinja:59
-#: template/page-xrpl-overview.html.jinja:69
-msgid "Watch Explainer Videos "
-msgstr "解説動画を見る "
-
-#: template/page-xrpl-overview.html.jinja:80
-msgid "How the Consensus Protocol works"
-msgstr "コンセンサスプロトコルの仕組み"
-
-#: template/page-xrpl-overview.html.jinja:81
-msgid "Consensus"
-msgstr "コンセンサス"
-
-#: template/page-xrpl-overview.html.jinja:83
-#, fuzzy
-msgid ""
-"To uphold performance, XRPL uses a consensus protocol. Designated servers"
-" called validators, which "
-"anyone can operate, come to an agreement on the order and outcome of XRP "
-"transactions every three to five seconds."
-msgstr ""
-"XRPLはコンセンサスプロトコルを採用しており、バリデータと呼ばれる指定されたサーバが、3~5秒ごとにXRPトランザクションの順序と結果について合意に至ります。"
-
-#: template/page-xrpl-overview.html.jinja:84
-#, fuzzy
-msgid ""
-"All servers in the network process each transaction according to the same"
-" rules, and any transaction that follows the protocol is confirmed right "
-"away. All transactions are public, and strong cryptography guarantees the"
-" integrity of the system."
-msgstr "ネットワーク内のすべてのサーバが、同じルールに従って各取引を処理します。このプロトコルに従っている取引はすべて、バリデータが定数に達した時点ですぐに確認されます。"
-
-#: template/page-xrpl-overview.html.jinja:85
-#, fuzzy
-msgid ""
-"Currently, over 120 validators are active on the ledger, operated by "
-"universities, exchanges, businesses, and individuals. As the validator "
-"pool grows, the consensus protocol ensures decentralization of the "
-"blockchain over time."
-msgstr ""
-"バリデータは誰でも運営できます。現在、レジャーでは、大学、取引所、企業、個人が運営している150以上のバリデータがアクティブです。さらに、コンセンサスプロトコルは、バリデータ・プールが成長するにつれて、ブロックチェーンがより分散化されることを保証します。"
-
-#: template/page-xrpl-overview.html.jinja:97
-#, fuzzy
-msgid "A Sustainable Blockchain"
-msgstr "XRP Ledger: スケーラブルで持続可能なブロックチェーン"
-
-#: template/page-xrpl-overview.html.jinja:98
-msgid ""
-"Unlike most other blockchains, the XRP Ledger requires no mining and uses"
-" negligible energy, key to long-term growth and stability."
-msgstr ""
-"他のほとんどのブロックチェーンとは異なり、XRP "
-"Ledgerはマイニングを必要とせず、長期的な成長と安定性の鍵となるエネルギー消費もごくわずかです。"
-
-#: template/page-xrpl-overview.html.jinja:108
-msgid "Building with confidence on proven technology"
-msgstr "実績ある技術で 信頼性のある開発"
-
-#: template/page-xrpl-overview.html.jinja:109
-msgid "XRPL Today"
-msgstr "XRPLの現在"
-
-#: template/page-xrpl-overview.html.jinja:111
-msgid ""
-"With 10+ years of error-free functioning and enterprise companies as "
-"champions, XRPL has established reliability."
-msgstr "XRPLは、10年以上にわたって機能を提供し、エンタープライズ企業を顧客として、信頼性を確立してきました。"
-
-#: template/page-xrpl-overview.html.jinja:112
-#, fuzzy
-msgid ""
-"With the XRPL, these developers are building innovative blockchain "
-"projects and applications across use cases including tokenization of "
-"assets, online gaming, asset custody, NFTs, and DeFi."
-msgstr "XRPLにより、開発者たちは、資産のトークン化、オンラインゲーム、資産保管、NFT、DeFiなどのブロックチェーンのユースケースにわたって革新的なプロジェクトやアプリケーションを構築しています。"
-
-#: template/page-xrpl-overview.html.jinja:113
-#, fuzzy
-msgid "Explore More"
-msgstr "利用例を見る"
-
-#: template/page-xrpl-overview.html.jinja:117
-msgid "Creating new value for long-term growth"
-msgstr "長期的な成長を見据えた 新たな価値の創造"
-
-#: template/page-xrpl-overview.html.jinja:118
-msgid "XRPL Tomorrow"
-msgstr "XRPLの未来"
-
-#: template/page-xrpl-overview.html.jinja:120
-msgid ""
-"As a community-led blockchain built for business, XRPL attracts companies"
-" and developers driven to solve real problems and generate real value–now"
-" and into the future."
-msgstr "ビジネスの発展のために構築されたコミュニティ主導のブロックチェーンであるXRPLは、現在そして将来にわたって真の問題を解決し、真の価値を生み出そうとする企業や開発者を惹きつけています。"
-
-#: template/page-xrpl-overview.html.jinja:121
-msgid ""
-"Significant investment in development, along with low transaction costs "
-"and energy usage, is fueling growth and opening up a wide variety of use "
-"cases at scale."
-msgstr "低い取引コストとエネルギー使用量に加え、開発への多額の投資が成長を促し、大規模で多様なユースケースを開拓しています。"
-
-#: template/page-xrpl-overview.html.jinja:128
-msgid "Watch the explainer video series to learn more about the XRP Ledger"
-msgstr "XRP Ledgerの詳細については、説明用のビデオシリーズをご覧ください。"
-
-#: template/page-xrpl-overview.html.jinja:129
-msgid "Tune In"
-msgstr "視聴する"
-
-#: template/page-xrpl-overview.html.jinja:138
-msgid "The Consensus Mechanism"
-msgstr "コンセンサスの仕組み"
-
-#: template/page-xrpl-overview.html.jinja:146
-#, fuzzy
-msgid "Nodes and Validators"
-msgstr "ノードとバリデータ"
-
-#: template/page-xrpl-overview.html.jinja:154
-msgid "Sustainability of the XRP Ledger"
-msgstr "XRP Ledgerの持続可能性"
-
-#: template/page-xrpl-overview.html.jinja:159
-msgid "Watch Full Series on YouTube"
-msgstr "YouTubeで全てのシリーズを見る"
-
-#: template/page-xrpl-overview.html.jinja:167
-msgid "Tomorrow’s Blockchain Starts With You"
-msgstr "未来のブロックチェーンは、あなたから始まる"
-
-#: template/page-xrpl-overview.html.jinja:168
-#, fuzzy
-msgid ""
-"XRP Ledger’s innovation relies on the shared community experience of "
-"builders like you. If you’re ready to start your next big blockchain "
-"project, explore the XRPL now and consider applying for funding on your "
-"next blockchain project."
-msgstr ""
-"XRP Ledgerのイノベーションは、皆さんのような開発者が共有するコミュニティーの経験を大切にしています。もしあなたが次の大きなブロックチェーン・プロジェクトを始める準備ができているなら、今すぐXRPLを試し、XRPL開発者向け資金提供プログラムへの応募を検討しましょう。"
-
-#: template/page-xrpl-overview.html.jinja:169
-#, fuzzy
-msgid "Explore XRPL Developer Funding"
-msgstr "XRPL開発者向け資金提供プログラムを見る"
-
-#: template/page-xrpl-overview.html.jinja:177
-msgid "Is XRPL a private blockchain, owned by Ripple?"
-msgstr "XRPLはRipple社が所有するプライベートブロックチェーンですか?"
-
-#: template/page-xrpl-overview.html.jinja:178
-#, python-format
-msgid ""
-"No, the XRP Ledger is a decentralized, public blockchain. Any changes "
-"that would impact transaction processing or consensus need to be approved"
-" by at least 80%% of the network. Ripple is a contributor to the network,"
-" but its rights are the same as those of other contributors. In terms of "
-"validation, there are 150+ validators on the network with 35+ on the "
-"Unique Node List (see “What are Unique Node Lists (UNLs)?” in the Full "
-"FAQ) — Ripple runs 6 of these nodes."
-msgstr ""
-"いいえ、XRP "
-"Ledgerは分散型のパブリックブロックチェーンです。取引処理やコンセンサスに影響を与えるような変更は、ネットワークの少なくとも80%の承認が必要です。Ripple社はネットワークへの貢献者ですが、その権利は他の貢献者と同じです。バリデーションの面では、ネットワーク上に150人以上のバリデータが存在し、35人以上がユニークノードリスト(FAQ全文の「ユニークノードリスト(UNL)とは何ですか」参照)に登録されており、Ripple社はこれらのノードのうち1つを運営しています。"
-
-#: template/page-xrpl-overview.html.jinja:179
-msgid "Isn’t Proof of Work the best validation mechanism?"
-msgstr "Proof of Workが最良の検証メカニズムではないでしょうか?"
-
-#: template/page-xrpl-overview.html.jinja:180
-msgid ""
-"Proof of Work (PoW) was the first mechanism to solve the double spend "
-"problem without requiring a trusted 3rd party. However the XRP Ledger’s "
-"consensus mechanism solves the same problem in a far faster, cheaper and "
-"more energy efficient way."
-msgstr ""
-"Proof of Work(PoW)は、信頼できる第三者を必要とせずに二重消費問題を解決する最初の仕組みでした。しかし、XRP "
-"Ledgerのコンセンサスメカニズムは、同じ問題をはるかに速く、安く、エネルギー効率の良い方法で解決しています。"
-
-#: template/page-xrpl-overview.html.jinja:181
-msgid "How can a blockchain be sustainable?"
-msgstr "ブロックチェーンはどうして持続可能なのでしょうか?"
-
-#: template/page-xrpl-overview.html.jinja:182
-msgid ""
-"It’s been widely reported that Bitcoin’s energy consumption, as of 2021, "
-"is equivalent to that used by Argentina, with much of the electricity "
-"Bitcoin miners use coming from polluting sources. The XRP Ledger confirms"
-" transactions through a “consensus” mechanism - which does not waste "
-"energy like proof of work does - and leverages carbon offsets to be one of the first "
-"truly carbon neutral blockchains."
-msgstr ""
-"ビットコインのエネルギー消費量は、2021年時点で、アルゼンチンが使用するエネルギーと同等であり、ビットコインの採掘者が使用する電力の多くは環境破壊につながる資源から供給されていると広く報告されています。XRP"
-" Ledgerは、Proof of "
-"Workのようにエネルギーを浪費しない「コンセンサス」メカニズムを通じてトランザクションを検証し、カーボンオフセットを活用して、最初の真のカーボンニュートラルなブロックチェーンの1つとなっています。"
-
-#: template/page-xrpl-overview.html.jinja:198
-msgid "View Full FAQ"
-msgstr "すべてのFAQを見る"
-
-# Table of contents
-#: template/pagetype-doc.html.jinja:51
-msgid "In this document"
-msgstr "目次"
-
-#~ msgid "Read Documentation"
-#~ msgstr "ドキュメントを読む"
-
-#~ msgid "All Docs"
-#~ msgstr "全ドキュメント"
-
-#~ msgid "Explore the XRP Ledger"
-#~ msgstr "XRP Ledgerの動きを観察する"
-
-#~ msgid ""
-#~ "Use the XRPL Explorer to view a"
-#~ " stream of ledger activity and see"
-#~ " validator statuses."
-#~ msgstr "XRP Ledger エクスプローラを使って、レジャーの動きやバリデータのステータスを見ることができます。"
-
-#~ msgid "Go to the Explorer"
-#~ msgstr "XRP Ledger エクスプローラへ"
-
-#~ msgid "What is the XRP Ledger?"
-#~ msgstr "XRP Ledgerとは?"
-
-#~ msgid "Start Building"
-#~ msgstr "XPR Ledgerを活用する"
-
-#~ msgid ""
-#~ "Use these tutorials to get step-"
-#~ "by-step guidance to perform common "
-#~ "tasks with the XRP Ledger."
-#~ msgstr "これらのチュートリアルを通して、XRP Ledgerの一般的な活用方法についてステップバイステップで理解することができます。"
-
-#~ msgid "More Tutorials"
-#~ msgstr "他のチュートリアル"
-
-#~ msgid "All Tutorials"
-#~ msgstr "全チュートリアル"
-
-#~ msgid "Home"
-#~ msgstr "ホーム"
-
-#~ msgid "Join the Conversation"
-#~ msgstr "議論に参加しましょう"
-
-#~ msgid "Find Your Voice"
-#~ msgstr "ご意見をお寄せください"
-
-#~ msgid "Thank you for your interest in contributing to XRPL.org."
-#~ msgstr "XRPL.orgへの貢献に関心をお寄せいただきありがとうございます。"
-
-#~ msgid ""
-#~ "If you'd like to recommend new "
-#~ "content or provide feedback, visit the"
-#~ " community resources at the RippleX "
-#~ "forum or XRP Chat."
-#~ msgstr "新しいコンテンツの提案やフィードバックをお寄せいただける場合は、このコミュニティリソースをご覧ください。"
-
-#~ msgid "Build with XRP"
-#~ msgstr "XRPを組み込む"
-
-#~ msgid ""
-#~ "The digital asset XRP was designed "
-#~ "with sustainability in mind. The XRP "
-#~ "Ledger processes transactions through a "
-#~ "unique “consensus” mechanism that consumes "
-#~ "negligible energy and all XRP currency"
-#~ " is already in circulation."
-#~ msgstr ""
-#~ "デジタルアセットであるXRPは、サステナビリティを念頭に置いて設計されています。XRP "
-#~ "Ledgerは独自の「コンセンサス」メカニズムを通して取引を処理するため、エネルギーをごくわずかしか消費しません。また、XRP通貨はすべて、市場に出回っています。"
-
-#~ msgid "Environmentally sustainable (negligible energy consumption)"
-#~ msgstr "環境の観点から持続可能(エネルギーをごくわずかしか消費しない)"
-
-#~ msgid "Contribute"
-#~ msgstr "貢献する"
-
-#~ msgid "Sustainability icon"
-#~ msgstr "サステナビリティアイコン"
-
-#~ msgid "*Calculations in million tonne (Mt)"
-#~ msgstr ""
-
-#~ msgid "For Developers"
-#~ msgstr "開発者の方"
-
-#~ msgid ""
-#~ "Contributing to XRPL.org is a great "
-#~ "way to learn about the XRP Ledger."
-#~ " This portal is open-source and "
-#~ "anyone can suggest changes. For more "
-#~ "information, please read "
-#~ "and consider the contributing guidelines."
-#~ msgstr ""
-#~ "XRP "
-#~ "Ledgerについて学ぶには、XRPL.orgに貢献するのが最適です。このポータルはオープンソースであり、誰でも変更を提案できます。詳細については、貢献に関するガイドラインをご覧ください。"
-
-#~ msgid ""
-#~ "You may also be interested in "
-#~ "learning about Interledger, RippleX, "
-#~ "and PayString."
-#~ msgstr ""
-#~ "Interledger、RippleX、PayIDについても興味を持っていただけることでしょう。"
-
-#~ msgid "Businesses Running on the XRP Ledger"
-#~ msgstr "XRP Ledgerを利用している企業"
-
-#~ msgid ""
-#~ "While exchanges and wallet providers are"
-#~ " the most common businesses running "
-#~ "on the XRP Ledger, there are many"
-#~ " other companies that leverage the "
-#~ "technology to solve interesting problems "
-#~ "across myriad industries."
-#~ msgstr ""
-#~ "XRP "
-#~ "Ledgerは取引所やウォレットプロバイダーで特によくご利用いただいていますが、その他にも多種多様な業界で、数々の企業がこのテクノロジーを利用して、注目すべき問題を解決しています。"
-
-#~ msgid "Gaming"
-#~ msgstr "ゲーム"
-
-#~ msgid "Businesses Using XRP"
-#~ msgstr "XRPを利用している企業"
-
-#~ msgid ""
-#~ "Coil provides an alternative to the "
-#~ "status quo of paid advertisements with"
-#~ " web monetization. Coil's web monetization"
-#~ " uses the interledger protocol (ILP) "
-#~ "to stream micropayments as users consume"
-#~ " content. The XRP Ledger's payment "
-#~ "channels provide an ideal system for "
-#~ "settling these micropayments at high "
-#~ "speed and low cost."
-#~ msgstr ""
-#~ "Coilは、現在の有料広告に代わる新たなウェブ収益化の方法を提供しています。Coilのウェブ収益化では、Interledger "
-#~ "Protocol "
-#~ "(ILP)を使用して、ユーザがコンテンツを視聴するときにマイクロペイメントをストリーミングします。そのようなマイクロペイメントを高速かつ低コストで決済する理想的なシステムを、XRP"
-#~ " LedgerのPayment Channelで実現しています。"
-
-#~ msgid ""
-#~ "GateHub is a platform for the "
-#~ "Internet of Value, built on XRP "
-#~ "Ledger protocol. It allows everyone to"
-#~ " send, receive, trade and manage any"
-#~ " type of assets."
-#~ msgstr ""
-
-#~ msgid ""
-#~ "Disclaimer: XRPL.org does not endorse or"
-#~ " recommend any wallets or exchanges, "
-#~ "or make any representations with respect"
-#~ " to wallets. It’s advisable to "
-#~ "conduct your own due diligence before"
-#~ " relying on any third party or "
-#~ "third-party technology."
-#~ msgstr ""
-#~ "免責事項: "
-#~ "XRPL.orgは、いかなるウォレットおよび取引所の支持、推奨も、ウォレットに関するいかなる表明も行いません。サードパーティやサードパーティ技術を利用する前に、ご自身でデューデリジェンスを実施することをお勧めします。"
-
-#~ msgid "Exchanges are where people trade currencies."
-#~ msgstr "取引所とは、通貨の取引を行う場所です。"
-
-#~ msgid "Options for Storing XRP"
-#~ msgstr "XRPを保管する際の選択肢"
-
-#~ msgid ""
-#~ "Custodial wallets manage a user's "
-#~ "private key, which allows the wallet "
-#~ "to withdraw cryptocurrency on a user's"
-#~ " behalf. Non-custodial wallets do not"
-#~ " manage a user's private key, which"
-#~ " is up to the user to manage,"
-#~ " and therefore cannot send cryptocurrency"
-#~ " on the user's behalf."
-#~ msgstr "カストディ型ウォレットは、ユーザの秘密鍵を管理しているため、ユーザの代わりにウォレットが暗号資産を引き出すことができます。非カストディ型ウォレットは秘密鍵を管理せず、秘密鍵の管理はユーザ自身が行います。そのため、ユーザの代わりにウォレットが暗号資産を送金することはできません。"
-
-#~ msgid "XRP Ledger Software Wallets:"
-#~ msgstr "XRP Ledgerソフトウェアウォレット:"
-
-#~ msgid ""
-#~ "Disclaimer: XRPL.org does not endorse or"
-#~ " recommend any wallets or make any"
-#~ " representations with respect to wallets"
-#~ " or the purchase or sale of "
-#~ "digital assets more generally. It’s "
-#~ "advisable to conduct your own due "
-#~ "diligence before relying on any third"
-#~ " party or third-party technology, and"
-#~ " providers may vary significantly in "
-#~ "their compliance, data security, and "
-#~ "privacy practices."
-#~ msgstr ""
-#~ "免責事項: "
-#~ "XRPL.orgは、いかなるウォレットの支持、推奨も、ウォレットやデジタル資産の購入および販売に関するいかなる表明も一般的には行いません。サードパーティやサードパーティ技術を利用する前に、ご自身でデューデリジェンスを実施することをお勧めします。コンプライアンス、データセキュリティ、プライバシー慣習はプロバイダーによって大きく異なる場合があります。"
-
-#~ msgid "License"
-#~ msgstr "ライセンス"
-
-#~ msgid "Top"
-#~ msgstr "先頭へ"
-
-# Link to edit this page on GitHub
-#~ msgid "Edit"
-#~ msgstr "編集"
-
-#~ msgid "Scroll Down"
-#~ msgstr "下にスクロール"
-
-#~ msgid "XRP: The Best Digital Asset for Payments"
-#~ msgstr "XRP: 送金に最適なデジタルアセット"
-
-#~ msgid "Learn More"
-#~ msgstr "もっと詳しく知る"
-
-#~ msgid "Build with the XRP Ledger"
-#~ msgstr ""
-
-#~ msgid "What is XRPL.org?"
-#~ msgstr "XRPL.orgとは何ですか?"
-
-#~ msgid ""
-#~ "Whether you’re a developer building on"
-#~ " the XRP Ledger (XRPL) or just "
-#~ "getting acquainted with blockchain and "
-#~ "digital assets, XRPL.org is your source"
-#~ " for technical information, reference "
-#~ "materials, tools and all things XRP."
-#~ msgstr ""
-#~ "XRP "
-#~ "Ledger(XRPL)で開発している開発者の方も、ただブロックチェーンやデジタルアセットについて知りたいだけだという方も、XRPL.orgでは役立つ技術情報、リファレンス資料、ツールなど、XRPのあらゆるものを見つけることができます。"
-
-#~ msgid "A Digital Asset Built for Payments"
-#~ msgstr "送金のために設計されたデジタルアセット"
-
-#~ msgid ""
-#~ "XRP is a digital asset built for"
-#~ " payments. It is the native digital"
-#~ " asset on the XRP Ledger—an open-"
-#~ "source, permissionless and decentralized "
-#~ "blockchain technology that can settle "
-#~ "transactions in 3-5 seconds."
-#~ msgstr ""
-#~ "XRPは、送金のために設計されたデジタルアセットであり、XRP Ledger固有のデジタルアセットです。XRP "
-#~ "Ledgerは、パーミッションを必要としない、オープンソースの分散型ブロックチェーン技術であり、3秒から5秒で取引を決済できます。"
-
-#~ msgid ""
-#~ "It is the best way to move "
-#~ "money around the world; the fuel "
-#~ "for our growing digital economy."
-#~ msgstr "XRPは国際送金に最適です。拡大するデジタル経済をさらに活性化する原動力になります。"
-
-#~ msgid "Learn about XRP"
-#~ msgstr "XRPの詳細"
-
-#~ msgid "XRP History"
-#~ msgstr "XRPの沿革"
-
-#~ msgid "Use Cases"
-#~ msgstr "ユースケース"
-
-#~ msgid "XRP in the Real World"
-#~ msgstr "XRPの実際の利用例"
-
-#~ msgid "Uses of XRP"
-#~ msgstr "XRPの利用例"
-
-#~ msgid ""
-#~ "XRP is helping solve previously "
-#~ "unsolvable problems for people and "
-#~ "industries around the world, and is "
-#~ "one of the only digital assets "
-#~ "with a commercial use case."
-#~ msgstr "XRPは、世界中の人々や業界が抱える、今まで解決できなかった問題を解決する一助を担っています。また、商用で利用されている数少ないデジタルアセットの1つでもあります。"
-
-#~ msgid "Businesses on the Ledger"
-#~ msgstr "Ledgerを利用している企業"
-
-#~ msgid ""
-#~ "From gaming to web monetization, XRP "
-#~ "and the XRP Ledger are powering "
-#~ "innovative new technology across the "
-#~ "payments space."
-#~ msgstr "XRPとXRP Ledgerは、ゲームからウェブ収益化まで、決済のさまざまな分野で革新的な新技術を支えています。"
-
-#~ msgid "Explore Businesses"
-#~ msgstr "企業を見る"
-
-#~ msgid "Real-World Impact"
-#~ msgstr "実社会へのインパクト"
-
-#~ msgid ""
-#~ "With its real-world utility and "
-#~ "inherently green design, XRP helps "
-#~ "ensure a more sustainable future for "
-#~ "our planet and global economy."
-#~ msgstr "XRPは実社会のインフラであり、その本質からして環境にやさしい設計です。XRPは私たちの地球と国際経済の持続可能な未来をサポートします。"
-
-#~ msgid "Explore Impact"
-#~ msgstr "インパクトを見る"
-
-#~ msgid "Green by Nature"
-#~ msgstr "本質的に環境にやさしい"
-
-#~ msgid ""
-#~ "XRP was designed with sustainability in"
-#~ " mind. Contrary to other blockchains "
-#~ "that use proof-of-work, the XRP"
-#~ " Ledger confirms transactions through a "
-#~ "unique “consensus” mechanism and is "
-#~ "one of the first truly carbon neutral"
-#~ " blockchains."
-#~ msgstr ""
-#~ "XRPはサステナビリティを念頭に置いて設計されました。プルーフオブワークを使用する他のブロックチェーンとは異なり、XRP "
-#~ "Ledgerは独自の「コンセンサス」メカニズムを通して取引を確認するため、エネルギーをごくわずかしか消費しません。"
-
-#~ msgid ""
-#~ "Explore the energy consumption of XRP"
-#~ " compared to cash, credit cards and"
-#~ " other popular crypto with the Green Currency "
-#~ "Calculator."
-#~ msgstr ""
-#~ "現金、クレジットカード、他の主要な暗号資産と比べてXRPのエネルギー消費量がどのくらいか、Green Currency "
-#~ "Calculatorでご覧ください。"
-
-#~ msgid "Go Green"
-#~ msgstr "環境を大切にする"
-
-#~ msgid "Partners in Sustainability"
-#~ msgstr "サステナビリティのパートナー"
-
-#~ msgid "Dive into our documentation and start integrating with the XRP Ledger."
-#~ msgstr ""
-
-#~ msgid ""
-#~ "Browse by category, or skip straight "
-#~ "to the full"
-#~ " documentation index."
-#~ msgstr ""
-
-#~ msgid "View All %(parent_name)s"
-#~ msgstr "全ての%(parent_name)s"
-
-#~ msgid ""
-#~ "Or, skip ahead to the Full Reference "
-#~ "Index."
-#~ msgstr "全リファレンス目次にジャンプ。"
-
-#~ msgid "Full Reference Index"
-#~ msgstr "全リファレンス目次"
-
-#~ msgid "Build a Better Bitcoin"
-#~ msgstr "もっと優れたBitcoinをつくる"
-
-#~ msgid "XRP’s Origin"
-#~ msgstr "XRPの原点"
-
-#~ msgid ""
-#~ "In 2011, three engineers—David Schwartz, "
-#~ "Jed McCaleb and Arthur Britto—began "
-#~ "developing the XRP Ledger."
-#~ msgstr ""
-#~ "2011年に、David Schwartz、Jed McCaleb、Arthur "
-#~ "Brittoという3人のエンジニアがXRP Ledgerの開発に着手しました。"
-
-#~ msgid ""
-#~ "The founders of the XRP Ledger "
-#~ "gifted 80 billion XRP to the "
-#~ "company. Ripple has since sold some "
-#~ "of its XRP and put the rest "
-#~ "in escrow."
-#~ msgstr ""
-#~ "XRP Ledgerの創始者から800億XRPを贈与されたRippleは、それ以来、保有するXRPの一部を販売し、残りをEscrowに預託しています。"
-
-#~ msgid "Timeline of XRP Evolution"
-#~ msgstr "XRPの進化のタイムライン"
-
-#~ msgid ""
-#~ "The history of the XRP Ledger and"
-#~ " its native digital asset XRP dates"
-#~ " back to early 2011 when three "
-#~ "developers—David Schwartz, Jed McCaleb and "
-#~ "Arthur Britto—were fascinated with Bitcoin "
-#~ "but observed the waste inherent in mining. "
-#~ "They sought to create a better "
-#~ "system for sending value (an idea "
-#~ "outlined in a May 2011 forum post: "
-#~ "“Bitcoin without mining”)."
-#~ msgstr ""
-#~ "XRP Ledgerとその固有のデジタルアセットであるXRPの歴史は、2011年初頭にまでさかのぼります。David "
-#~ "Schwartz、Jed McCaleb、Arthur "
-#~ "Brittoという3人の開発者はBitcoinに魅了されていましたが、マイニングには本質的に無駄が潜んでいると感じていました。そこで3人は、送金のためのより優れたシステムを構築することを目指しました(このアイデアは2011年5月のフォーラム投稿「Bitcoin without "
-#~ "mining」で述べられています)。"
-
-#~ msgid "2012 XRP Launched"
-#~ msgstr "2012年、XRPをローンチ"
-
-#~ msgid ""
-#~ "In 2011 and early 2012, the trio"
-#~ " of developers started a project to"
-#~ " build a distributed ledger that "
-#~ "improved upon these fundamental limitations"
-#~ " of Bitcoin—their first ever code "
-#~ "commit was in November 2011."
-#~ msgstr "2011年から2012年の初頭に、3人はBitcoinが持つこのような根本的な制約を改善する、分散型のレジャーを構築するためのプロジェクトを開始しました。初めてコードをコミットしたのは2011年11月のことでした。"
-
-#~ msgid ""
-#~ "They wrote code, that when executed, "
-#~ "would create a distributed ledger, which"
-#~ " they named Ripple. It included a "
-#~ "digital asset that would be called "
-#~ "“ripples” (XRP as the currency code) "
-#~ "to follow the same naming convention "
-#~ "as Bitcoin (BTC). At the time, "
-#~ "Ripple stood for the open-source "
-#~ "project, the unique consensus ledger "
-#~ "(Ripple Consensus Ledger), transaction "
-#~ "protocol (Ripple Transaction Protocol or "
-#~ "RTXP), the network (Ripple network) and"
-#~ " the digital asset (known as "
-#~ "“ripples”)."
-#~ msgstr ""
-#~ "実行されると分散型レジャーが作られるコードを作成し、それをRippleと名付けました。そのコードには、Bitcoin(BTC)の命名規則にならって、のちに「Ripple」(通貨コードはXRP)と呼ばれるようになるデジタルアセットが含まれていました。当時から、Rippleはオープンソースプロジェクト、独自のコンセンサスレジャー(Ripple"
-#~ " Consensus Ledger)、取引プロトコル(Ripple Transaction "
-#~ "Protocol(RTXP))、ネットワーク(Ripple "
-#~ "Network)、デジタルアセット(「Ripple」)という考えに根ざしていました。"
-
-#~ msgid ""
-#~ "At that time, they decided their "
-#~ "next move would be to gift 80 "
-#~ "billion XRP to a not-yet-formed"
-#~ " private company that would work with"
-#~ " the broader community as well as "
-#~ "pursue its own payments mission. The "
-#~ "ledger code itself would be open "
-#~ "source and for anyone to use."
-#~ msgstr "その時点で、3人は次の動きとして、まだ設立されていなかった非公開企業に800億XRPを贈与することを決めました。この会社がのちに幅広いコミュニティと連携しながら、独自に掲げた決済のミッションに取り組むことになります。レジャーのコード自体はオープンソースで、誰でも使用できるようになります。"
-
-#~ msgid ""
-#~ "They all agreed on how to allocate"
-#~ " the XRP among themselves and the "
-#~ "future company, and they eventually "
-#~ "created the company along with Chris "
-#~ "Larsen in September 2012."
-#~ msgstr ""
-#~ "3人とこれから設立される会社との間でXRPをどのように分配するか話し合って合意し、最終的に、Chris "
-#~ "Larsenが合流して2012年9月に会社を設立しました。"
-
-#~ msgid ""
-#~ "At the outset of the company, "
-#~ "OpenCoin set out to revolutionize the"
-#~ " global financial system. Despite the "
-#~ "revolutionary ideals of many of "
-#~ "Bitcoin’s early believers, Larsen never "
-#~ "thought blockchain technology should be "
-#~ "used to overthrow the existing financial"
-#~ " system. He believed that history’s "
-#~ "most transformative innovations have always"
-#~ " relied on the great ideas that "
-#~ "came before them—not disrupting them."
-#~ msgstr "会社の創立時点では、OpenCoinはグローバル金融システムを変革することを目指していました。Bitcoinの初期の信奉者の多くも革新という理想を掲げていましたが、それらとは異なり、Larsenは既存の金融システムを覆すためにブロックチェーン技術を使用するべきだとは考えていませんでした。歴史上で大きな変革を起こしてきたイノベーションはどれも、以前からあった優れたアイデアを活用したものであって、破壊してきたわけではないと考えていました。"
-
-#~ msgid "Podcast"
-#~ msgstr "ポッドキャスト"
-
-#~ msgid "How Digital Assets Will Help Create a Sustainable Global Economy"
-#~ msgstr "デジタルアセットが持続可能な国際経済の構築に役立つ仕組み"
-
-#~ msgid ""
-#~ "Hear from Ripple co-founder Chris "
-#~ "Larsen in the inaugural episode of "
-#~ "the Block Stars podcast."
-#~ msgstr "Block Starsポッドキャストの第1回目のエピソードで、Rippleの共同創業者であるChris Larsenの話をお楽しみください。"
-
-#~ msgid "Listen Now"
-#~ msgstr "今すぐ聞く"
-
-#~ msgid "Global Payments"
-#~ msgstr "国際送金"
-
-#~ msgid "XRP and the XRP Ledger are changing that."
-#~ msgstr "XRPとXRP Ledgerがそれを変革します。"
-
-#~ msgid ""
-#~ "The technology has been adopted by "
-#~ "financial institutions around the world. "
-#~ "They use it to source liquidity "
-#~ "for international transactions, and because"
-#~ " of the unprecedented efficiency it "
-#~ "offers, they’re able to both bring "
-#~ "down costs and improve services."
-#~ msgstr "この技術は世界中の金融機関で採用されています。国際取引の流動性を供給する際に使用されているほか、これまでにない効率性を実現できるため、コスト削減とサービス向上を同時に達成できます。"
-
-#~ msgid "Future of Finance"
-#~ msgstr "未来の金融"
-
-#~ msgid "Digital Assets"
-#~ msgstr "デジタルアセット"
-
-#~ msgid ""
-#~ "XRP is optimal for transacting—it’s "
-#~ "fast, cheap, scalable and energy-"
-#~ "efficient. It was designed for use "
-#~ "in global payments."
-#~ msgstr "XRPは処理が速く、低コストで、スケーラブルであり、省エネルギーであるため、取引に最適です。XRPは国際送金での使用を念頭に置いて設計されています。"
-
-#~ msgid ""
-#~ "The digital asset XRP was designed "
-#~ "with sustainability in mind. The XRP "
-#~ "Ledger processes transactions through a "
-#~ "unique “consensus” mechanism that consumes "
-#~ "negligible energy and all XRP currency"
-#~ " is already in circulation. It is "
-#~ "the first major blockchain network to"
-#~ " be fully carbon neutral."
-#~ msgstr ""
-
-#~ msgid "$0.50/transaction"
-#~ msgstr "$0.50(1取引あたり)"
-
-#~ msgid "Environmentally sustainable and carbon neutral"
-#~ msgstr ""
-
-#~ msgid "Finite Supply of XRP"
-#~ msgstr "XRPの供給量は有限です"
-
-#~ msgid ""
-#~ "Unlike Bitcoin, there is a finite "
-#~ "amount of XRP. All XRP is already"
-#~ " in existence today—100 billion in "
-#~ "total."
-#~ msgstr "Bitcoinとは異なり、XRPの供給量は有限です。XRPの総額は1,000億XRPであり、そのすべてが市場に出回っています。"
-
-#~ msgid "History of XRP"
-#~ msgstr "XRPの沿革"
-
-#~ msgid ""
-#~ "The XRP Ledger is open-source "
-#~ "technology on which anyone can build."
-#~ " The XRP Ledger is maintained by "
-#~ "a global “XRP Community”—a diverse set"
-#~ " of participants composed of software "
-#~ "engineers, server operators and validators."
-#~ msgstr ""
-#~ "XRP Ledgerは、誰でも構築が可能なオープンソース技術です。ソフトウェアエンジニア、サーバオペレーター、バリデータなど多様な参加者で構成されるグローバルな「XRPコミュニティ」が、XRP "
-#~ "Ledgerを管理しています。"
-
-#~ msgid ""
-#~ "The XRP Ledger uses a consensus "
-#~ "protocol, in which validators come to"
-#~ " an agreement on the order of "
-#~ "XRP transactions every 3-5 seconds. This"
-#~ " agreement serves as the final and"
-#~ " irreversible settlement."
-#~ msgstr ""
-#~ "XRP "
-#~ "Ledgerはコンセンサスプロトコルを使用します。このプロトコルでは、バリデータが3秒から5秒ごとにXRP取引のオーダーについて合意に至ります。この合意が、最終的な取り消し不可の決済として機能します。"
-
-#~ msgid ""
-#~ "Transactions are executed in a "
-#~ "deterministic order to prevent double "
-#~ "spending and malicious activity. Unlike "
-#~ "other blockchains, transaction fees are "
-#~ "destroyed as part of transaction "
-#~ "execution. The XRP Ledger adjusts fees"
-#~ " in near real time to respond "
-#~ "to network conditions, with the twin "
-#~ "goals of maximizing transaction throughput "
-#~ "while keeping transaction fees as low"
-#~ " as possible."
-#~ msgstr ""
-#~ "取引は、決定論的な順序で実行されるため、二重支払や不正行為を防ぐことができます。他のブロックチェーンとは異なり、取引手数料は取引実行の一環として消却されます。XRP"
-#~ " "
-#~ "Ledgerは、取引スループットを最大化しながら取引手数料をできるだけ低く抑えるという2つの目標の下、手数料をほぼリアルタイムで調整して、ネットワークの状況に対応します。"
-
-#~ msgid "XRP Validators"
-#~ msgstr "XRPのバリデータ"
-
-#~ msgid "Why Is XRP Useful?"
-#~ msgstr "XRPはなぜ便利なのですか?"
-
-#~ msgid ""
-#~ "XRP is fast, low-cost, sustainable "
-#~ "and scalable. It is the key to "
-#~ "fueling growth and realizing the true"
-#~ " potential of our global economy—the "
-#~ "Internet of Value."
-#~ msgstr ""
-#~ "XRPは、スピード、コスト、持続可能性、スケーラビリティに優れています。これは、成長を促進して国際経済の真の可能性、つまり価値のインターネットを実現するための鍵となる要素です。"
-
-#~ msgid "Businesses"
-#~ msgstr "企業"
-
-#~ msgid ""
-#~ "Many businesses are building on the "
-#~ "XRP Ledger, pursuing powerful use cases"
-#~ " in decentralized finance, micropayments, "
-#~ "gaming, web monetization and more. "
-#~ "Additionally, Ripple, the technology company,"
-#~ " is focused on building a network "
-#~ "and infrastructure that leverages XRP to"
-#~ " power faster, more affordable cross-"
-#~ "border payments around the world."
-#~ msgstr ""
-#~ "多くの企業が、分散型金融マイクロペイメント、ゲーム、ウェブ収益化など、大きな効果をもたらす用途を実現するために、XRP "
-#~ "Ledgerを基盤として開発しています。また、テクノロジー企業であるRippleも、XRPを活用したネットワークとインフラストラクチャを構築し、より速くて低コストな国際送金を実現するために取り組んでいます。"
-
-#~ msgid "More About Businesses"
-#~ msgstr "企業について詳しく見る"
-
-#~ msgid ""
-#~ "Individual consumers can use XRP to "
-#~ "move different currencies around the "
-#~ "world. For example, through wallets and"
-#~ " exchanges that use PayID, "
-#~ "anyone can use XRP—or any currency, "
-#~ "be it fiat or digital assets—to "
-#~ "easily make purchases across any "
-#~ "payments network."
-#~ msgstr ""
-#~ "個人の消費者は、XRPを利用することで、さまざまな通貨での国際送金が可能になります。例えば、PayIDを使用しているウォレットや取引所を通して、XRPはもちろん、法定通貨でもデジタルアセットでも任意の通貨を使って、誰もが任意の決済ネットワークで簡単に購入できます。"
-
-#~ msgid "More About Uses"
-#~ msgstr "使用について詳しく見る"
-
-#~ msgid ""
-#~ "By building on the XRP Ledger, "
-#~ "developers can easily integrate payments "
-#~ "into their products—seamlessly putting money"
-#~ " at the center of their applications."
-#~ " Projects like xrpl-py are "
-#~ "making it easier for developers to "
-#~ "leverage XRP."
-#~ msgstr ""
-#~ "XRP "
-#~ "Ledgerを基盤として開発すると、自社製品に決済を簡単に組み込めるので、決済を中心としたアプリケーションをシームレスに実現できます。RippleX開発者向けプラットフォームなどのプロジェクトを利用すれば、XRPを活用するのがさらに簡単になります。"
-
-#~ msgid "More About Developers"
-#~ msgstr "開発者についてもっと見る"
-
-#~ msgid "Internet of Value"
-#~ msgstr "価値のインターネット"
-
-#~ msgid ""
-#~ "The XRP Ledger settles transactions "
-#~ "faster than any other blockchain—in 3-5"
-#~ " seconds."
-#~ msgstr "XRP Ledgerは、他のどのブロックチェーンよりも速く、3秒から5秒で取引を決済します。"
-
-#~ msgid ""
-#~ "XRP transactions cost a fraction of "
-#~ "a penny ($0.0002)—much less than other"
-#~ " cryptocurrencies and average fiat "
-#~ "payments."
-#~ msgstr "XRP取引のコストはほんのわずか($0.0002)で、他の暗号資産や一般的な法定の決済方法よりもはるかに低コストです。"
-
-#~ msgid "The XRP Ledger can handle up to 1,500 transactions per second."
-#~ msgstr "XRP Ledgerは1秒あたりに最大で1,500件の取引を処理できます。"
-
-#~ msgid ""
-#~ "XRP transactions settle without the "
-#~ "enormous and unsustainable energy costs "
-#~ "associated with proof-of-work (or "
-#~ "mining)."
-#~ msgstr "XRP取引の決済では、プルーフオブワーク(マイニング)に関連する、とても持続可能とはいえない莫大なエネルギーコストはかかりません。"
-
-#~ msgid "Real"
-#~ msgstr "使用実績がある"
-
-#~ msgid ""
-#~ "XRP is one of the only digital "
-#~ "assets with a proven, real-world "
-#~ "use case: cross-border payments."
-#~ msgstr "XRPは、国際送金という実際のユースケースでの使用実績のある、数少ないデジタルアセットの1つです。"
-
-#~ msgid ""
-#~ "XRP is traded on more than 140 "
-#~ "markets and exchanges"
-#~ " worldwide."
-#~ msgstr "XRPは世界中の140以上の市場とで取引されています。"
-
-#~ msgid "Find Out More"
-#~ msgstr "詳細を見る"
-
-#~ msgid ""
-#~ "Ripple is a technology company that "
-#~ "makes it easier to build a "
-#~ "high-performance, global payments business "
-#~ "through its platform, RippleNet. XRP is"
-#~ " a digital asset independent of this,"
-#~ " and is used in Ripple’s On-"
-#~ "Demand Liquidity service to facilitate "
-#~ "efficient and cost-effective cross-"
-#~ "border transactions. In December of "
-#~ "2017, Ripple placed 55 Billion XRP "
-#~ "into a cryptographically secured escrow account "
-#~ "to support stable and healthy XRP markets."
-#~ msgstr ""
-#~ "Rippleは、自社が提供するプラットフォームであるRippleNetを通して、効果の高いグローバル決済事業を手軽に構築できるようにしているテクノロジー企業です。XRPはそれとは独立したデジタルアセットであり"
-#~ "、効率的でコストパフォーマンスのよい国際送金を実現するRippleのOn-Demand "
-#~ "Liquidityサービスで使用されています。2017年12月に、Rippleは安定した健全なXRP市場を支援するために、暗号で保護されたEscrow口座に550億XRPを預託しました。"
-
-#~ msgid "Visit Ripple's Website"
-#~ msgstr "Rippleのウェブサイトを見る"
-
-#~ msgid ""
-#~ "XRPL.org is a community-driven resource"
-#~ " for all things XRP and XRP "
-#~ "Ledger (XRPL). If you’d like to "
-#~ "suggest additional information around XRP, "
-#~ "you can suggest changes here."
-#~ msgstr ""
-#~ "XRPL.orgは、XRPとXRP "
-#~ "Ledger(XRPL)のあらゆるものを提供する、コミュニティ主体のリソースです。XRPに関して提案したい追加の情報があれば、こちらから変更を提案できます。"
-
-#~ msgid "Suggest Changes"
-#~ msgstr "変更を提案する"
-
-#~ msgid "The Best Way To Move Money Around the World"
-#~ msgstr "国際送金に最適な手段"
-
-#~ msgid "Using XRP"
-#~ msgstr "XRPの使用"
-
-#~ msgid ""
-#~ "XRP and the XRP Ledger are used"
-#~ " to power innovative technology across "
-#~ "the payments space."
-#~ msgstr "XRPとXRP Ledgerは、決済のさまざまな分野で革新的な技術を支えています。"
-
-#~ msgid ""
-#~ "From cross-border payments to "
-#~ "decentralized finance, businesses and "
-#~ "developers around the world are "
-#~ "leveraging the XRP Ledger and its "
-#~ "native digital asset, XRP—a faster, "
-#~ "cheaper and greener currency."
-#~ msgstr ""
-#~ "国際送金から分散型金融まで、世界中の企業や開発者がXRP "
-#~ "Ledgerとその固有のデジタルアセットであるXRPを活用しています。XRPは、高速・低コストで環境にやさしい通貨です。"
-
-#~ msgid ""
-#~ "Through RippleNet, financial institutions can"
-#~ " use XRP to bridge two currencies "
-#~ "in 3-5 seconds, ensuring payments are"
-#~ " quickly sent and received in the "
-#~ "local currency on either side of a"
-#~ " transaction."
-#~ msgstr "RippleNetを通じて、金融機関はXRPを利用し、2つの通貨の取引をわずか3秒から5秒で完了でき、取引の両側の現地通貨で資金の送金と着金を迅速に行えます。"
-
-#~ msgid "Learn About On-Demand Liquidity"
-#~ msgstr "On-Demand Liquidityについて"
-
-#~ msgid "Learn About XRP Ledger Businesses"
-#~ msgstr "XRP Ledgerを利用している企業について見る"
-
-#~ msgid "Digital Cryptocurrency"
-#~ msgstr "デジタル暗号資産"
-
-#~ msgid "Explore Wallets"
-#~ msgstr "ウォレットについて見る"
-
-#~ msgid ""
-#~ "Market makers and individuals use "
-#~ "exchanges to trade XRP and other "
-#~ "digital assets. Exchanges are often also"
-#~ " intermediaries in cross-border payments"
-#~ " among financial institutions."
-#~ msgstr "マーケットメーカーや個人は、取引所を利用してXRPや他のデジタルアセットを取引します。取引所は金融機関同士の国際送金の仲介機関ともなります。"
-
-#~ msgid "Institutional Trading"
-#~ msgstr "機関投資"
-
-#~ msgid ""
-#~ "Market participants use XRP as a "
-#~ "high-speed, cost-efficient and reliable "
-#~ "trading collateral. This means seizing "
-#~ "arbitrage opportunities, servicing margin "
-#~ "calls and managing general trade "
-#~ "inventory in real time."
-#~ msgstr "市場参加者は、高速かつコスト効率が高く信頼できる取引担保としてXRPを使用し、裁定取引の好機をとらえたり、マージンコールを支払ったり、全般的な取引インベントリを管理したりといったことをリアルタイムで行っています。"
-
-# Tooltip on the button to open the search box
-#~ msgid "Open Search"
-#~ msgstr "検索を開く"
-
-#~ msgid "Issued Currencies"
-#~ msgstr "発行済み通貨を支払い"
-
-#~ msgid "二酸化炭素計算について見る"
-#~ msgstr ""
-
-#~ msgid "Read the proposal for a native AMM on XRPL"
-#~ msgstr "XRPL上のネイティブAMMの提案を読む"
-
-#~ msgid ""
-#~ "For more than 272 million migrants "
-#~ "worldwide, sending and receiving money "
-#~ "across borders is expensive, unreliable "
-#~ "and complex."
-#~ msgstr ""
-#~ "世界中の2億7,200万人を超える移民にとって、国際送金は高額なコストがかかり、信頼性が低くて複雑なのが現状です。"
-
-#~ msgid "Native NFT support is now available on the XRP Ledger"
-#~ msgstr ""
-
-#~ msgid "Native NFT support is now available"
-#~ msgstr ""
-
-#~ msgid "on the XRP Ledger"
-#~ msgstr ""
-
-#~ msgid ""
-#~ "The XRPL Campus Ambassador program "
-#~ "engages, supports, connects, and recognizes"
-#~ " a group of student champions of "
-#~ "the XRPL and empowers them to "
-#~ "further advance engagement on the XRP"
-#~ " Ledger."
-#~ msgstr ""
-
-#~ msgid "Green Currency Interactive Tool"
-#~ msgstr "インタラクティブツールを見る"
-
-#~ msgid "How Green Is Your Currency?"
-#~ msgstr "お使いの通貨はどのくらい環境にやさしいですか?"
-
-#~ msgid "Energy Consumption for Cash, Credit Cards and Crypto"
-#~ msgstr "現金、クレジットカード、暗号資産のエネルギー消費量"
-
-#~ msgid ""
-#~ "Moving money carries cost—and not just"
-#~ " the fee on your transaction or "
-#~ "the value of your payment."
-#~ msgstr "資金を移動させるにはコストがかかります。これは取引手数料や支払額だけの話ではありません。"
-
-#~ msgid ""
-#~ "Whether it’s in cash, on a credit"
-#~ " card or with crypto, every "
-#~ "transaction you make consumes energy, "
-#~ "and therefore, emits pollutants into the"
-#~ " environment."
-#~ msgstr "現金、クレジットカード、暗号資産での取引は、いずれもエネルギーを消費しています。その結果、汚染物質が環境に排出されているのです。"
-
-#~ msgid ""
-#~ "The impact of this is startling "
-#~ "when you look at the total "
-#~ "transactions across an entire year—for "
-#~ "any one form of currency."
-#~ msgstr "1年間で行われる総取引量を考えてみれば、1つの通貨形態だけでも、驚くほどの影響があります。"
-
-#~ msgid ""
-#~ "Find out more about the environmental"
-#~ " cost of some of the world’s "
-#~ "most popular and innovative currencies, "
-#~ "and start making more educated choices"
-#~ " about how you transact."
-#~ msgstr "世界中で特によく利用されている革新的な通貨の環境コストを詳しく確認することで、知識に基づいて取引方法を選べるようになります。"
-
-#~ msgid "How Does XRP Compare to Other Currencies?"
-#~ msgstr "XRPを他の通貨と比較すると?"
-
-#~ msgid "Change Inputs"
-#~ msgstr "入力の変更"
-
-#~ msgid "Comparing Transaction Data"
-#~ msgstr "取引データの 比較"
-
-#~ msgid "Credit Cards"
-#~ msgstr "クレジットカード"
-
-#~ msgid "Cash"
-#~ msgstr "現金"
-
-#~ msgid "Twitter share"
-#~ msgstr "Twitterでシェア"
-
-#~ msgid "LinkedIn share"
-#~ msgstr "LinkedInでシェア"
-
-#~ msgid "Facebook share"
-#~ msgstr "Facebookでシェア"
-
-#~ msgid "Learn more about the methodology"
-#~ msgstr "測定方法について詳しく知る【英語】"
-
-#~ msgid "Energy Consumption of Portugal"
-#~ msgstr "ポルトガルのエネルギー消費量"
-
-#~ msgid ""
-#~ "Comparing "
-#~ "Million Transactions in 2019"
-#~ msgstr "2019年の取引額百万を比較"
-
-#~ msgid ""
-#~ "The country of Portugal consumes 46.94"
-#~ " billion Kilowatt hours (kWh) of "
-#~ "energy annually. Explore how much energy"
-#~ " today’s various currencies consume in "
-#~ "relation to Portugal."
-#~ msgstr "ポルトガルの国全体では年間でおよそ50TWh(10億キロワット時【kWh】)のエネルギーを消費しています。ポルトガルと比較して、現代のさまざまな通貨のエネルギー消費量をご覧ください。"
-
-#~ msgid "Portugal"
-#~ msgstr "ポルトガル"
-
-#~ msgid "kWh"
-#~ msgstr "kWh"
-
-#~ msgid "Ethereum"
-#~ msgstr "Ethereum"
-
-#~ msgid "Visa"
-#~ msgstr "Visa"
-
-#~ msgid "CO2 Emissions from Airline Flights"
-#~ msgstr "航空便によるCO2排出量"
-
-#~ msgid ""
-#~ "A 12-hour flight from London to "
-#~ "Hong Kong releases 3 tons of "
-#~ "carbon dioxide (CO2). Discover how"
-#~ " much CO2 different forms of "
-#~ "currency release in comparison to "
-#~ "emissions from airline flights."
-#~ msgstr "ロンドンから香港までの所要12時間の1回のフライトで、二酸化炭素(CO2)が3トン排出されます。航空便による排出量と比較して、さまざまな通貨形態でどれほどのCO2が排出されるかご確認ください。"
-
-#~ msgid "metric tons of CO2"
-#~ msgstr "CO2のメトリックトン"
-
-#~ msgid "Gas Consumption by the Gallon"
-#~ msgstr "ガス消費量(ガロン)"
-
-#~ msgid ""
-#~ "An Ultra Large Crude Carrier (ULCC) "
-#~ "carries approximately 120 million gallons "
-#~ "of gas. Measure the environmental impact"
-#~ " between currencies in relation to "
-#~ "the amount of gas they would "
-#~ "consume in the real-world."
-#~ msgstr "超大型原油タンカー(ULCC)は約1億2,000万ガロンのガスを運ぶことができます。それぞれの通貨が実際に消費するガスの量を比較して、環境への影響を測定してみましょう。"
-
-#~ msgid "Gallons of Gas"
-#~ msgstr "ガロン"
-
-#~ msgid "Breaking Down Individual Transactions"
-#~ msgstr "取引1回分の内訳"
-
-#~ msgid ""
-#~ "Looking at individual transactions below, "
-#~ "compare how a single transaction across"
-#~ " each form of currency equates to "
-#~ "kWh, CO2 emissions, and gallons "
-#~ "of gas."
-#~ msgstr "各通貨形態の取引1回分がどのくらいのエネルギー消費量(kWh)、ガス消費量(ガロン)、CO2排出量に相当するか比較しました。以下の表をご覧ください。"
-
-#~ msgid "Kilowatt Hour"
-#~ msgstr "キロワット時"
-
-#~ msgid "CO2 Emissions"
-#~ msgstr "CO2排出量"
-
-#~ msgid "Paper Currency"
-#~ msgstr "紙幣"
-
-#~ msgid "Annual Summit: Apex"
-#~ msgstr ""
-
-#~ msgid ""
-#~ "Apex XRPL Developer Summit is the "
-#~ "annual event where developers, contributors,"
-#~ " and thought leaders come together to"
-#~ " learn, build, share, network, and "
-#~ "celebrate all things XRP Ledger."
-#~ msgstr ""
-
-#~ msgid "Explore Apex"
-#~ msgstr ""
-
-#~ msgid "Apex 2021 On-Demand"
-#~ msgstr ""
-
-#~ msgid ""
-#~ "View sessions from the Apex 2021 "
-#~ "stages in Las Vegas and Tallinn. "
-#~ "Relive the keynote fireside chat with"
-#~ " Alexis Ohanian and soak in the "
-#~ "knowledge that was shared by passionate"
-#~ " XRPL community members."
-#~ msgstr ""
-
-#~ msgid "Watch Sessions On-Demand"
-#~ msgstr ""
-
-#~ msgid "Faster, Cheaper, Green Money"
-#~ msgstr "より速く、低コストで、環境にやさしい送金"
-
-#~ msgid ""
-#~ "The digital asset XRP is a truly"
-#~ " global currency—ideally suited to enable"
-#~ " today’s global economy."
-#~ msgstr "デジタルアセットのXRPは真にグローバルな通貨であり、今日の国際経済を実現するのに最適です。"
-
-#~ msgid ""
-#~ "As an optimal medium of exchange, "
-#~ "XRP and the XRP Ledger on which"
-#~ " it operates help to move money "
-#~ "around the world faster, cheaper and "
-#~ "more sustainably than any other currency"
-#~ " available today. "
-#~ msgstr ""
-#~ "両替に最適な手段であるXRPとその基盤となるXRP "
-#~ "Ledgerは、現在利用できる他のどの通貨よりも速く、低コストで持続可能な国際送金をサポートします。"
-
-#~ msgid ""
-#~ "It was designed this way, and it’s"
-#~ " proving its impact in global "
-#~ "payments and beyond."
-#~ msgstr "このように設計されていることで、国際送金だけにとどまらず、さまざまなところでそのインパクトが実証されています。"
-
-#~ msgid "Creating Economic Opportunity"
-#~ msgstr "経済的機会の創出"
-
-#~ msgid ""
-#~ "For more than 272 million migrants "
-#~ "worldwide, sending and receiving money "
-#~ "across borders is expensive, unreliable "
-#~ "and complex."
-#~ msgstr ""
-
-#~ msgid ""
-#~ "XRP and the XRP Ledger are "
-#~ "changing that. The technology has been"
-#~ " adopted by financial institutions around"
-#~ " the world to source liquidity for"
-#~ " international transactions. Because of the"
-#~ " unprecedented efficiency it offers, "
-#~ "they’re able to bring down costs "
-#~ "and improve services."
-#~ msgstr ""
-#~ "XRPとXRP "
-#~ "Ledgerがそれを変えています。このテクノロジーは、国際取引の流動性を調達するために、世界中の金融機関に採用されています。前例のない効率性を実現しているため、コストを下げ、サービスを向上させることができるのです"
-
-#~ msgid ""
-#~ "This means hundreds of millions of "
-#~ "people worldwide who need to move "
-#~ "money safely and securely across borders"
-#~ " can do so more affordably and "
-#~ "reliably than ever before."
-#~ msgstr "つまり、安心かつ安全な国際送金を求める何億人もの人々が、かつてないほどの低コストと高い信頼性で送金できるようになるということです。"
-
-#~ msgid "Building for the Future"
-#~ msgstr "未来を見据えて構築されています"
-
-#~ msgid ""
-#~ "Digital assets and blockchain technology "
-#~ "are the future of finance. Open "
-#~ "and decentralized, they offer the "
-#~ "first-ever global standards for value "
-#~ "exchange broadly—whether it’s money, stocks,"
-#~ " loyalty points, intellectual property or"
-#~ " more."
-#~ msgstr "デジタルアセットとブロックチェーン技術は未来の金融です。オープンで分散化されており、資金、株式、ロイヤルティポイント、知的財産などさまざまな価値を交換するための史上初の国際標準を提供します。"
-
-#~ msgid "Projected BTC, ETH and XRP Transactions in USD"
-#~ msgstr "BTC、ETH、XRPの米ドル建て取引額の予測"
-
-#~ msgid "2025"
-#~ msgstr ""
-
-#~ msgid "+195.3%%"
-#~ msgstr ""
-
-#~ msgid "$8.6T"
-#~ msgstr ""
-
-#~ msgid "2030"
-#~ msgstr ""
-
-#~ msgid "+21.4%%"
-#~ msgstr ""
-
-#~ msgid "$10.5T"
-#~ msgstr ""
-
-#~ msgid "Are All Digital Assets Alike?"
-#~ msgstr "どのデジタルアセットも似たようなものでしょうか?"
-
-#~ msgid ""
-#~ "All digital assets have different "
-#~ "strengths that make them ideal for "
-#~ "various use cases."
-#~ msgstr "デジタルアセットにはそれぞれ独自の強みがあり、現代のさまざまな用途に適しています。"
-
-#~ msgid ""
-#~ "Bitcoin has historically been recognized "
-#~ "as a store of value and Ether "
-#~ "(ETH) for its smart contract "
-#~ "capabilities."
-#~ msgstr "Bitcoinは価値の貯蔵場所として広く認識されており、Ethereum(ETH)はスマートコントラクトでの使用に適しています。"
-
-#~ msgid ""
-#~ "XRP was designed to be optimal for"
-#~ " global payments—it’s fast, cheap, scalable"
-#~ " and energy-efficient. But the XRP"
-#~ " Ledger is also increasingly popular "
-#~ "for innovative blockchain use cases, "
-#~ "like NFTs and DeFi."
-#~ msgstr ""
-#~ "XRPはグローバルな決済に最適なように設計されており、高速で安価、スケーラブルでエネルギー効率に優れています。それだけでなく、XRP "
-#~ "Ledgerは、NFTやDeFiのような革新的なブロックチェーンのユースケースでもますます人気が高まっています。"
-
-#~ msgid ""
-#~ "The same characteristics that make XRP"
-#~ " ideal for global transactions mean "
-#~ "it’s also better for our environment."
-#~ " XRP is green by nature."
-#~ msgstr "また、送金に最適なこの特徴は、環境にもよい効果をもたらします。XRPは本質的に環境にやさしいデジタルアセットです。"
-
-#~ msgid ""
-#~ "Most currencies today—whether digital or "
-#~ "physical—are not environmentally friendly. The"
-#~ " potential for long-term impact on"
-#~ " our planet could hold startling "
-#~ "consequences. "
-#~ msgstr "デジタル通貨でも物理的な通貨でも、現在利用されているほとんどの通貨は環境にやさしくありません。地球に長期的な影響を及ぼす可能性があり、深刻な結果が解消されないおそれがあります。"
-
-#~ msgid ""
-#~ "The XRP Ledger processes transactions "
-#~ "through a unique “consensus” mechanism "
-#~ "that consumes negligible energy and all"
-#~ " XRP currency is already in "
-#~ "circulation."
-#~ msgstr ""
-#~ "XRP "
-#~ "Ledgerは消費エネルギーがごくわずかで、全てのXRP通貨が既に発行されており、独自の「コンセンサス」メカニズムを通じてトランザクションを処理します。"
-
-#~ msgid ""
-#~ "Cash also leaves a substantial carbon"
-#~ " footprint, and the environmental impact"
-#~ " goes beyond energy consumption—eutrophication"
-#~ " (due to waste), photochemical ozone "
-#~ "creation, greenhouse gas emissions and "
-#~ "more factor into the equation."
-#~ msgstr "現金も相当の二酸化炭素排出量があります。その環境への影響は、エネルギー消費量だけでなく、廃棄による富栄養化、光化学オゾンの発生、温室効果ガスの排出など、さまざまな要素がかかわってきます。"
-
-#~ msgid ""
-#~ "Other digital assets, like Bitcoin, rely"
-#~ " on a different mechanism to both "
-#~ "validate transactions and create new "
-#~ "coins. This “proof-of-work” algorithm"
-#~ " requires “mining.” Mining is an "
-#~ "incredibly energy-intensive process for "
-#~ "validating transactions that consumes more "
-#~ "energy in a year than entire "
-#~ "countries."
-#~ msgstr "Bitcoinなど他のデジタルアセットは、取引の確認と新規コインの創出に、XRPとは異なる技術を使用しています。この「プルーフオブワーク」アルゴリズムでは「マイニング」が必要です。マイニングとは、取引の検証を行うために驚くほどのエネルギーを集中的に使用するプロセスです。その年間のエネルギー消費量は国全体の消費量を上回ります。"
-
-#~ msgid ""
-#~ "Adopting XRP more broadly will help "
-#~ "limit this waste and ensure a "
-#~ "sustainable future for our planet and"
-#~ " global economy."
-#~ msgstr "XRPを幅広く採用すれば、この無駄を抑制して、私たちの地球と国際経済の持続可能な未来を実現できます。"
-
-#~ msgid "Explore the Carbon Calculator"
-#~ msgstr ""
-
-#~ msgid ""
-#~ "Developers are using the XRP Ledger "
-#~ "to build innovative products for gaming,"
-#~ " content, and web monetization, among "
-#~ "other applications where currency is at"
-#~ " the center."
-#~ msgstr ""
-#~ "企業はXRPとXRP "
-#~ "Ledgerを活用して、決済を中心としたアプリケーションの中でも特に、ゲーム、コンテンツやウェブの収益化を実現する革新的な製品を構築しています。"
-
-#~ msgid "Cryptocurrency Wallets"
-#~ msgstr "デジタル暗号資産ウォレット"
-
-#~ msgid ""
-#~ "Build sophisticated exchanges where users "
-#~ "can invest and trade crypto and "
-#~ "non-blockchain assets such as stocks, "
-#~ "ETFs, and commodities."
-#~ msgstr ""
-
-#~ msgid "Stablecoins"
-#~ msgstr "秒"
-
-#~ msgid ""
-#~ "Financial institutions can use Issued "
-#~ "Currencies to issue stablecoins on the"
-#~ " XRP Ledger. XRPL’s integrated "
-#~ "decentralized exchange (DEX) allows neutral,"
-#~ " counterparty-free digital assets to "
-#~ "be seamlessly exchanged to and from "
-#~ "“issued assets,” including stablecoins."
-#~ msgstr ""
-
-#~ msgid ""
-#~ "XRPL allows issuance of IOUs which "
-#~ "can represent a currency of any "
-#~ "value, which can be extended to "
-#~ "the issuance of non-fungible tokens "
-#~ "(NFTs)."
-#~ msgstr ""
-
-#~ msgid ""
-#~ "Provide access to financial products and"
-#~ " services online in a decentralized "
-#~ "and borderless manner on XRPL, with "
-#~ "decentralized smart contract protocols "
-#~ "replacing the traditional role of "
-#~ "financial institutions."
-#~ msgstr ""
-
-#~ msgid "CBDCs"
-#~ msgstr ""
-
-#~ msgid ""
-#~ "The CBDC Private Ledger provides Central"
-#~ " Banks a secure, controlled, and "
-#~ "flexible solution to issue and manage"
-#~ " Central Bank Issued Digital Currencies "
-#~ "(CBDCs)."
-#~ msgstr ""
-
-#~ msgid "Payment Processing"
-#~ msgstr "決済処理"
-
-#~ msgid ""
-#~ "Coil provides web monetization as an "
-#~ "alternative to traditional paid advertising."
-#~ " Coil uses the interledger protocol "
-#~ "(ILP) to stream micropayments as users"
-#~ " consume content. The XRPL’s payment "
-#~ "channels provide an ideal system for "
-#~ "settling these micropayments at high "
-#~ "speed and low cost."
-#~ msgstr ""
-
-#~ msgid ""
-#~ "GateHub is a platform for the "
-#~ "Internet of Value, built on the "
-#~ "XRP Ledger protocol. It allows everyone"
-#~ " to send, receive, trade and manage"
-#~ " any type of assets."
-#~ msgstr ""
-
-#~ msgid "Wallets and Apps"
-#~ msgstr "ウォレットとアプリケーション"
-
-#~ msgid ""
-#~ "Exodus offers wallets and applications "
-#~ "for securing, managing and exchanging "
-#~ "crypto."
-#~ msgstr "Exodusは、暗号資産の保護、管理、交換を行うためのウォレットとアプリケーションを提供しています。"
-
-#~ msgid ""
-#~ "Ripple powers instant, lower-cost "
-#~ "settlement of cross-border payments "
-#~ "using XRP to source liquidity on "
-#~ "demand. XRP is ideally suited for "
-#~ "global payments because it's quicker, "
-#~ "less costly, and more scalable than "
-#~ "any other digital asset."
-#~ msgstr "eRippleは、XRPを使用した国際送金の即時決済を低コストに実現して、流動性をオンデマンドで供給しています。XRPは他のどのデジタルアセットよりも、スピード、コスト、拡張性に優れているため、グローバルな決済に最適です。"
-
-#~ msgid "Music"
-#~ msgstr "音楽"
-
-#~ msgid ""
-#~ "Raised in Space is a music/tech "
-#~ "investment group focused on raising the"
-#~ " value of music, innovating across "
-#~ "the entire value chain of the "
-#~ "music industry."
-#~ msgstr ""
-#~ "Raised in "
-#~ "Spaceは、音楽の価値を高め、音楽業界のバリューチェーンのあらゆる部分でイノベーションを実現するために取り組んでいる、音楽/テクノロジー専門投資グループです。"
-
-#~ msgid "Applications"
-#~ msgstr "アプリケーション"
-
-#~ msgid ""
-#~ "From cold storage to apps for "
-#~ "signing transactions, XRPL Labs is "
-#~ "dedicated to building software on the"
-#~ " XRP Ledger."
-#~ msgstr ""
-#~ "コールドストレージからトランザクション署名アプリケーションまで、XRPL LabsはXRP "
-#~ "Ledgerでのソフトウェアの構築を専門としています。"
-
-#~ msgid ""
-#~ "Xrplorer offers services and tools that"
-#~ " help prevent and combat fraudulent "
-#~ "activity on the XRPL as well as"
-#~ " custom APIs and analytics that "
-#~ "supplement the XRPL APIs where they "
-#~ "are not enough."
-#~ msgstr ""
-#~ "Xrplorerは、XRP Ledger上での不正行為の防止と撲滅を支援するサービスとツールのほか、XRP "
-#~ "Ledger APIの機能を補うカスタムAPIや分析を提供しています。"
-
-#~ msgid "XRP was designed with sustainability in mind."
-#~ msgstr ""
-
-#~ msgid "Explore how the energy consumption of XRP compares to other currencies."
-#~ msgstr ""
-
-#~ msgid "Green Currency Calculator"
-#~ msgstr "Green Currency Calculatorを見る"
-
-#~ msgid ""
-#~ "There is a finite amount of XRP."
-#~ " All XRP is already in existence "
-#~ "today—no more than the original 100 "
-#~ "billion can be created. The XRPL "
-#~ "founders gifted 80 billion XRP, the "
-#~ "platform’s native currency, to Ripple. "
-#~ "To provide predictability to the XRP "
-#~ "supply, Ripple has locked 55 billion "
-#~ "XRP (55%% of the total possible "
-#~ "supply) into a series of escrows "
-#~ "using the XRP Ledger itself. The "
-#~ "XRPL's transaction processing rules, enforced"
-#~ " by the consensus protocol, control "
-#~ "the release of the XRP."
-#~ msgstr ""
-
-#~ msgid "https://ftx.com/"
-#~ msgstr ""
-
-#~ msgid "FTX"
-#~ msgstr ""
-
-#~ msgid ""
-#~ "Unlike most other blockchains, the XRP"
-#~ " Ledger does not need mining, so "
-#~ "no energy is "
-#~ "wasted in the transaction process. "
-#~ "Learn how this compares to other "
-#~ "platforms with our Green Currency Calculator."
-#~ msgstr ""
-
-#~ msgid ""
-#~ "It’s been widely reported that Bitcoin’s"
-#~ " energy consumption, as of 2021, is"
-#~ " equivalent to that used by "
-#~ "Argentina, with much of the electricity"
-#~ " Bitcoin miners use coming from "
-#~ "polluting sources. The XRP Ledger "
-#~ "confirms transactions through a “consensus”"
-#~ " mechanism - which does not waste "
-#~ "energy like proof of work does -"
-#~ " and leverages carbon offsets to be"
-#~ " one "
-#~ "of the first truly carbon neutral "
-#~ "blockchains. Explore the energy "
-#~ "consumption of XRP compared to cash, "
-#~ "credit cards and other popular "
-#~ "cryptocurrencies with the Green Currency Calculator."
-#~ msgstr ""
-
-#~ msgid "What Would You Like to Learn?"
-#~ msgstr "何を学びたいですか?"
-
-#~ msgid "Browse By Popular Topics"
-#~ msgstr "人気のあるトピックから探す"
-
-#~ msgid "Browse By Label"
-#~ msgstr "ラベルから探す"
-
-#~ msgid "Software and SDKs"
-#~ msgstr "ソフトウェアとSDK"
-
-#~ msgid "Start Developing"
-#~ msgstr "開発を始める"
-
-#~ msgid "Article types"
-#~ msgstr "記事の種類"
-
-#~ msgid "Dive In"
-#~ msgstr "掘り下げる"
-
-#~ msgid "Participate in the Network"
-#~ msgstr "ネットワークに参加する"
-
-#~ msgid "Hot Topic"
-#~ msgstr "ホットな話題"
-
-#~ msgid ""
-#~ "Interested in non-fungible tokens, but"
-#~ " concerned about their large carbon footprint? "
-#~ "Read more about issuing NFTs on "
-#~ "the XRP Ledger:"
-#~ msgstr ""
-#~ "非代替性トークンに興味はあるが、二酸化炭素排出量が気になる?XRP"
-#~ " LedgerでのNFTの発行について、詳しくはこちらをご覧ください。"
-
-#~ msgid "A Global Community of Builders and Innovators"
-#~ msgstr "開発者とイノベーターのグローバルなコミュニティ"
-
-#~ msgid "Community Powered Utility"
-#~ msgstr ""
-
-#~ msgid ""
-#~ "It’s fast, energy efficient, and "
-#~ "reliable. With ease of development, low"
-#~ " transaction costs, and a knowledgeable "
-#~ "community, it provides developers with a"
-#~ " strong open-source foundation for "
-#~ "executing on the most demanding "
-#~ "projects—without hurting the environment."
-#~ msgstr ""
-#~ "XRP "
-#~ "Ledgerは、高速で、エネルギー効率に優れ、信頼性が高いブロックチェーンです。開発の手軽さ、低い取引コスト、知識豊富なコミュニティにより、開発者は高度なプロジェクトを実行するための強力なオープンソースの基盤を、環境への負担をかけることなく利用できます。"
-
-#~ msgid "Discover Benefits"
-#~ msgstr "メリットを見つける"
-
-#~ msgid "Streamlined Development"
-#~ msgstr "効率的な開発"
-
-#~ msgid "Vibrant Community"
-#~ msgstr "活発なコミュニティ"
-
-#~ msgid "Explore Advanced Features"
-#~ msgstr "高度な機能を探る"
-
-#~ msgid "Choose a path to start building on the XRPL"
-#~ msgstr "XRPL上で開発をスタートする方法を選びましょう"
-
-#~ msgid "XRPL.org: by the community, for the community"
-#~ msgstr "XRPL.org: コミュニティのために、コミュニティの力で"
-
-#~ msgid ""
-#~ "XRPL.org is a community-driven resource"
-#~ " by and for developers who build "
-#~ "on the XRP Ledger (XRPL)."
-#~ msgstr "XRPL.orgはXRP Ledger(XRPL)上に構築する開発者による、開発者のためのコミュニティ主導のリソースです。"
-
-#~ msgid "The first major, global, public carbon-neutral blockchain"
-#~ msgstr "最初の主要な、グローバルな、パブリックなカーボンニュートラル・ブロックチェーン"
-
-#~ msgid "XRPL Sustainability & Impact"
-#~ msgstr "XRPLの持続可能性と影響力"
-
-#~ msgid ""
-#~ "With usage growing, it’s critical that"
-#~ " measures are taken today to ensure"
-#~ " that the technology is environmentally "
-#~ "sustainable tomorrow."
-#~ msgstr "利用が広がるなか、この技術が将来的にも環境の観点から持続可能となるような対策を現時点で取っていくことが重要になります。"
-
-#~ msgid ""
-#~ "If sustainability, security and "
-#~ "decentralization are important to you, "
-#~ "you’re invited to join the XRPL "
-#~ "community in its quest to build a"
-#~ " better world. Here are some ways "
-#~ "to get involved:"
-#~ msgstr "持続可能性、セキュリティ、分散化があなたにとって重要であれば、より良い世界を構築するためにXRPLコミュニティに参加してください。ここでは、その関わり方をご紹介します。"
-
-#~ msgid "Powering Innovative Technology"
-#~ msgstr "革新的な製品を生み出す"
-
-#~ msgid "Powering innovative use cases and projects"
-#~ msgstr "革新的なユースケースとプロジェクトを生み出す"
-
-#~ msgid ""
-#~ "There are companies and developer "
-#~ "projects around the world that leverage"
-#~ " the XRP Ledger to solve interesting"
-#~ " problems across a variety of "
-#~ "industries and use cases."
-#~ msgstr "XRP Ledgerを活用して、様々な業界やユースケースで興味深い問題を解決している企業や開発者プロジェクトが世界中に存在しています。"
-
-#~ msgid "XRPL Today and the Vision for Tomorrow"
-#~ msgstr "XRPLの現在と未来へのビジョン"
-
-#~ msgid "XRPL | XRP Ledger Overview"
-#~ msgstr "XRPL と XRP Ledger の概要"
-
-#~ msgid "A Greener Blockchain"
-#~ msgstr "より環境に優しいブロックチェーン"
-
-#~ msgid ""
-#~ "Unlike most other blockchains, the XRP"
-#~ " Ledger does not need mining, so "
-#~ "no energy is "
-#~ "wasted in the transaction process."
-#~ msgstr ""
-#~ "他の多くのブロックチェーンとは異なり、XRP Ledgerはマイニングを必要としないため、トランザクションのプロセスでエネルギーを無駄にすることはありません。私たちのGreen Currency "
-#~ "Calculatorで、これが他のプラットフォームと比較してどうなのかを学びましょう。"
-
-#~ msgid "XRPL provides powerful utility across the blockchain space"
-#~ msgstr "XRPLはブロックチェーン領域全体で強力なユーティリティを提供"
-
-#~ msgid ""
-#~ "The ledger’s unique properties, such as"
-#~ " its fast and efficient consensus "
-#~ "algorithm and censorship-resistant transaction"
-#~ " processing, are leveraged by thousands "
-#~ "of developers."
-#~ msgstr "高速で効率的なコンセンサスアルゴリズムや検閲に強いトランザクション処理など、この台帳のユニークな特性は、何千ものデベロッパーによって活用されています。"
-
-#~ msgid "Fulfilling the vision of the XRPL community"
-#~ msgstr "XRPLコミュニティのビジョンを実現するために"
-
-#~ msgid ""
-#~ "While XRPL is the choice of "
-#~ "developers who don’t want to sacrifice"
-#~ " security or performance and who want"
-#~ " to build on the greenest blockchain,"
-#~ " that’s only the beginning."
-#~ msgstr "XRPLは、セキュリティもパフォーマンスも犠牲にしたくない、最も環境に優しいブロックチェーンで作りたいという開発者に選ばれていますが、それはまだ始まりに過ぎません。"
-
-#~ msgid ""
-#~ "As a community-led blockchain, XRPL’s"
-#~ " vision is also a community effort."
-#~ " The"
-#~ " XRPL Foundation is currently "
-#~ "collaborating with community members to "
-#~ "define a shared vision statement. Stay"
-#~ " tuned for more on this effort—we "
-#~ "can’t wait to share it with you."
-#~ msgstr ""
-#~ "コミュニティ主導のブロックチェーンとして、XRPLのビジョンはコミュニティの努力によって生み出されるものでもあります。XRPL財団は現在、コミュニティメンバーと協力して、共有ビジョンステートメントを定義しています。この取り組みについての詳細をご期待ください。皆さんと共有するのを心待ちにしています。"
-
-#~ msgid "Countdown to"
-#~ msgstr ""
-
-#~ msgid "XRPL Zone "
-#~ msgstr "XRPLの原点"
-
-#~ msgid "@Token2049"
-#~ msgstr "トークン"
-
-#~ msgid " Singapore"
-#~ msgstr ""
-
-#~ msgid " 12 September 2023 "
-#~ msgstr ""
-
-#~ msgid "Register Now"
-#~ msgstr "今すぐ登録"
-
-#~ msgid "Register for APEX Dev Summit 2023"
-#~ msgstr "APEX Dev Summit 2023に登録"
-
-#~ msgid "Amsterdam"
-#~ msgstr "アムステルダム"
-
-#~ msgid ""
-#~ "Coding experience • Github repository "
-#~ "• "
-#~ "Project narrative/description • At least "
-#~ "one developer on the core team "
-#~ " •"
-#~ " Budget and milestones"
-#~ msgstr ""
-#~ "コーディング経験• "
-#~ "Githubリポジトリ•"
-#~ " プロジェクトの説明•"
-#~ " コアチームに最低1人の開発者 • 予算とマイルストーン"
-
-#~ msgid "Fostering the Development of the XRP Ledger"
-#~ msgstr ""
-
-#~ msgid "XRPL Foundation"
-#~ msgstr ""
-
-#~ msgid "The Vision"
-#~ msgstr ""
-
-#~ msgid ""
-#~ "The Foundation’s vision is to support"
-#~ " the development of a diverse XRP "
-#~ "Ledger community by focusing on "
-#~ "governance, amendments to the core code,"
-#~ " and an evolving list of robust "
-#~ "validators — all key to creating a"
-#~ " dynamic ecosystem that supports a "
-#~ "growing and innovative Ledger. "
-#~ msgstr ""
-
-#~ msgid "Key Areas of Focus"
-#~ msgstr ""
-
-#~ msgid "Core Technology"
-#~ msgstr ""
-
-#~ msgid ""
-#~ "Enhance and develop infrastructure including"
-#~ " high capacity hubs, full history "
-#~ "servers, and monitoring systems."
-#~ msgstr ""
-
-#~ msgid "Unique Node List"
-#~ msgstr ""
-
-#~ msgid ""
-#~ "Establish a list of public and "
-#~ "objective criteria for evaluating the "
-#~ "performance of validators."
-#~ msgstr ""
-
-#~ msgid "Developer Ecosystem"
-#~ msgstr "開発者"
-
-#~ msgid ""
-#~ "Support a growing ecosystem of global"
-#~ " developers to help with the Ledger"
-#~ " adoption and use."
-#~ msgstr ""
-
-#~ msgid "Encourage scalable and sustainable practices."
-#~ msgstr ""
-
-#~ msgid "Social and Community Initiatives"
-#~ msgstr ""
-
-#~ msgid ""
-#~ "Support development of tools and "
-#~ "platforms for financial inclusion globally."
-#~ msgstr ""
-
-#~ msgid "XRP Ledger Foundation Values and Beliefs"
-#~ msgstr ""
-
-#~ msgid "We Value:"
-#~ msgstr ""
-
-#~ msgid ""
-#~ "Our role as an independent organization"
-#~ " acting in the best interests of "
-#~ "the XRP Ledger community"
-#~ msgstr ""
-
-#~ msgid ""
-#~ "Having the resources and support to "
-#~ "compete on an equal playing field "
-#~ "with other blockhain foundations to "
-#~ "achieve our goals"
-#~ msgstr ""
-
-#~ msgid ""
-#~ "Cultivating a diverse developer ecosystem, "
-#~ "where many entities contribute to and"
-#~ " benefit from the XRP Ledger"
-#~ msgstr ""
-
-#~ msgid "We Believe:"
-#~ msgstr ""
-
-#~ msgid ""
-#~ "Trust is foundational to our mission "
-#~ "and understand building trust is a "
-#~ "slow, steady process"
-#~ msgstr ""
-
-#~ msgid ""
-#~ "Close working relationships between developers"
-#~ " and organizations that build on and"
-#~ " contribute to the XRP Ledger are "
-#~ "critical to its innovation and success"
-#~ msgstr ""
-
-#~ msgid "Contact Us"
-#~ msgstr "ステータス"
-
-#~ msgid "Are you an independent creator?"
-#~ msgstr "個人のクリエイターですか?"
-
-#~ msgid "Ripple’s Creator Fund"
-#~ msgstr "Ripple社のCreator Fund"
-
-#~ msgid ""
-#~ "If you’re a creator looking to "
-#~ "mint NFTs on the XRP Ledger and"
-#~ " do not have technical experience, "
-#~ "check out Ripple’s Creator Fund."
-#~ msgstr ""
-#~ "XRP "
-#~ "Ledger上でNFTを作成することを検討しているクリエイターで、技術的な経験がない場合は、Ripple社のCreator "
-#~ "Fundをチェックしてみてください。"
-
-#~ msgid "XRPL Bounties"
-#~ msgstr ""
-
-#~ msgid "Go Deep"
-#~ msgstr "より深く"
-
-#~ msgid ""
-#~ "Bounties are awards for developing "
-#~ "software and integrations that enable "
-#~ "and improve specific use cases for "
-#~ "the XRP Ledger."
-#~ msgstr "Bounties は、XRP Ledger の特定のユースケースを可能にし、改善するソフトウェアや統合を開発するための報奨金です。"
-
-#~ msgid "Software developers and teams"
-#~ msgstr "ソフトウェア開発者や開発チーム"
-
-#~ msgid ""
-#~ "Coding experience • Specialized skills "
-#~ "(depending on the bounty)"
-#~ msgstr "コーディング経験 •専門スキル(報奨金による)"
-
-#~ msgid "Intermediate to advanced (prior XRPL experience not required)"
-#~ msgstr "中級開発者から上級開発者(XRPLの経験は必要ありません)"
-
-#~ msgid "$500 - $100,000 per milestone"
-#~ msgstr "マイルストーンごとに$500~$100,000"
-
-#~ msgid "Visit XRPL Bounties"
-#~ msgstr "XRPL Bountiesを見る"
-
diff --git a/locale/messages.pot b/locale/messages.pot
deleted file mode 100644
index 6c4883bc9e..0000000000
--- a/locale/messages.pot
+++ /dev/null
@@ -1,2978 +0,0 @@
-# Translations template for PROJECT.
-# Copyright (C) 2023 ORGANIZATION
-# This file is distributed under the same license as the PROJECT project.
-# FIRST AUTHOR , 2023.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PROJECT VERSION\n"
-"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2023-09-27 01:30+0000\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME \n"
-"Language-Team: LANGUAGE \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.12.1\n"
-
-#: template/component-footer.html.jinja:25
-msgid "Open Source."
-msgstr ""
-
-#: template/component-footer.html.jinja:33
-msgid "Jump to top of page"
-msgstr ""
-
-#: template/component-github-edit.html.jinja:26
-msgid "Edit page"
-msgstr ""
-
-#: template/component-top-nav.html.jinja:69 template/page-404.html.jinja:11
-msgid "Search"
-msgstr ""
-
-#: template/component-top-nav.html.jinja:70
-msgid "Search site..."
-msgstr ""
-
-#: template/page-404.html.jinja:12
-msgid "Search for articles, training, and code samples..."
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:27
-msgid "Become an XRP Ledger Campus Ambassador"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:28
-msgid "Join the Student Cohort"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:30
-msgid ""
-"The XRPL Campus Ambassador program engages, supports, connects, and "
-"recognizes a group of student champions of the XRPL and empowers them to "
-"further advance engagement on the ledger."
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:45
-msgid "XRPL Campus Ambassadors"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:46
-msgid "Current Students"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:48
-msgid ""
-"The XRPL Campus Ambassador program aims to elevate the impact of college "
-"students who are passionate about blockchain technology. In their role, "
-"Campus Ambassadors help educate other students about crypto and how to "
-"start building on the XRPL."
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:78
-msgid "Why become an XRPL Campus Ambassador?"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:79 template/page-home.html.jinja:50
-#: template/page-xrp-overview.html.jinja:63
-msgid "Benefits"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:81
-msgid "Join a global cohort of students empowering others to build on the XRPL."
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:94
-msgid "Exclusive Opportunities"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:95
-msgid ""
-" Get access and invitations to Ambassador-only events, conferences, and "
-"opportunities"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:102
-#: template/page-ambassadors.html.jinja:150
-msgid "Education"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:103
-#: template/page-ambassadors.html.jinja:151
-msgid "Tutorials and workshops from leading XRPL and blockchain developers"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:110
-msgid "Swag"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:111
-msgid "New XRPL swag for Ambassadors and swag to share with other students"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:119
-#: template/page-ambassadors.html.jinja:158
-msgid "Mentorship"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:120
-#: template/page-ambassadors.html.jinja:159
-msgid ""
-"Serve as an advocate and receive support from notable members of the "
-"community"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:127
-msgid "Career Acceleration"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:128
-msgid ""
-"Gain hands-on experience building communities and grow your professional "
-"network in the blockchain industry"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:136
-#: template/page-ambassadors.html.jinja:166
-msgid "Stipend"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:137
-#: template/page-ambassadors.html.jinja:167
-msgid ""
-"Receive a stipend to fund your ideas and initiatives that fuel XRPL "
-"growth on your campus"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:187
-msgid "Should You Apply?"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:188
-msgid "Eligibility for XRPL Campus Ambassadors"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:190
-msgid ""
-"Students currently enrolled in an undergraduate or postgraduate program "
-"at an accredited college or university are eligible to apply."
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:202
-msgid "A Leader"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:203
-msgid ""
-"Interested in leading meetups and workshops for your local campus "
-"community"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:211
-#: template/page-ambassadors.html.jinja:250
-msgid "Active"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:212
-#: template/page-ambassadors.html.jinja:251
-msgid ""
-"An active participant in the XRPL community or interested in blockchain "
-"and crypto technologies"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:219
-msgid "Curious"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:220
-msgid "Eager to learn more about technical blockchain topics and the XRPL"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:228
-#: template/page-ambassadors.html.jinja:257
-msgid "Passionate"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:229
-#: template/page-ambassadors.html.jinja:258
-msgid ""
-"Passionate about increasing XRPL education and awareness through events, "
-"content, and classroom engagement"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:236
-msgid "Creative"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:237
-msgid "Ability to think outside the box to grow the XRPL student community"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:331
-msgid "Process to become a Campus Ambassador"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:332
-msgid "How it Works"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:335
-msgid "Apply now to become an XRPL Campus Ambassador."
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:354 template/page-uses.html.jinja:309
-#: template/page-uses.html.jinja:334
-msgid "Apply"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:355
-msgid "Submit an application to be considered for the Campus Ambassador program."
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:363
-#: template/page-ambassadors.html.jinja:393
-msgid "Interview"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:364
-#: template/page-ambassadors.html.jinja:394
-msgid ""
-"Tell the XRPL community-led panel more about yourself and your interest "
-"in the program during an interview."
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:371
-msgid "Join"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:372
-msgid ""
-"Congrats on your new role! Join the global cohort of Ambassadors and meet"
-" with community participants during onboarding."
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:380
-#: template/page-ambassadors.html.jinja:400
-msgid "Learn"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:381
-#: template/page-ambassadors.html.jinja:401
-msgid ""
-"Participate in personalized learning and training sessions for "
-"Ambassadors on the XRPL and blockchain technology."
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:414
-msgid "Apply for Fall 2023"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:431
-msgid "Join a global cohort of Student Ambassadors"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:432
-msgid "Global Community"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:458
-msgid "Stay connected to the XRPL Campus Ambassadors"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:459 template/page-impact.html.jinja:146
-#: template/page-impact.html.jinja:167
-msgid "Connect"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:462
-msgid ""
-"To stay up-to-date on the latest activity, meetups, and events of the "
-"XRPL Campus Ambassadors be sure to follow these channels:"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:477
-msgid "MeetUp"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:478
-msgid "Attend an XRPL Meetup in your local area"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:484
-msgid "Dev.to Blog"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:485
-msgid "Read more about the activity of the XRPL Ambassadors"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:496
-msgid "Discord"
-msgstr ""
-
-#: template/page-ambassadors.html.jinja:497
-msgid "Join the conversation on the XRPL Developer Discord"
-msgstr ""
-
-#: template/page-code-samples.html.jinja:13
-msgid "Start Building with Example Code"
-msgstr ""
-
-#: template/page-code-samples.html.jinja:14
-msgid "Code Samples"
-msgstr ""
-
-#: template/page-code-samples.html.jinja:26
-msgid "Browse sample code for building common use cases on the XRP Ledger"
-msgstr ""
-
-#: template/page-code-samples.html.jinja:65
-msgid "Contribute Code Samples"
-msgstr ""
-
-#: template/page-code-samples.html.jinja:66
-msgid "Help the XRPL community by submitting your own code samples"
-msgstr ""
-
-#: template/page-community.html.jinja:33
-msgid "Open for Business, Driven to Innovate"
-msgstr ""
-
-#: template/page-community.html.jinja:34
-msgid "The XRPL Community"
-msgstr ""
-
-#: template/page-community.html.jinja:42
-msgid "Find the community on the platforms below"
-msgstr ""
-
-#: template/page-community.html.jinja:43
-msgid "Join the Conversation"
-msgstr ""
-
-#: template/page-community.html.jinja:87
-msgid "Run an XRP Ledger network node"
-msgstr ""
-
-#: template/page-community.html.jinja:88
-msgid "Contribute to Consensus"
-msgstr ""
-
-#: template/page-community.html.jinja:121
-msgid "Apply for funding to build your XRPL project"
-msgstr ""
-
-#: template/page-community.html.jinja:122 template/page-funding.html.jinja:134
-msgid "XRPL Grants"
-msgstr ""
-
-#: template/page-community.html.jinja:124
-msgid ""
-"The XRPL Grants program funds select open-source projects that solve "
-"problems and grow the XRP Ledger community."
-msgstr ""
-
-#: template/page-community.html.jinja:128
-msgid "Apply for a Grant"
-msgstr ""
-
-#: template/page-community.html.jinja:134
-msgid "Awarded in a single grant"
-msgstr ""
-
-#: template/page-community.html.jinja:138
-msgid "Distributed to grant recipients"
-msgstr ""
-
-#: template/page-community.html.jinja:142
-msgid "Open-source projects funded "
-msgstr ""
-
-#: template/page-community.html.jinja:148 template/page-events.html.jinja:56
-#: template/page-home.html.jinja:161 template/page-xrpl-overview.html.jinja:99
-msgid "Learn More"
-msgstr ""
-
-#: template/page-community.html.jinja:164
-msgid "Showcase your XRPL project, application or product"
-msgstr ""
-
-#: template/page-community.html.jinja:165
-msgid "XRPL Community Spotlight"
-msgstr ""
-
-#: template/page-community.html.jinja:167
-msgid ""
-"Get featured on the Developer Reflections blog or Blockchain Use Cases page, and explore XRPL "
-"community highlights."
-msgstr ""
-
-#: template/page-community.html.jinja:174
-msgid "Submit Your Projects"
-msgstr ""
-
-#: template/page-community.html.jinja:175
-msgid "Read the Blog"
-msgstr ""
-
-#: template/page-community.html.jinja:191
-#: template/page-community.html.jinja:216
-msgid "Welcome to Apex 2021"
-msgstr ""
-
-#: template/page-community.html.jinja:195
-#: template/page-community.html.jinja:220
-msgid "XRPL Community Meetup"
-msgstr ""
-
-#: template/page-community.html.jinja:199
-#: template/page-community.html.jinja:224
-msgid "XRPL Hackathon 2022"
-msgstr ""
-
-#: template/page-community.html.jinja:206
-msgid "Check out global events across the XRPL community"
-msgstr ""
-
-#: template/page-community.html.jinja:207
-msgid "XRPL Events"
-msgstr ""
-
-#: template/page-community.html.jinja:209
-msgid ""
-"Meet the XRPL community at meetups, hackathons, conferences, and more "
-"across global regions."
-msgstr ""
-
-#: template/page-community.html.jinja:229
-msgid "View All Events"
-msgstr ""
-
-#: template/page-community.html.jinja:247
-msgid "Discover your next career opportunity in the XRPL community"
-msgstr ""
-
-#: template/page-community.html.jinja:248
-msgid "XRPL Careers"
-msgstr ""
-
-#: template/page-community.html.jinja:250
-msgid ""
-"Teams across the XRPL community are looking for talented individuals to "
-"help build their next innovation."
-msgstr ""
-
-#: template/page-community.html.jinja:256
-msgid "View Open Roles"
-msgstr ""
-
-#: template/page-community.html.jinja:268
-msgid "Review guidelines for using XRPL design assets"
-msgstr ""
-
-#: template/page-community.html.jinja:269
-msgid "XRPL Assets"
-msgstr ""
-
-#: template/page-community.html.jinja:271
-msgid ""
-"Just like the technology itself, XRPL assets are open source and "
-"available for anyone to use. Check out this helpful framework for using "
-"XRPL visuals. "
-msgstr ""
-
-#: template/page-community.html.jinja:279
-msgid "Download the PDF and Assets"
-msgstr ""
-
-#: template/page-community.html.jinja:297
-msgid "A community-driven resource for all things XRPL.org"
-msgstr ""
-
-#: template/page-community.html.jinja:298
-msgid "Contribute to XRPL.org"
-msgstr ""
-
-#: template/page-community.html.jinja:300
-msgid ""
-"Thank you for your interest in contributing to XRPL.org. This website was"
-" created as an XRPL community resource and is meant to be a living, "
-"breathing source of truth for XRP Ledger resources. This portal is open-"
-"source and anyone can suggest changes."
-msgstr ""
-
-#: template/page-community.html.jinja:301
-msgid "Read Contributor Guidelines"
-msgstr ""
-
-#: template/page-dev-tools.html.jinja:13
-msgid ""
-"Use the developer tools to test, explore, and validate XRP Ledger\n"
-" API requests and behavior."
-msgstr ""
-
-#: template/page-dev-tools.html.jinja:16
-msgid "Dev Tools"
-msgstr ""
-
-#: template/page-dev-tools.html.jinja:28 template/page-dev-tools.html.jinja:74
-msgid "Explorers"
-msgstr ""
-
-#: template/page-dev-tools.html.jinja:31 template/page-dev-tools.html.jinja:89
-msgid "API Access"
-msgstr ""
-
-#: template/page-dev-tools.html.jinja:34 template/page-dev-tools.html.jinja:146
-#: template/page-uses.html.jinja:82 template/page-uses.html.jinja:299
-msgid "Other"
-msgstr ""
-
-#: template/page-dev-tools.html.jinja:203
-msgid "Have an Idea For a Tool?"
-msgstr ""
-
-#: template/page-dev-tools.html.jinja:204
-msgid ""
-"Contribute to the XRP Ledger community by submitting your idea for a tool"
-" or open a pull request if you've developed a tool."
-msgstr ""
-
-#: template/page-dev-tools.html.jinja:205
-msgid "Open a pull Request"
-msgstr ""
-
-#: template/page-docs-index.html.jinja:8
-msgid "Full documentation index"
-msgstr ""
-
-#: template/page-docs-index.html.jinja:9
-msgid "See Everything"
-msgstr ""
-
-#: template/page-docs.html.jinja:16
-msgid "XRP Ledger Developer Resources"
-msgstr ""
-
-#: template/page-docs.html.jinja:17
-msgid "Documentation"
-msgstr ""
-
-#: template/page-docs.html.jinja:90
-msgid "rippled API Reference"
-msgstr ""
-
-#: template/page-docs.html.jinja:94
-msgid "XRP Faucet"
-msgstr ""
-
-#: template/page-docs.html.jinja:98
-msgid "Getting Started with Python"
-msgstr ""
-
-#: template/page-docs.html.jinja:102
-msgid "Websocket API Tool"
-msgstr ""
-
-#: template/page-docs.html.jinja:105 template/page-docs.html.jinja:226
-msgid "XRP Ledger Explorer"
-msgstr ""
-
-#: template/page-docs.html.jinja:112
-msgid "Advanced Payment Features"
-msgstr ""
-
-#: template/page-docs.html.jinja:117
-msgid "Governance and the Amendment Process"
-msgstr ""
-
-#: template/page-docs.html.jinja:122
-msgid "Federated Sidechains"
-msgstr ""
-
-#: template/page-docs.html.jinja:129
-msgid "On-Chain Finance"
-msgstr ""
-
-#: template/page-docs.html.jinja:134
-msgid "Trade on the decentralized exchange"
-msgstr ""
-
-#: template/page-docs.html.jinja:138
-msgid "Make payments"
-msgstr ""
-
-#: template/page-docs.html.jinja:142
-msgid "Use specialized payment types"
-msgstr ""
-
-#: template/page-docs.html.jinja:148 template/page-home.html.jinja:103
-msgid "Tokens"
-msgstr ""
-
-#: template/page-docs.html.jinja:153
-msgid "Non-fungible Tokens"
-msgstr ""
-
-#: template/page-docs.html.jinja:157
-msgid "Issue a stablecoin"
-msgstr ""
-
-#: template/page-docs.html.jinja:161
-msgid "Assign an authorized minter"
-msgstr ""
-
-#: template/page-docs.html.jinja:167 template/page-uses.html.jinja:66
-#: template/page-uses.html.jinja:186 template/page-uses.html.jinja:293
-#: template/page-uses.html.jinja:394
-msgid "Payments"
-msgstr ""
-
-#: template/page-docs.html.jinja:172
-msgid "Peer to peer payments"
-msgstr ""
-
-#: template/page-docs.html.jinja:176
-msgid "Cross-currency payments"
-msgstr ""
-
-#: template/page-docs.html.jinja:180
-msgid "Escrows"
-msgstr ""
-
-#: template/page-docs.html.jinja:191
-msgid "Intro to XRP Ledger"
-msgstr ""
-
-#: template/page-docs.html.jinja:196
-msgid "Accounts"
-msgstr ""
-
-#: template/page-docs.html.jinja:201 template/page-home.html.jinja:91
-msgid "Decentralized Exchange"
-msgstr ""
-
-#: template/page-docs.html.jinja:206
-msgid "Tokenization"
-msgstr ""
-
-#: template/page-docs.html.jinja:214
-msgid "Faucets"
-msgstr ""
-
-#: template/page-docs.html.jinja:217
-msgid "Get credentials and test-XRP for XRP Ledger Testnet or Devnet."
-msgstr ""
-
-#: template/page-docs.html.jinja:220
-msgid "WebSocket Tool"
-msgstr ""
-
-#: template/page-docs.html.jinja:223
-msgid "Send sample requests and get responses from the rippled API."
-msgstr ""
-
-#: template/page-docs.html.jinja:229
-msgid ""
-"View validations of new ledger versions in real-time, chart the location "
-"of servers in the XRP Ledger."
-msgstr ""
-
-#: template/page-docs.html.jinja:232 template/page-tx-sender.html.jinja:30
-msgid "Transaction Sender"
-msgstr ""
-
-#: template/page-docs.html.jinja:235
-msgid ""
-"Test how your code handles various XRP Ledger transactions by sending "
-"them over the Testnet to the address."
-msgstr ""
-
-#: template/page-docs.html.jinja:244
-msgid "Concepts"
-msgstr ""
-
-#: template/page-docs.html.jinja:245
-msgid ""
-"Learn the \"what\" and the \"why\" behind fundamental aspects of the XRP "
-"Ledger."
-msgstr ""
-
-#: template/page-docs.html.jinja:246
-msgid "Read the Docs"
-msgstr ""
-
-#: template/page-docs.html.jinja:251
-msgid "Tutorials"
-msgstr ""
-
-#: template/page-docs.html.jinja:252
-msgid "Get step-by-step guidance to perform common tasks with the XRP Ledger."
-msgstr ""
-
-#: template/page-docs.html.jinja:253
-msgid "View Tutorials"
-msgstr ""
-
-#: template/page-docs.html.jinja:258
-msgid "References"
-msgstr ""
-
-#: template/page-docs.html.jinja:259
-msgid ""
-"Look up reference documentation for the XRP Ledger protocol, API methods,"
-" and more."
-msgstr ""
-
-#: template/page-docs.html.jinja:260
-msgid "View References"
-msgstr ""
-
-#: template/page-docs.html.jinja:267
-msgid "Use Cases"
-msgstr ""
-
-#: template/page-docs.html.jinja:276
-msgid "Getting Started"
-msgstr ""
-
-#: template/page-docs.html.jinja:280
-msgid "Quickstart to XRP Ledger"
-msgstr ""
-
-#: template/page-docs.html.jinja:282
-msgid "An introduction to fundamental aspects of the XRP Ledger."
-msgstr ""
-
-#: template/page-docs.html.jinja:288
-msgid "Get Started"
-msgstr ""
-
-#: template/page-docs.html.jinja:306
-msgid "Watch Full Series"
-msgstr ""
-
-#: template/page-docs.html.jinja:314
-msgid "Interact with the XRP Ledger in a language of your choice"
-msgstr ""
-
-#: template/page-docs.html.jinja:315
-msgid "Explore SDKs"
-msgstr ""
-
-#: template/page-docs.html.jinja:327
-msgid "Javascript"
-msgstr ""
-
-#: template/page-docs.html.jinja:337
-msgid "Python"
-msgstr ""
-
-#: template/page-docs.html.jinja:347
-msgid "Java"
-msgstr ""
-
-#: template/page-docs.html.jinja:361
-msgid "Intermediate Learning Sources"
-msgstr ""
-
-#: template/page-docs.html.jinja:378
-msgid "Explore, Test, Verify"
-msgstr ""
-
-#: template/page-docs.html.jinja:379
-msgid "Explore Dev Tools"
-msgstr ""
-
-#: template/page-docs.html.jinja:382
-msgid ""
-"Use these web-based tools to assist during all stages of development, "
-"from getting your first payment to testing your implementation for best "
-"practices."
-msgstr ""
-
-#: template/page-docs.html.jinja:398
-msgid "Browse By Recommended Pages"
-msgstr ""
-
-#: template/page-docs.html.jinja:410
-msgid "Get Free Test XRP"
-msgstr ""
-
-#: template/page-docs.html.jinja:411
-msgid ""
-"Connect to the XRP Ledger Testnet network to develop and test your apps "
-"built on the XRP Ledger, without risking real money or impacting "
-"production XRP Ledger users."
-msgstr ""
-
-#: template/page-docs.html.jinja:412
-msgid "Generate Testnet Credentials"
-msgstr ""
-
-#: template/page-docs.html.jinja:419
-msgid "See full documentation index"
-msgstr ""
-
-#: template/page-events.html.jinja:27
-msgid "Find the XRPL Community Around the World"
-msgstr ""
-
-#: template/page-events.html.jinja:28 template/page-impact.html.jinja:131
-#: template/page-impact.html.jinja:159
-msgid "Events"
-msgstr ""
-
-#: template/page-events.html.jinja:42
-msgid "The XRPL Developer Summit"
-msgstr ""
-
-#: template/page-events.html.jinja:43
-msgid "Save the Date"
-msgstr ""
-
-#: template/page-events.html.jinja:45
-msgid ""
-"Apex is back and headed to Amsterdam. Apex XRPL Developer Summit is the "
-"annual event where developers, contributors, and thought leaders come "
-"together to learn, build, share, network, and celebrate all things XRP "
-"Ledger."
-msgstr ""
-
-#: template/page-events.html.jinja:66
-msgid ""
-"Check out meetups, hackathons, and other events hosted by the XRPL "
-"Community"
-msgstr ""
-
-#: template/page-events.html.jinja:67
-msgid "Upcoming Events"
-msgstr ""
-
-#: template/page-events.html.jinja:494
-msgid "Explore past community-hosted events"
-msgstr ""
-
-#: template/page-events.html.jinja:495
-msgid "Past Events"
-msgstr ""
-
-#: template/page-faq2.html.jinja:17 template/pagetype-doc.html.jinja:25
-msgid "Sorry, this page is not available in your language."
-msgstr ""
-
-#: template/page-faq2.html.jinja:18 template/pagetype-doc.html.jinja:26
-msgid ""
-"We are making an effort to offer the XRP Ledger Dev Portal in a variety "
-"of languages, but not all pages are available in all languages. If you'd "
-"like to help, please contribute!"
-msgstr ""
-
-#: template/page-faq2.html.jinja:23 template/pagetype-doc.html.jinja:31
-msgid ""
-"This translated page is not updated to match the latest changes in the "
-"English version."
-msgstr ""
-
-#: template/page-faq2.html.jinja:24 template/pagetype-doc.html.jinja:32
-msgid ""
-"We are making an effort to offer the XRP Ledger Dev Portal in a variety "
-"of languages, but not all translated contents are up-to-date. If you'd "
-"like to help, please contribute!"
-msgstr ""
-
-#: template/page-funding.html.jinja:27
-msgid "XRPL Developer Funding Programs"
-msgstr ""
-
-#: template/page-funding.html.jinja:28
-msgid "Project Resources"
-msgstr ""
-
-#: template/page-funding.html.jinja:36
-msgid "Explore funding opportunities for developers and teams"
-msgstr ""
-
-#: template/page-funding.html.jinja:37
-msgid "Funding Overview"
-msgstr ""
-
-#: template/page-funding.html.jinja:39
-msgid ""
-"If you’re a software developer or team looking to build your next project"
-" or venture on the XRP Ledger (XRPL), there are a number of opportunities"
-" to fund your next innovation."
-msgstr ""
-
-#: template/page-funding.html.jinja:50
-msgid "XRPL Hackathons"
-msgstr ""
-
-#: template/page-funding.html.jinja:51
-msgid "Join an Event"
-msgstr ""
-
-#: template/page-funding.html.jinja:53
-msgid ""
-"Hackathons are open to all developers to explore and invent a project on "
-"the XRP Ledger. Visit the events page for updates on upcoming hackathons."
-msgstr ""
-
-#: template/page-funding.html.jinja:56 template/page-funding.html.jinja:121
-msgid "See Upcoming Events"
-msgstr ""
-
-#: template/page-funding.html.jinja:67 template/page-funding.html.jinja:156
-#: template/page-funding.html.jinja:239
-msgid "Best for"
-msgstr ""
-
-#: template/page-funding.html.jinja:68
-msgid "Software developers and teams building directly on the XRP Ledger"
-msgstr ""
-
-#: template/page-funding.html.jinja:75 template/page-funding.html.jinja:104
-#: template/page-funding.html.jinja:164 template/page-funding.html.jinja:192
-#: template/page-funding.html.jinja:247 template/page-funding.html.jinja:276
-msgid "Required"
-msgstr ""
-
-#: template/page-funding.html.jinja:76 template/page-funding.html.jinja:105
-msgid "Some coding experience"
-msgstr ""
-
-#: template/page-funding.html.jinja:82 template/page-funding.html.jinja:171
-#: template/page-funding.html.jinja:254
-msgid "Level"
-msgstr ""
-
-#: template/page-funding.html.jinja:83
-msgid "XRPL beginner to advanced developers"
-msgstr ""
-
-#: template/page-funding.html.jinja:91 template/page-funding.html.jinja:112
-#: template/page-funding.html.jinja:179 template/page-funding.html.jinja:200
-#: template/page-funding.html.jinja:263 template/page-funding.html.jinja:284
-msgid "Funding Levels"
-msgstr ""
-
-#: template/page-funding.html.jinja:92 template/page-funding.html.jinja:113
-msgid "Prize money and awards"
-msgstr ""
-
-#: template/page-funding.html.jinja:135
-msgid "Fund Your Project"
-msgstr ""
-
-#: template/page-funding.html.jinja:137
-msgid ""
-"Developer grants for projects that contribute to the growing XRP Ledger "
-"community."
-msgstr ""
-
-#: template/page-funding.html.jinja:140
-msgid "Past awardees include:"
-msgstr ""
-
-#: template/page-funding.html.jinja:145 template/page-funding.html.jinja:210
-msgid "Visit XRPL Grants"
-msgstr ""
-
-#: template/page-funding.html.jinja:157
-msgid ""
-"Software developers, teams, and start-ups building directly on the XRP "
-"Ledger"
-msgstr ""
-
-#: template/page-funding.html.jinja:165
-msgid ""
-"Coding experience • Github "
-"repository • Project "
-"narrative/description • At "
-"least one developer on the core team • Budget and milestones"
-msgstr ""
-
-#: template/page-funding.html.jinja:172
-msgid "XRPL intermediate to advanced developers"
-msgstr ""
-
-#: template/page-funding.html.jinja:180 template/page-funding.html.jinja:201
-msgid "$10,000 - $200,000"
-msgstr ""
-
-#: template/page-funding.html.jinja:193
-msgid ""
-"Coding experience • Github "
-"repository • Project "
-"narrative/description • At "
-"least one developer on the core team • Budget and milestone"
-msgstr ""
-
-#: template/page-funding.html.jinja:222
-msgid "XRPL Accelerator"
-msgstr ""
-
-#: template/page-funding.html.jinja:223
-msgid "Advance your project"
-msgstr ""
-
-#: template/page-funding.html.jinja:225
-msgid ""
-"12-week program for entrepreneurs building on the XRP Ledger to scale "
-"their projects into thriving businesses."
-msgstr ""
-
-#: template/page-funding.html.jinja:228 template/page-funding.html.jinja:293
-msgid "View XRPL Accelerator"
-msgstr ""
-
-#: template/page-funding.html.jinja:240
-msgid ""
-"Start-ups building scalable products on XRPL that can capture a large "
-"market opportunity"
-msgstr ""
-
-#: template/page-funding.html.jinja:248 template/page-funding.html.jinja:277
-msgid ""
-"• Strong founding team "
-"• Bold, ambitious vision "
-" • Ideally an MVP and "
-"monetization strategy"
-msgstr ""
-
-#: template/page-funding.html.jinja:255
-msgid ""
-"• XRPL advanced developers "
-" • Business acumen"
-msgstr ""
-
-#: template/page-funding.html.jinja:264 template/page-funding.html.jinja:285
-msgid "$50,000 (grant) + pitch for venture funding"
-msgstr ""
-
-#: template/page-history.html.jinja:28
-msgid "Provide a Better Alternative to Bitcoin"
-msgstr ""
-
-#: template/page-history.html.jinja:29
-msgid "XRPL's Origin"
-msgstr ""
-
-#: template/page-history.html.jinja:36
-msgid ""
-"In 2011, three engineers—David Schwartz, Jed McCaleb, and Arthur "
-"Britto—began developing the XRP Ledger (XRPL). Fascinated by Bitcoin, "
-"they set out to create a better version that improved upon its "
-"limitations—with the goal of creating a digital asset that was more "
-"sustainable and built specifically for payments."
-msgstr ""
-
-#: template/page-history.html.jinja:37
-msgid ""
-"The XRP Ledger first launched in June 2012. Shortly thereafter, they were"
-" joined by Chris Larsen, and the group started the Company NewCoin in "
-"September 2012 (quickly renamed OpenCoin and now named Ripple)."
-msgstr ""
-
-#: template/page-history.html.jinja:38
-msgid ""
-"The XRPL founders gifted 80 billion XRP, the platform’s native currency, "
-"to the company. Ripple has since put the majority in escrow."
-msgstr ""
-
-#: template/page-history.html.jinja:54
-msgid "2011 XRP Ledger Development"
-msgstr ""
-
-#: template/page-history.html.jinja:57
-msgid ""
-"In early 2011, three developers—David Schwartz, Jed McCaleb, and Arthur "
-"Britto—were fascinated with Bitcoin but observed the waste inherent in "
-"mining. They sought to create a more sustainable system for sending value"
-" (an idea outlined in a May 2011 forum post: “Bitcoin without mining”)."
-msgstr ""
-
-#: template/page-history.html.jinja:60
-msgid ""
-"Their initial observations about the high energy consumption and "
-"scalability issues that would plague Bitcoin proved prescient. In 2019, "
-"estimates suggest Bitcoin mining used more energy than the entire country"
-" of Portugal. Moreover, their initial read indicated that significant "
-"problems could arise if any miner obtained (or miners colluded to obtain)"
-" greater than 50% of the mining power. That risk persists with "
-"Bitcoin (and Ethereum) today as mining power has consolidated in China."
-msgstr ""
-
-#: template/page-history.html.jinja:68
-msgid "XRPL Launches its Native Currency, XRP"
-msgstr ""
-
-#: template/page-history.html.jinja:71
-msgid ""
-"The trio of developers continued the work to build a distributed ledger "
-"that improved upon these fundamental limitations of Bitcoin, originally "
-"naming the code Ripple. The ledger included a digital asset that would "
-"originally be called “ripples” (XRP as the currency code) to follow the "
-"same naming convention as Bitcoin (BTC). At the time, the name Ripple "
-"stood for the open-source project, the unique consensus ledger (Ripple "
-"Consensus Ledger), transaction protocol (Ripple Transaction Protocol or "
-"RTXP), the network (Ripple network), and the digital asset (known as "
-"“ripples”)."
-msgstr ""
-
-#: template/page-history.html.jinja:74
-msgid ""
-"In practice, this approach led to many broad uses of “Ripple.” For "
-"clarity, the community simply started calling the digital asset by its "
-"currency code, “XRP.”"
-msgstr ""
-
-#: template/page-history.html.jinja:75
-msgid ""
-"By June 2012, Schwartz, McCaleb, and Britto finished code development, "
-"and the Ledger was complete."
-msgstr ""
-
-#: template/page-history.html.jinja:76
-msgid ""
-"Once the XRP Ledger was live, 80% of the XRP was gifted to a new "
-"company that set out to build use cases for the digital asset—initially "
-"called NewCoin and renamed quickly to OpenCoin."
-msgstr ""
-
-#: template/page-history.html.jinja:77
-msgid ""
-"Chris Larsen was the CEO of OpenCoin, and at the company's founding, Jed "
-"was co-founder and CTO, David Schwartz was the Chief Cryptography "
-"Officer, and Arthur Britto an advisor."
-msgstr ""
-
-#: template/page-history.html.jinja:85
-msgid "OpenCoin Rebranded to Ripple Labs"
-msgstr ""
-
-#: template/page-history.html.jinja:88
-msgid ""
-"Since the early days, OpenCoin set out to revolutionize the global "
-"financial system. Despite the revolutionary ideals of many of Bitcoin’s "
-"early believers, Larsen never thought blockchain technology should be "
-"used to overthrow the existing financial system. He believed that "
-"history’s most transformative innovations have always relied on the great"
-" ideas that came before them—not displacing them."
-msgstr ""
-
-#: template/page-history.html.jinja:91
-msgid ""
-"In early conversations with potential customers, the team was asked about"
-" the differences between the Ripple project and OpenCoin company. With "
-"the community starting to refer to the digital asset as XRP, company "
-"leaders decided to rebrand the company to Ripple Labs, which has been "
-"shortened over time to “Ripple.”"
-msgstr ""
-
-#: template/page-history.html.jinja:92
-msgid ""
-"Today, Ripple has created a use case leveraging the XRP Ledger and XRP "
-"for liquidity management in its cross-border payments business. Ripple "
-"also remains a stakeholder and contributor to the broader XRPL community."
-msgstr ""
-
-#: template/page-history.html.jinja:100
-msgid "XRPL Foundation Launched"
-msgstr ""
-
-#: template/page-history.html.jinja:103
-msgid ""
-"Founded September 24, 2020, the XRPL "
-"Foundation is an independent and nonprofit entity with a mission to "
-"accelerate the development and adoption of the decentralized XRP Ledger. "
-"The Foundation received an initial donation of over $6.5M from Coil, "
-"Ripple, and Gatehub to fund the Foundation’s work in service of the "
-"growing number of developers and other global "
-"blockchain community members building on the XRP Ledger."
-msgstr ""
-
-#: template/page-home.html.jinja:27
-msgid "The Blockchain Built for Business"
-msgstr ""
-
-#: template/page-home.html.jinja:28
-msgid "XRPL | XRP Ledger"
-msgstr ""
-
-#: template/page-home.html.jinja:30
-msgid "Start Building"
-msgstr ""
-
-#: template/page-home.html.jinja:41
-msgid "The XRP Ledger: The Blockchain Built for Business"
-msgstr ""
-
-#: template/page-home.html.jinja:42
-msgid ""
-"The XRP Ledger (XRPL) is a decentralized, public blockchain led by a "
-"global community of businesses and developers looking to solve problems "
-"and create value."
-msgstr ""
-
-#: template/page-home.html.jinja:43
-msgid ""
-"Proven reliable over more than a decade of error-free functioning, the "
-"XRPL offers streamlined development, low transaction costs, high "
-"performance, and sustainability. So you can build with confidence–and "
-"move your most critical projects forward."
-msgstr ""
-
-#: template/page-home.html.jinja:49
-msgid "Why developers choose the XRP Ledger"
-msgstr ""
-
-#: template/page-home.html.jinja:55
-msgid "Public and Decentralized"
-msgstr ""
-
-#: template/page-home.html.jinja:56
-msgid "Open source, open to anyone to build on, maintained by the community"
-msgstr ""
-
-#: template/page-home.html.jinja:58
-msgid "Streamlined Development"
-msgstr ""
-
-#: template/page-home.html.jinja:59
-msgid "Intentional innovations, tools and documentation reduce time to market"
-msgstr ""
-
-#: template/page-home.html.jinja:61
-msgid "High Performance"
-msgstr ""
-
-#: template/page-home.html.jinja:62
-msgid "Thousands of transactions settled in seconds"
-msgstr ""
-
-#: template/page-home.html.jinja:64
-msgid "Low Cost"
-msgstr ""
-
-#: template/page-home.html.jinja:65
-msgid ""
-"At fractions of a penny per transaction, costs are inexpensive enough to "
-"enable a wide variety of blockchain use cases"
-msgstr ""
-
-#: template/page-home.html.jinja:67
-msgid "Motivated Community"
-msgstr ""
-
-#: template/page-home.html.jinja:68
-msgid ""
-"Companies, developers, validators, and users work together to make the "
-"XRP Ledger better every day"
-msgstr ""
-
-#: template/page-home.html.jinja:70
-msgid "Proven Reliability"
-msgstr ""
-
-#: template/page-home.html.jinja:71
-msgid ""
-"10+ years of error-free, uninterrupted performance over more than 63 "
-"million ledgers"
-msgstr ""
-
-#: template/page-home.html.jinja:85
-msgid ""
-"Activate the proven potential of the XRP Ledger and find a trusted "
-"foundation for your next innovation"
-msgstr ""
-
-#: template/page-home.html.jinja:86
-msgid "Powerful Features"
-msgstr ""
-
-#: template/page-home.html.jinja:92
-msgid ""
-"A high-performance decentralized peer-to-peer multi-currency exchange "
-"built directly into the blockchain"
-msgstr ""
-
-#: template/page-home.html.jinja:94
-msgid "Cross-Currency Payments"
-msgstr ""
-
-#: template/page-home.html.jinja:95
-msgid ""
-"Atomically settle multi-hop payments that cross currency or national "
-"boundaries with ease"
-msgstr ""
-
-#: template/page-home.html.jinja:97
-msgid "Payment Channels"
-msgstr ""
-
-#: template/page-home.html.jinja:98
-msgid "Batched micropayments with unlimited speed, secured with XRP"
-msgstr ""
-
-#: template/page-home.html.jinja:100
-msgid "Multi-Signing"
-msgstr ""
-
-#: template/page-home.html.jinja:101
-msgid "Flexible options for custody and security of on-ledger accounts"
-msgstr ""
-
-#: template/page-home.html.jinja:104
-msgid ""
-"All currencies other than XRP can be represented in the XRP Ledger as "
-"tokens, sometimes called “IOUs”"
-msgstr ""
-
-#: template/page-home.html.jinja:121
-msgid "Choose a path, and bring your project to life on the XRP Ledger"
-msgstr ""
-
-#: template/page-home.html.jinja:122
-msgid "Where to Start"
-msgstr ""
-
-#: template/page-home.html.jinja:127
-msgid "Quickstart"
-msgstr ""
-
-#: template/page-home.html.jinja:128
-msgid "Access everything you need to get started working with the XRPL"
-msgstr ""
-
-#: template/page-home.html.jinja:130
-msgid "Guided Tutorials"
-msgstr ""
-
-#: template/page-home.html.jinja:131
-msgid "Follow step-by-step guides for frequent tasks"
-msgstr ""
-
-#: template/page-home.html.jinja:133
-msgid "XRPL Fundamentals"
-msgstr ""
-
-#: template/page-home.html.jinja:134
-msgid "Read about the XRPL’s foundational concepts"
-msgstr ""
-
-#: template/page-home.html.jinja:136
-msgid "Choose a Language"
-msgstr ""
-
-#: template/page-home.html.jinja:137
-msgid ""
-"Find tools, documentation, and sample code in Python, Java, Javascript, "
-"or use HTTP APIs"
-msgstr ""
-
-#: template/page-home.html.jinja:139
-msgid "Get Inspired"
-msgstr ""
-
-#: template/page-home.html.jinja:140
-msgid "See what your peers have built on the XRPL"
-msgstr ""
-
-#: template/page-home.html.jinja:159
-msgid "Our Shared Vision for XRPL’s Future"
-msgstr ""
-
-#: template/page-home.html.jinja:160
-msgid ""
-"Together, we're building the greenest infrastructure to drive blockchain "
-"innovation that doesn't sacrifice utility or performance, to bring the "
-"developer community's vision to life."
-msgstr ""
-
-#: template/page-home.html.jinja:168
-msgid ""
-"Explore what the community is building to enable new features and use "
-"cases on XRPL"
-msgstr ""
-
-#: template/page-home.html.jinja:169
-msgid "Preview New Features"
-msgstr ""
-
-#: template/page-home.html.jinja:173
-msgid "In Development"
-msgstr ""
-
-#: template/page-home.html.jinja:174
-msgid "Smart Contracts"
-msgstr ""
-
-#: template/page-home.html.jinja:175
-msgid ""
-"Hooks are small, efficient WebAssembly modules designed specifically for "
-"the XRPL. Check out the hooks amendment and public testnet that enable smart "
-"contract functionality."
-msgstr ""
-
-#: template/page-home.html.jinja:177
-msgid "Enabled"
-msgstr ""
-
-#: template/page-home.html.jinja:178
-msgid "Non-Fungible Tokens"
-msgstr ""
-
-#: template/page-home.html.jinja:179
-msgid ""
-"Lower fees, faster transactions, and custom token functionality make the "
-"XRPL ideally suited for building an ecosystem for NFTs. Explore the XRP "
-"Ledger's NFT capabilities."
-msgstr ""
-
-#: template/page-home.html.jinja:197
-msgid "Join the Community at XRPL.org"
-msgstr ""
-
-#: template/page-home.html.jinja:199
-msgid ""
-"Connect at XRPL.org, a community by and for the developers and entrepeneurs who rely on the XRPL."
-msgstr ""
-
-#: template/page-home.html.jinja:200
-msgid "Get Involved"
-msgstr ""
-
-#: template/page-impact.html.jinja:31
-msgid "Today’s Value, Tomorrow’s Vision"
-msgstr ""
-
-#: template/page-impact.html.jinja:32 template/page-xrpl-overview.html.jinja:40
-msgid "XRPL Today, XRPL Tomorrow"
-msgstr ""
-
-#: template/page-impact.html.jinja:44
-msgid "Building for the Future"
-msgstr ""
-
-#: template/page-impact.html.jinja:46
-msgid "Consensus protocol is efficient and sustainable"
-msgstr ""
-
-#: template/page-impact.html.jinja:48
-msgid ""
-"For more than 272 million migrants worldwide, sending and receiving money"
-" across borders is expensive, unreliable and complex."
-msgstr ""
-
-#: template/page-impact.html.jinja:49
-msgid ""
-"Open and decentralized, blockchain and crypto are seeing an increase in "
-"adoption across the financial services industry, from retail and "
-"institutional investment to commercial use cases "
-"like CBDCs, NFTs, and cross-border payments."
-msgstr ""
-
-#: template/page-impact.html.jinja:74
-msgid "A Sustainable Future"
-msgstr ""
-
-#: template/page-impact.html.jinja:75
-msgid "What makes the XRPL sustainable?"
-msgstr ""
-
-#: template/page-impact.html.jinja:76
-msgid ""
-"XRPL’s unique consensus mechanism is eco-friendly—it does not require "
-"mining to settle transactions. This results in efficiency without "
-"sacrificing security, decentralization, or scalability."
-msgstr ""
-
-#: template/page-impact.html.jinja:77
-msgid ""
-"The trivial amount of energy it does consume is then neutralized with "
-"carbon credits through EW Zero, an open-source blockchain decarbonization"
-" tool."
-msgstr ""
-
-#: template/page-impact.html.jinja:91
-msgid "Featured companies & projects running on the XRP Ledger."
-msgstr ""
-
-#: template/page-impact.html.jinja:92
-msgid "Sustainable Projects"
-msgstr ""
-
-#: template/page-impact.html.jinja:94
-msgid ""
-"Learn more about companies and developers who are using the XRP Ledger to"
-" solve interesting problems efficiently and sustainably."
-msgstr ""
-
-#: template/page-impact.html.jinja:95
-msgid "See More"
-msgstr ""
-
-#: template/page-impact.html.jinja:107
-msgid "How can businesses and developers connect and contribute?"
-msgstr ""
-
-#: template/page-impact.html.jinja:109
-msgid ""
-"If you want to advance business with sustainable solutions to real-world "
-"problems, you’re invited to join the global, growing XRPL community. Here"
-" are some ways to get involved:"
-msgstr ""
-
-#: template/page-impact.html.jinja:112 template/page-impact.html.jinja:177
-msgid "Join the Community"
-msgstr ""
-
-#: template/page-impact.html.jinja:123
-msgid "Blog"
-msgstr ""
-
-#: template/page-impact.html.jinja:124
-msgid ""
-"Check out the XRPL dev blog to "
-"stay up-to-date on the latest innovations and developments in the XRPL "
-"community."
-msgstr ""
-
-#: template/page-impact.html.jinja:132 template/page-impact.html.jinja:160
-msgid ""
-"Attend meetups, hackathons, and conferences "
-"to meet other members of the community."
-msgstr ""
-
-#: template/page-impact.html.jinja:138
-msgid "Code"
-msgstr ""
-
-#: template/page-impact.html.jinja:139
-msgid ""
-"View the Github repositories to find blockchain projects to "
-"see how you can contribute."
-msgstr ""
-
-#: template/page-impact.html.jinja:147 template/page-impact.html.jinja:168
-msgid "Join the conversation on social media using #XRPLCommunity."
-msgstr ""
-
-#: template/page-references.html.jinja:9
-msgid "References and APIs"
-msgstr ""
-
-#: template/page-references.html.jinja:10
-msgid "Everything You Need to Know"
-msgstr ""
-
-#: template/page-rpc-tool.html.jinja:10
-msgid ""
-"This is a debug tool for printing raw information about an account (by "
-"classic address), a transaction (by hash) or a ledger (by sequence "
-"number)."
-msgstr ""
-
-#: template/page-rpc-tool.html.jinja:13
-msgid "XRP Ledger address, transaction ID, or ledger index"
-msgstr ""
-
-#: template/page-rpc-tool.html.jinja:14
-msgid "Try an account like rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn."
-msgstr ""
-
-#: template/page-rpc-tool.html.jinja:15
-msgid "Get info"
-msgstr ""
-
-#: template/page-rpc-tool.html.jinja:18
-#: template/page-validator-domain-verifier.html.jinja:20
-msgid "Result"
-msgstr ""
-
-#: template/page-rpc-tool.html.jinja:24
-msgid "Permalink"
-msgstr ""
-
-#: template/page-rpc-tool.html.jinja:25
-msgid "Explorer"
-msgstr ""
-
-#: template/page-rpc-tool.html.jinja:30 template/page-rpc-tool.html.jinja:35
-#: template/page-rpc-tool.html.jinja:45 template/page-rpc-tool.html.jinja:50
-#: template/page-rpc-tool.html.jinja:56 template/page-rpc-tool.html.jinja:64
-#: template/page-rpc-tool.html.jinja:71 template/page-rpc-tool.html.jinja:76
-#: template/page-rpc-tool.html.jinja:85 template/page-rpc-tool.html.jinja:91
-msgid "expand all"
-msgstr ""
-
-#: template/page-rpc-tool.html.jinja:31 template/page-rpc-tool.html.jinja:36
-#: template/page-rpc-tool.html.jinja:46 template/page-rpc-tool.html.jinja:51
-#: template/page-rpc-tool.html.jinja:57 template/page-rpc-tool.html.jinja:65
-#: template/page-rpc-tool.html.jinja:72 template/page-rpc-tool.html.jinja:77
-#: template/page-rpc-tool.html.jinja:86 template/page-rpc-tool.html.jinja:92
-msgid "collapse all"
-msgstr ""
-
-#: template/page-rpc-tool.html.jinja:53
-msgid "(last 20)"
-msgstr ""
-
-#: template/page-rpc-tool.html.jinja:55 template/page-rpc-tool.html.jinja:63
-#: template/page-rpc-tool.html.jinja:84 template/page-rpc-tool.html.jinja:90
-msgid "expand tx"
-msgstr ""
-
-#: template/page-rpc-tool.html.jinja:58 template/page-rpc-tool.html.jinja:66
-msgid "next 20"
-msgstr ""
-
-#: template/page-rpc-tool.html.jinja:59 template/page-rpc-tool.html.jinja:67
-msgid "prev 20"
-msgstr ""
-
-#: template/page-tx-sender.html.jinja:8
-msgid "Status"
-msgstr ""
-
-#: template/page-tx-sender.html.jinja:12
-msgid "XRP Testnet:"
-msgstr ""
-
-#: template/page-tx-sender.html.jinja:13
-msgid "Not Connected"
-msgstr ""
-
-#: template/page-tx-sender.html.jinja:14
-msgid "Sending Address:"
-msgstr ""
-
-#: template/page-tx-sender.html.jinja:15 template/page-tx-sender.html.jinja:17
-msgid "(None)"
-msgstr ""
-
-#: template/page-tx-sender.html.jinja:16
-msgid "Testnet XRP Available:"
-msgstr ""
-
-#: template/page-tx-sender.html.jinja:20
-msgid "Transaction History"
-msgstr ""
-
-#: template/page-tx-sender.html.jinja:33
-msgid ""
-"This tool sends transactions to the XRP Testnet address of your choice so you can test how "
-"you monitor and respond to incoming transactions."
-msgstr ""
-
-#: template/page-tx-sender.html.jinja:37
-msgid "Initialize"
-msgstr ""
-
-#: template/page-tx-sender.html.jinja:38
-msgid "Set up the necessary Testnet XRP addresses to send test payments."
-msgstr ""
-
-#: template/page-tx-sender.html.jinja:42
-msgid "Destination Address"
-msgstr ""
-
-#: template/page-tx-sender.html.jinja:44
-msgid "Send transactions to this XRP Testnet address"
-msgstr ""
-
-#: template/page-tx-sender.html.jinja:46
-msgid ""
-"Caution: This X-address is intended for use on Mainnet. "
-"Testnet addresses have a \"T\" prefix instead."
-msgstr ""
-
-#: template/page-tx-sender.html.jinja:48
-msgid "Send Transaction"
-msgstr ""
-
-#: template/page-tx-sender.html.jinja:53
-msgid "(loading)"
-msgstr ""
-
-#: template/page-tx-sender.html.jinja:55
-msgid "Send XRP Payment"
-msgstr ""
-
-#: template/page-tx-sender.html.jinja:58 template/page-tx-sender.html.jinja:116
-msgid "drops of XRP"
-msgstr ""
-
-#: template/page-tx-sender.html.jinja:62
-msgid "Send a simple XRP-to-XRP payment."
-msgstr ""
-
-#: template/page-tx-sender.html.jinja:70
-msgid "(Getting ready to send partial payments)"
-msgstr ""
-
-#: template/page-tx-sender.html.jinja:76
-msgid "Send Partial Payment"
-msgstr ""
-
-#: template/page-tx-sender.html.jinja:78
-msgid ""
-"Deliver a small amount of XRP with a large Amount value, to "
-"test your handling of partial "
-"payments."
-msgstr ""
-
-#: template/page-tx-sender.html.jinja:88
-msgid "Create Escrow"
-msgstr ""
-
-#: template/page-tx-sender.html.jinja:91
-msgid "seconds"
-msgstr ""
-
-#: template/page-tx-sender.html.jinja:96
-msgid "Finish automatically"
-msgstr ""
-
-#: template/page-tx-sender.html.jinja:99
-msgid ""
-"Create a time-based escrow of 1 XRP for the "
-"specified number of seconds."
-msgstr ""
-
-#: template/page-tx-sender.html.jinja:102
-msgid "(Waiting to release Escrow when it's ready)"
-msgstr ""
-
-#: template/page-tx-sender.html.jinja:113
-msgid "Create Payment Channel"
-msgstr ""
-
-#: template/page-tx-sender.html.jinja:119
-msgid ""
-"Create a payment channel and fund "
-"it with the specified amount of XRP."
-msgstr ""
-
-#: template/page-tx-sender.html.jinja:129
-msgid "Send Issued Currency"
-msgstr ""
-
-#: template/page-tx-sender.html.jinja:135
-msgid ""
-"Your destination address needs a trust line to (the test sender) for the currency in question. Otherwise, "
-"you'll get tecPATH_DRY."
-msgstr ""
-
-#: template/page-tx-sender.html.jinja:145
-msgid "Trust for"
-msgstr ""
-
-#: template/page-tx-sender.html.jinja:151
-msgid ""
-"The test sender creates a trust "
-"line to your account for the given currency."
-msgstr ""
-
-#: template/page-uses.html.jinja:23
-msgid "Aesthetes"
-msgstr ""
-
-#: template/page-uses.html.jinja:24
-msgid ""
-"Aesthetes is a bridge between fine art and blockchain, enabling everyone,"
-" around the world, to buy and sell with just a click for fractional "
-"ownership of international physical art."
-msgstr ""
-
-#: template/page-uses.html.jinja:26 template/page-uses.html.jinja:42
-#: template/page-uses.html.jinja:146 template/page-uses.html.jinja:162
-#: template/page-uses.html.jinja:170 template/page-uses.html.jinja:202
-#: template/page-uses.html.jinja:234 template/page-uses.html.jinja:289
-#: template/page-uses.html.jinja:378
-msgid "NFTs"
-msgstr ""
-
-#: template/page-uses.html.jinja:31
-msgid "Anchain.AI"
-msgstr ""
-
-#: template/page-uses.html.jinja:32
-msgid ""
-"AnChain.AI offers AI-powered intelligence enhancing blockchain security, "
-"risk, and compliance strategies."
-msgstr ""
-
-#: template/page-uses.html.jinja:34 template/page-uses.html.jinja:292
-#: template/page-uses.html.jinja:390
-msgid "Security"
-msgstr ""
-
-#: template/page-uses.html.jinja:39
-msgid "Audiotarky"
-msgstr ""
-
-#: template/page-uses.html.jinja:40
-msgid ""
-"Audiotarky is a new music streaming platform that prioritises artists and"
-" privacy over algorithms and shareholders."
-msgstr ""
-
-#: template/page-uses.html.jinja:47
-msgid "BitGo"
-msgstr ""
-
-#: template/page-uses.html.jinja:48
-msgid ""
-"BitGo provides custodial and non-custodial asset holdings for digital "
-"assets including XRP. BitGo's enterprise-level security empowers "
-"businesses to integrate digital currencies like XRP into new and existing"
-" financial systems."
-msgstr ""
-
-#: template/page-uses.html.jinja:50 template/page-uses.html.jinja:297
-#: template/page-uses.html.jinja:410
-msgid "Custody"
-msgstr ""
-
-#: template/page-uses.html.jinja:55
-msgid "Bithomp"
-msgstr ""
-
-#: template/page-uses.html.jinja:56
-msgid ""
-"Bithomp is an XRPL explorer and toolkit, used by many cryptocurrency "
-"exchanges. Bithomp was launched in 2015 with a mission to build the most "
-"user-friendly XRPL explorer."
-msgstr ""
-
-#: template/page-uses.html.jinja:58 template/page-uses.html.jinja:114
-#: template/page-uses.html.jinja:154 template/page-uses.html.jinja:210
-#: template/page-uses.html.jinja:242 template/page-uses.html.jinja:250
-#: template/page-uses.html.jinja:258 template/page-uses.html.jinja:266
-#: template/page-uses.html.jinja:282 template/page-uses.html.jinja:366
-msgid "Infrastructure"
-msgstr ""
-
-#: template/page-uses.html.jinja:63
-msgid "bitpay"
-msgstr ""
-
-#: template/page-uses.html.jinja:64
-msgid ""
-"BitPay builds powerful, enterprise-grade tools for accepting and spending"
-" cryptocurrencies, including XRP."
-msgstr ""
-
-#: template/page-uses.html.jinja:71
-msgid "Carbonland Trust"
-msgstr ""
-
-#: template/page-uses.html.jinja:72
-msgid ""
-"Carbonland Trust offers transparent nature-based carbon credits, and "
-"inclusive access to voluntary carbon markets for landowners and "
-"corporations alike. "
-msgstr ""
-
-#: template/page-uses.html.jinja:74
-msgid "Carbon Markets/Sustainability"
-msgstr ""
-
-#: template/page-uses.html.jinja:79
-msgid "Casino Coin"
-msgstr ""
-
-#: template/page-uses.html.jinja:80
-msgid ""
-"CasinoCoin (CSC) is a digital currency developed specifically for the "
-"regulated gaming industry."
-msgstr ""
-
-#: template/page-uses.html.jinja:87
-msgid "Cryptum"
-msgstr ""
-
-#: template/page-uses.html.jinja:88
-msgid ""
-"Cryptum is an API/SDK platform for integrating the XRP Ledger with any "
-"application."
-msgstr ""
-
-#: template/page-uses.html.jinja:90 template/page-uses.html.jinja:98
-#: template/page-uses.html.jinja:218 template/page-uses.html.jinja:283
-#: template/page-uses.html.jinja:370
-msgid "Developer Tooling"
-msgstr ""
-
-#: template/page-uses.html.jinja:95
-msgid "Evernode"
-msgstr ""
-
-#: template/page-uses.html.jinja:96
-msgid ""
-"Evernode proposes a permissionless, flexible, scalable Layer 2 smart "
-"contract network built from the XRP Ledger."
-msgstr ""
-
-#: template/page-uses.html.jinja:103
-msgid "Forte"
-msgstr ""
-
-#: template/page-uses.html.jinja:104
-msgid ""
-"Forte offers an unprecedented set of easy-to-use tools and services for "
-"game developers to integrate blockchain technology into their games, to "
-"unlock new economic and creative opportunities for gamers across the "
-"world."
-msgstr ""
-
-#: template/page-uses.html.jinja:106 template/page-uses.html.jinja:130
-#: template/page-uses.html.jinja:291 template/page-uses.html.jinja:386
-msgid "Gaming"
-msgstr ""
-
-#: template/page-uses.html.jinja:111 template/page-xrp-overview.html.jinja:171
-msgid "Gatehub"
-msgstr ""
-
-#: template/page-uses.html.jinja:112
-msgid ""
-"Gatehub XRP Ledger Markets is an explorer to track Gatehub's inssuances "
-"on the XRP Ledger."
-msgstr ""
-
-#: template/page-uses.html.jinja:119
-msgid "Gem Wallet"
-msgstr ""
-
-#: template/page-uses.html.jinja:120
-msgid ""
-"GemWallet is a web extension that enables users to make fast payments on "
-"the XRP Ledger via a browser. It's a safer alternative to copying and "
-"pasting private keys for use with web applications."
-msgstr ""
-
-#: template/page-uses.html.jinja:122 template/page-uses.html.jinja:274
-#: template/page-uses.html.jinja:288 template/page-uses.html.jinja:374
-msgid "Wallet"
-msgstr ""
-
-#: template/page-uses.html.jinja:127
-msgid "Ledger City"
-msgstr ""
-
-#: template/page-uses.html.jinja:128
-msgid "Ledger City is a crypto real estate game powered by the XRP Ledger."
-msgstr ""
-
-#: template/page-uses.html.jinja:135
-msgid "Multichain"
-msgstr ""
-
-#: template/page-uses.html.jinja:136
-msgid ""
-"Multichain is the ultimate Router for web3. It is an infrastructure "
-"developed for arbitrary cross-chain interactions."
-msgstr ""
-
-#: template/page-uses.html.jinja:138 template/page-uses.html.jinja:287
-msgid "Interoperability"
-msgstr ""
-
-#: template/page-uses.html.jinja:143
-msgid "NFT Master"
-msgstr ""
-
-#: template/page-uses.html.jinja:144
-msgid ""
-"NFT Master is an NFT marketplace where creators can buy, mint and sell "
-"NFTs."
-msgstr ""
-
-#: template/page-uses.html.jinja:151
-msgid "OnTheDex"
-msgstr ""
-
-#: template/page-uses.html.jinja:152
-msgid ""
-"OnTheDex is a quality source of information for aggregator sites to take "
-"live feeds of XRPL token activity."
-msgstr ""
-
-#: template/page-uses.html.jinja:159
-msgid "onXRP"
-msgstr ""
-
-#: template/page-uses.html.jinja:160
-msgid ""
-"onXRP is an NFT marketplace where creators can buy, mint and sell NFTs "
-"built by the XPUNKs."
-msgstr ""
-
-#: template/page-uses.html.jinja:167
-msgid "Peerkat"
-msgstr ""
-
-#: template/page-uses.html.jinja:168
-msgid "Peerkat is an NFT services and tooling provider for the XRPL community."
-msgstr ""
-
-#: template/page-uses.html.jinja:175
-msgid "Ripple's CBDC Platform"
-msgstr ""
-
-#: template/page-uses.html.jinja:176
-msgid ""
-"Ripple's Central Bank Digital Currency (CBDC) solution enables banks to "
-"mint, manage, transact and redeem currency to easily manage the full CBDC"
-" lifecycle. Each solution is built on a private ledger that is based upon"
-" XRP Ledger technology."
-msgstr ""
-
-#: template/page-uses.html.jinja:178 template/page-uses.html.jinja:406
-msgid "CBDC"
-msgstr ""
-
-#: template/page-uses.html.jinja:183
-msgid "Ripple's On-Demand Liquidity"
-msgstr ""
-
-#: template/page-uses.html.jinja:184
-msgid ""
-"Ripple powers real-time, low-cost cross-border payment settlement by "
-"using XRP as a bridge currency between two fiat currencies."
-msgstr ""
-
-#: template/page-uses.html.jinja:191
-msgid "Sologenic DEX"
-msgstr ""
-
-#: template/page-uses.html.jinja:192
-msgid ""
-"Sologenic DEX is a popular decentralized exchange on the XRP Ledger made "
-"by Sologenic."
-msgstr ""
-
-#: template/page-uses.html.jinja:194 template/page-uses.html.jinja:226
-#: template/page-uses.html.jinja:290 template/page-uses.html.jinja:382
-msgid "Exchanges"
-msgstr ""
-
-#: template/page-uses.html.jinja:199
-msgid "Sologenic NFT"
-msgstr ""
-
-#: template/page-uses.html.jinja:200
-msgid "Sologenic NFT is an NFT marketplace designed by Sologenic."
-msgstr ""
-
-#: template/page-uses.html.jinja:207
-msgid "Towo Labs"
-msgstr ""
-
-#: template/page-uses.html.jinja:208
-msgid ""
-"Towo Labs was founded in 2019, to develop XRP Ledger and Interledger "
-"infrastructures and make non-custodial crypto management easier."
-msgstr ""
-
-#: template/page-uses.html.jinja:215
-msgid "X-tokenize"
-msgstr ""
-
-#: template/page-uses.html.jinja:216
-msgid ""
-"X-Tokenize is a command line tool to simplify the process of creating, "
-"managing and distributing issued currencies and eventually NFTs on the "
-"XRPL."
-msgstr ""
-
-#: template/page-uses.html.jinja:223
-msgid "XP Market"
-msgstr ""
-
-#: template/page-uses.html.jinja:224
-msgid ""
-"XP Market is a price-tracking website for cryptoassets on the XRPL "
-"coupled with a decentralized exchange."
-msgstr ""
-
-#: template/page-uses.html.jinja:231
-msgid "XRP Cafe"
-msgstr ""
-
-#: template/page-uses.html.jinja:232
-msgid ""
-"XRP Cafe is an NFT marketplace built by the community that aims to be the"
-" easiest way to build, sell and mint NFTs."
-msgstr ""
-
-#: template/page-uses.html.jinja:239
-msgid "XRP Toolkit"
-msgstr ""
-
-#: template/page-uses.html.jinja:240
-msgid ""
-"XRP Toolkit is a platform for managing crypto assets and trading on the "
-"XRP Ledger's decentralized exchange."
-msgstr ""
-
-#: template/page-uses.html.jinja:247
-msgid "XRPL Rosetta"
-msgstr ""
-
-#: template/page-uses.html.jinja:248
-msgid "XRPL Rosetta explores fiat data on XRPL through visualization."
-msgstr ""
-
-#: template/page-uses.html.jinja:255
-msgid "XRPL.org Ledger Explorer"
-msgstr ""
-
-#: template/page-uses.html.jinja:256
-msgid "XRPL.org's Ledger Explorer is a block explorer of the XRP Ledger."
-msgstr ""
-
-#: template/page-uses.html.jinja:263
-msgid "XRPScan"
-msgstr ""
-
-#: template/page-uses.html.jinja:264
-msgid ""
-"XRPSCAN is an explorer and analytics platform for the XRP Ledger. We "
-"provide a clean and simple way to look up accounts, ledgers and "
-"transactions."
-msgstr ""
-
-#: template/page-uses.html.jinja:271
-msgid "Xumm Wallet"
-msgstr ""
-
-#: template/page-uses.html.jinja:272
-msgid "Xumm Wallet is a non custodial wallet with superpower for the XRP Ledger."
-msgstr ""
-
-#: template/page-uses.html.jinja:294 template/page-uses.html.jinja:398
-msgid "Web Monetization"
-msgstr ""
-
-#: template/page-uses.html.jinja:295 template/page-uses.html.jinja:402
-msgid "Sustainability"
-msgstr ""
-
-#: template/page-uses.html.jinja:296
-msgid "CBDCs"
-msgstr ""
-
-#: template/page-uses.html.jinja:298 template/page-uses.html.jinja:414
-msgid "DeFi"
-msgstr ""
-
-#: template/page-uses.html.jinja:308 template/page-uses.html.jinja:335
-msgid "Cancel"
-msgstr ""
-
-#: template/page-uses.html.jinja:315 template/page-uses.html.jinja:448
-msgid "Featured Categories"
-msgstr ""
-
-#: template/page-uses.html.jinja:322 template/page-uses.html.jinja:456
-msgid "Other Categories"
-msgstr ""
-
-#: template/page-uses.html.jinja:348
-msgid "Proven Powerful for Innovation"
-msgstr ""
-
-#: template/page-uses.html.jinja:349
-msgid "XRPL Use Cases"
-msgstr ""
-
-#: template/page-uses.html.jinja:357
-msgid "Building businesses and creating new value"
-msgstr ""
-
-#: template/page-uses.html.jinja:358
-msgid "XRPL Ecosystem"
-msgstr ""
-
-#: template/page-uses.html.jinja:367
-msgid ""
-"Build and operate components or systems that help the functionality of "
-"the XRP Ledger, such as Nodes, dev tools, storage, security and more."
-msgstr ""
-
-#: template/page-uses.html.jinja:371
-msgid ""
-"Developers can leverage open-source libraries, SDKs and more to help "
-"build their blockchain project and "
-"across essential XRP Ledger functionality."
-msgstr ""
-
-#: template/page-uses.html.jinja:375
-msgid ""
-"Build digital wallets to store passwords and interact with various "
-"blockchains to send and receive digital assets, including XRP."
-msgstr ""
-
-#: template/page-uses.html.jinja:379
-msgid ""
-"XRPL supports the issuance of IOUs that represent a currency of any "
-"value, as well as non-fungible tokens (NFTs)."
-msgstr ""
-
-#: template/page-uses.html.jinja:383
-msgid ""
-"Build sophisticated exchanges where users can invest and trade crypto and"
-" assets such as stocks, ETFs, and commodities."
-msgstr ""
-
-#: template/page-uses.html.jinja:387
-msgid ""
-"The XRPL supports gaming at high speed given its reliable throughput, low"
-" fees, and sidechain interoperability."
-msgstr ""
-
-#: template/page-uses.html.jinja:391
-msgid ""
-"Build services and tools that help prevent and combat fraudulent activity"
-" with the XRPL."
-msgstr ""
-
-#: template/page-uses.html.jinja:395
-msgid ""
-"Leverage the efficiency and speed of the XRP Ledger to move value all "
-"over the globe."
-msgstr ""
-
-#: template/page-uses.html.jinja:399
-msgid ""
-"Support creators and their content directly leveraging the power of the "
-"XRP Ledger."
-msgstr ""
-
-#: template/page-uses.html.jinja:403
-msgid ""
-"Use the XRP Ledger to tokenize carbon offsets as non-fungible tokens "
-"(NFTs)."
-msgstr ""
-
-#: template/page-uses.html.jinja:407
-msgid ""
-"A private version of the XRP Ledger provides Central Banks a secure, "
-"controlled, and flexible solution to issue and manage Central Bank Issued"
-" Digital Currencies (CBDCs)."
-msgstr ""
-
-#: template/page-uses.html.jinja:411
-msgid ""
-"Use the XRP Ledger to build crypto custody and securely hold, store and "
-"use your assets."
-msgstr ""
-
-#: template/page-uses.html.jinja:415
-msgid ""
-"Provide access to financial products and services replacing the "
-"traditional role of financial institutions."
-msgstr ""
-
-#: template/page-uses.html.jinja:431
-msgid "Businesses and developers rely on the XRP Ledger"
-msgstr ""
-
-#: template/page-uses.html.jinja:432
-msgid "Solving Real-World Problems"
-msgstr ""
-
-#: template/page-uses.html.jinja:434
-msgid ""
-"With intentional innovations, tools and documentation that accelerate "
-"development and minimize time to market, XRP Ledger is used to create "
-"solutions across an expansive range of industries and use cases."
-msgstr ""
-
-#: template/page-uses.html.jinja:438
-msgid "Filter by Categories"
-msgstr ""
-
-#: template/page-validator-domain-verifier.html.jinja:5
-msgid "Domain Verification Checker"
-msgstr ""
-
-#: template/page-validator-domain-verifier.html.jinja:7
-msgid ""
-"This tool allows you to verify that domain verification is properly configured."
-msgstr ""
-
-#: template/page-validator-domain-verifier.html.jinja:8
-msgid ""
-"Enter the manifest found in your validator-keys.json file. Do not confuse"
-" this with your validator's secret key."
-msgstr ""
-
-#: template/page-validator-domain-verifier.html.jinja:9
-msgid "To do this with the validator-keys-tool use the following command:"
-msgstr ""
-
-#: template/page-validator-domain-verifier.html.jinja:14
-msgid "Your Manifest Here"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:26
-msgid "Your Questions About XRP, Answered"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:27
-msgid "XRP Overview"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:37
-msgid "#about-xrp"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:38
-msgid "About XRP"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:39
-msgid "#xrp-trading"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:40
-msgid "XRP in Trading"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:41
-msgid "#ripple"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:42
-msgid "Ripple vs. XRP"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:43
-msgid "#wallets"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:44
-msgid "XRP Wallets"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:45
-msgid "#exchanges"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:46
-msgid "XRP Exchanges"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:56
-msgid "What Is XRP?"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:57
-msgid ""
-"XRP is a digital asset that’s native to the XRP Ledger—an open-source, "
-"permissionless and decentralized blockchain technology."
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:58
-msgid ""
-"Created in 2012 specifically for payments, XRP can settle transactions on"
-" the ledger in 3-5 seconds. It was built to be a better Bitcoin—faster, "
-"cheaper and greener than any other digital asset."
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:64
-msgid "XRP"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:65
-msgid "Bitcoin"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:70
-msgid "Fast"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:71
-msgid "3-5 seconds to settle"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:72
-msgid "500 seconds to settle"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:75
-msgid "Low-Cost"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:76
-msgid "$0.0002/tx"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:77
-msgid "$0.50/tx"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:80
-msgid "Scalable"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:81
-msgid "1,500 tx per second"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:82
-msgid "3 tx per second"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:85
-msgid "Sustainable"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:86
-msgid "Environmentally sustainable (negligible energy consumption)"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:87
-msgid "0.3% of global energy consumption"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:93
-msgid ""
-"XRP can be sent directly without needing a central intermediary, making "
-"it a convenient instrument in bridging two different currencies quickly "
-"and efficiently. It is freely exchanged on the open market and used in "
-"the real world for enabling cross-border payments and microtransactions."
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:97
-msgid "Financial Institutions"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:98
-msgid ""
-"Leverage XRP as a bridge currency to facilitate faster, more affordable "
-"cross-border payments around the world."
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:102
-msgid "Individual Consumers"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:103
-msgid "Use XRP to move different currencies around the world. "
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:109
-msgid "The XRP Ledger was designed with sustainability in mind."
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:110
-msgid ""
-"Explore the impact of the world's first major, global, public carbon-"
-"neutral blockchain."
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:111
-msgid "Impact"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:117
-msgid "How Is XRP Used in Trading?"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:118
-msgid "XRP is traded on more than 100 markets and exchanges worldwide."
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:119
-msgid ""
-"XRP’s low transaction fees, reliability and high-speed enable traders to "
-"use the digital asset as high-speed, cost-efficient and reliable "
-"collateral across trading venues—seizing arbitrage "
-"opportunities, servicing margin calls and managing general trading "
-"inventory in real time."
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:120
-msgid ""
-"Because of the properties inherent to XRP and the ecosystem around it, "
-"traders worldwide are able to shift collateral, bridge currencies and "
-"switch from one crypto into another nearly instantly, across any exchange"
-" on the planet."
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:124
-msgid "What Is the Relationship Between Ripple and XRP?"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:125
-msgid ""
-"Ripple is a "
-"technology company that makes it easier to build a high-performance, "
-"global payments business. XRP is a digital asset independent of this."
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:126
-msgid ""
-"There is a finite amount of XRP. All XRP is already in existence today—no"
-" more than the original 100 billion can be created. The XRPL founders "
-"gifted 80 billion XRP, the platform’s native currency, to Ripple. To "
-"provide predictability to the XRP supply, Ripple has locked 55 billion "
-"XRP (55% of the total possible supply) into a series of escrows using"
-" the XRP Ledger itself. The XRPL's transaction processing rules, enforced"
-" by the consensus protocol, control the release of the XRP."
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:130
-msgid ""
-"As of December "
-"2017 \n"
-" 55B \n"
-" XRP remains in escrow"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:153
-msgid "What Wallets Support XRP?"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:154
-msgid ""
-"Digital wallets are pieces of software that allow people to send, "
-"receive, and store cryptocurrencies, including XRP. There are two types "
-"of digital wallets: hardware and software."
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:157
-msgid "Software Wallets"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:162
-msgid "Towo"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:165
-msgid "Xumm"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:166
-msgid "https://trustwallet.com/"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:168
-msgid "Trust Wallet"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:169
-msgid "https://gatehub.net/"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:180
-msgid "Hardware Wallets"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:185
-msgid "Ledger"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:189
-msgid "Keystone"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:193
-msgid "Dcent"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:197
-msgid "Trezor"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:206
-#: template/page-xrp-overview.html.jinja:269
-msgid ""
-"Disclaimer: This information is drawn from other sources on the internet."
-" XRPL.org does not endorse or recommend any exchanges or make any "
-"representations with respect to exchanges or the purchase or sale of "
-"digital assets more generally. It’s advisable to conduct your own due "
-"diligence before relying on any third party or third-party technology, "
-"and providers may vary significantly in their compliance, data security, "
-"and privacy practices."
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:210
-msgid "What Exchanges Support XRP?"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:211
-msgid ""
-"Exchanges are where people trade currencies. XRP is traded on more than "
-"100 markets and exchanges worldwide."
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:212
-msgid ""
-"There are different types of exchanges that vary depending on the type of"
-" market (spot, futures, options, swaps), and the type of security model "
-"(custodial, non-custodial)."
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:215
-msgid "Spot Exchanges"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:216
-msgid ""
-"Spot exchanges allow people to buy and sell cryptocurrencies at current "
-"(spot) market rates."
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:219
-msgid "Futures, Options and Swap Exchanges"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:220
-msgid ""
-"Futures, options and swap exchanges allow people to buy and sell "
-"standardized contracts of cryptocurrency market rates in the future."
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:223
-msgid "Custodial Exchanges"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:224
-msgid ""
-"Custodial exchanges manage a user’s private keys, and publish centralized"
-" order books of buyers and sellers."
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:227
-msgid "Non-Custodial Exchanges"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:228
-msgid ""
-"Non-custodial exchanges, also known as decentralized exchanges, do not "
-"manage a user’s private keys, and publish decentralized order books of "
-"buyers and sellers on a blockchain."
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:231
-msgid "Top Exchanges, according to CryptoCompare"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:236
-msgid "Bitstamp"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:237
-msgid "https://www.kraken.com/"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:239
-msgid "Kraken"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:240
-msgid "https://cex.io/"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:242
-msgid "Cex.io"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:243
-msgid "https://www.liquid.com/"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:245
-msgid "Liquid"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:246
-msgid "https://www.lmax.com/"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:248
-msgid "LMAX"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:249
-msgid "https://www.bitfinex.com/"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:251
-msgid "Bitfinex"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:252
-msgid "https://www.etoro.com/crypto/exchange/"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:254
-msgid "eToro"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:255
-msgid "https://currency.com"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:257
-msgid "Currency.com"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:258
-msgid "https://bittrex.com/"
-msgstr ""
-
-#: template/page-xrp-overview.html.jinja:260
-msgid "Bittrex"
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:39
-msgid "The Business of Impact"
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:53
-msgid "How the XRP Ledger works"
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:54
-msgid "XRP Ledger Basics"
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:56
-msgid "The XRP Ledger is a decentralized public blockchain built for business. "
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:57
-msgid ""
-"The peer-to-peer network that manages the ledger is open to everyone. The"
-" XRP Ledger is maintained by software engineers, server operators, users,"
-" and businesses–a global community working to solve problems and create "
-"real-world value."
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:59
-#: template/page-xrpl-overview.html.jinja:69
-msgid "Read Technical Docs"
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:59
-#: template/page-xrpl-overview.html.jinja:69
-msgid "Watch Explainer Videos "
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:80
-msgid "How the Consensus Protocol works"
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:81
-msgid "Consensus"
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:83
-msgid ""
-"To uphold performance, XRPL uses a consensus protocol. Designated servers"
-" called validators, which "
-"anyone can operate, come to an agreement on the order and outcome of XRP "
-"transactions every three to five seconds."
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:84
-msgid ""
-"All servers in the network process each transaction according to the same"
-" rules, and any transaction that follows the protocol is confirmed right "
-"away. All transactions are public, and strong cryptography guarantees the"
-" integrity of the system."
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:85
-msgid ""
-"Currently, over 120 validators are active on the ledger, operated by "
-"universities, exchanges, businesses, and individuals. As the validator "
-"pool grows, the consensus protocol ensures decentralization of the "
-"blockchain over time."
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:97
-msgid "A Sustainable Blockchain"
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:98
-msgid ""
-"Unlike most other blockchains, the XRP Ledger requires no mining and uses"
-" negligible energy, key to long-term growth and stability."
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:108
-msgid "Building with confidence on proven technology"
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:109
-msgid "XRPL Today"
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:111
-msgid ""
-"With 10+ years of error-free functioning and enterprise companies as "
-"champions, XRPL has established reliability."
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:112
-msgid ""
-"With the XRPL, these developers are building innovative blockchain "
-"projects and applications across use cases including tokenization of "
-"assets, online gaming, asset custody, NFTs, and DeFi."
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:113
-msgid "Explore More"
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:117
-msgid "Creating new value for long-term growth"
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:118
-msgid "XRPL Tomorrow"
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:120
-msgid ""
-"As a community-led blockchain built for business, XRPL attracts companies"
-" and developers driven to solve real problems and generate real value–now"
-" and into the future."
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:121
-msgid ""
-"Significant investment in development, along with low transaction costs "
-"and energy usage, is fueling growth and opening up a wide variety of use "
-"cases at scale."
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:128
-msgid "Watch the explainer video series to learn more about the XRP Ledger"
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:129
-msgid "Tune In"
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:138
-msgid "The Consensus Mechanism"
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:146
-msgid "Nodes and Validators"
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:154
-msgid "Sustainability of the XRP Ledger"
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:159
-msgid "Watch Full Series on YouTube"
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:167
-msgid "Tomorrow’s Blockchain Starts With You"
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:168
-msgid ""
-"XRP Ledger’s innovation relies on the shared community experience of "
-"builders like you. If you’re ready to start your next big blockchain "
-"project, explore the XRPL now and consider applying for funding on your "
-"next blockchain project."
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:169
-msgid "Explore XRPL Developer Funding"
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:177
-msgid "Is XRPL a private blockchain, owned by Ripple?"
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:178
-#, python-format
-msgid ""
-"No, the XRP Ledger is a decentralized, public blockchain. Any changes "
-"that would impact transaction processing or consensus need to be approved"
-" by at least 80%% of the network. Ripple is a contributor to the network,"
-" but its rights are the same as those of other contributors. In terms of "
-"validation, there are 150+ validators on the network with 35+ on the "
-"Unique Node List (see “What are Unique Node Lists (UNLs)?” in the Full "
-"FAQ) — Ripple runs 6 of these nodes."
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:179
-msgid "Isn’t Proof of Work the best validation mechanism?"
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:180
-msgid ""
-"Proof of Work (PoW) was the first mechanism to solve the double spend "
-"problem without requiring a trusted 3rd party. However the XRP Ledger’s "
-"consensus mechanism solves the same problem in a far faster, cheaper and "
-"more energy efficient way."
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:181
-msgid "How can a blockchain be sustainable?"
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:182
-msgid ""
-"It’s been widely reported that Bitcoin’s energy consumption, as of 2021, "
-"is equivalent to that used by Argentina, with much of the electricity "
-"Bitcoin miners use coming from polluting sources. The XRP Ledger confirms"
-" transactions through a “consensus” mechanism - which does not waste "
-"energy like proof of work does - and leverages carbon offsets to be one of the first "
-"truly carbon neutral blockchains."
-msgstr ""
-
-#: template/page-xrpl-overview.html.jinja:198
-msgid "View Full FAQ"
-msgstr ""
-
-#: template/pagetype-doc.html.jinja:51
-msgid "In this document"
-msgstr ""
-
diff --git a/package-lock.json b/package-lock.json
index d7920e253a..126263b8d7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11,6 +11,7 @@
"dependencies": {
"@codemirror/state": "6.4.1",
"@codemirror/view": "^6.22.2",
+ "@docsearch/react": "^3.8.0",
"@lezer/highlight": "^1.2.0",
"@redocly/realm": "0.103.1",
"@uiw/codemirror-themes": "4.21.21",
@@ -34,6 +35,231 @@
"sass": "1.26.10"
}
},
+ "node_modules/@algolia/autocomplete-core": {
+ "version": "1.17.7",
+ "resolved": "https://registry.npmjs.org/@algolia/autocomplete-core/-/autocomplete-core-1.17.7.tgz",
+ "integrity": "sha512-BjiPOW6ks90UKl7TwMv7oNQMnzU+t/wk9mgIDi6b1tXpUek7MW0lbNOUHpvam9pe3lVCf4xPFT+lK7s+e+fs7Q==",
+ "license": "MIT",
+ "dependencies": {
+ "@algolia/autocomplete-plugin-algolia-insights": "1.17.7",
+ "@algolia/autocomplete-shared": "1.17.7"
+ }
+ },
+ "node_modules/@algolia/autocomplete-plugin-algolia-insights": {
+ "version": "1.17.7",
+ "resolved": "https://registry.npmjs.org/@algolia/autocomplete-plugin-algolia-insights/-/autocomplete-plugin-algolia-insights-1.17.7.tgz",
+ "integrity": "sha512-Jca5Ude6yUOuyzjnz57og7Et3aXjbwCSDf/8onLHSQgw1qW3ALl9mrMWaXb5FmPVkV3EtkD2F/+NkT6VHyPu9A==",
+ "license": "MIT",
+ "dependencies": {
+ "@algolia/autocomplete-shared": "1.17.7"
+ },
+ "peerDependencies": {
+ "search-insights": ">= 1 < 3"
+ }
+ },
+ "node_modules/@algolia/autocomplete-preset-algolia": {
+ "version": "1.17.7",
+ "resolved": "https://registry.npmjs.org/@algolia/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.17.7.tgz",
+ "integrity": "sha512-ggOQ950+nwbWROq2MOCIL71RE0DdQZsceqrg32UqnhDz8FlO9rL8ONHNsI2R1MH0tkgVIDKI/D0sMiUchsFdWA==",
+ "license": "MIT",
+ "dependencies": {
+ "@algolia/autocomplete-shared": "1.17.7"
+ },
+ "peerDependencies": {
+ "@algolia/client-search": ">= 4.9.1 < 6",
+ "algoliasearch": ">= 4.9.1 < 6"
+ }
+ },
+ "node_modules/@algolia/autocomplete-shared": {
+ "version": "1.17.7",
+ "resolved": "https://registry.npmjs.org/@algolia/autocomplete-shared/-/autocomplete-shared-1.17.7.tgz",
+ "integrity": "sha512-o/1Vurr42U/qskRSuhBH+VKxMvkkUVTLU6WZQr+L5lGZZLYWyhdzWjW0iGXY7EkwRTjBqvN2EsR81yCTGV/kmg==",
+ "license": "MIT",
+ "peerDependencies": {
+ "@algolia/client-search": ">= 4.9.1 < 6",
+ "algoliasearch": ">= 4.9.1 < 6"
+ }
+ },
+ "node_modules/@algolia/client-abtesting": {
+ "version": "5.15.0",
+ "resolved": "https://registry.npmjs.org/@algolia/client-abtesting/-/client-abtesting-5.15.0.tgz",
+ "integrity": "sha512-FaEM40iuiv1mAipYyiptP4EyxkJ8qHfowCpEeusdHUC4C7spATJYArD2rX3AxkVeREkDIgYEOuXcwKUbDCr7Nw==",
+ "license": "MIT",
+ "dependencies": {
+ "@algolia/client-common": "5.15.0",
+ "@algolia/requester-browser-xhr": "5.15.0",
+ "@algolia/requester-fetch": "5.15.0",
+ "@algolia/requester-node-http": "5.15.0"
+ },
+ "engines": {
+ "node": ">= 14.0.0"
+ }
+ },
+ "node_modules/@algolia/client-analytics": {
+ "version": "5.15.0",
+ "resolved": "https://registry.npmjs.org/@algolia/client-analytics/-/client-analytics-5.15.0.tgz",
+ "integrity": "sha512-lho0gTFsQDIdCwyUKTtMuf9nCLwq9jOGlLGIeQGKDxXF7HbiAysFIu5QW/iQr1LzMgDyM9NH7K98KY+BiIFriQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@algolia/client-common": "5.15.0",
+ "@algolia/requester-browser-xhr": "5.15.0",
+ "@algolia/requester-fetch": "5.15.0",
+ "@algolia/requester-node-http": "5.15.0"
+ },
+ "engines": {
+ "node": ">= 14.0.0"
+ }
+ },
+ "node_modules/@algolia/client-common": {
+ "version": "5.15.0",
+ "resolved": "https://registry.npmjs.org/@algolia/client-common/-/client-common-5.15.0.tgz",
+ "integrity": "sha512-IofrVh213VLsDkPoSKMeM9Dshrv28jhDlBDLRcVJQvlL8pzue7PEB1EZ4UoJFYS3NSn7JOcJ/V+olRQzXlJj1w==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 14.0.0"
+ }
+ },
+ "node_modules/@algolia/client-insights": {
+ "version": "5.15.0",
+ "resolved": "https://registry.npmjs.org/@algolia/client-insights/-/client-insights-5.15.0.tgz",
+ "integrity": "sha512-bDDEQGfFidDi0UQUCbxXOCdphbVAgbVmxvaV75cypBTQkJ+ABx/Npw7LkFGw1FsoVrttlrrQbwjvUB6mLVKs/w==",
+ "license": "MIT",
+ "dependencies": {
+ "@algolia/client-common": "5.15.0",
+ "@algolia/requester-browser-xhr": "5.15.0",
+ "@algolia/requester-fetch": "5.15.0",
+ "@algolia/requester-node-http": "5.15.0"
+ },
+ "engines": {
+ "node": ">= 14.0.0"
+ }
+ },
+ "node_modules/@algolia/client-personalization": {
+ "version": "5.15.0",
+ "resolved": "https://registry.npmjs.org/@algolia/client-personalization/-/client-personalization-5.15.0.tgz",
+ "integrity": "sha512-LfaZqLUWxdYFq44QrasCDED5bSYOswpQjSiIL7Q5fYlefAAUO95PzBPKCfUhSwhb4rKxigHfDkd81AvEicIEoA==",
+ "license": "MIT",
+ "dependencies": {
+ "@algolia/client-common": "5.15.0",
+ "@algolia/requester-browser-xhr": "5.15.0",
+ "@algolia/requester-fetch": "5.15.0",
+ "@algolia/requester-node-http": "5.15.0"
+ },
+ "engines": {
+ "node": ">= 14.0.0"
+ }
+ },
+ "node_modules/@algolia/client-query-suggestions": {
+ "version": "5.15.0",
+ "resolved": "https://registry.npmjs.org/@algolia/client-query-suggestions/-/client-query-suggestions-5.15.0.tgz",
+ "integrity": "sha512-wu8GVluiZ5+il8WIRsGKu8VxMK9dAlr225h878GGtpTL6VBvwyJvAyLdZsfFIpY0iN++jiNb31q2C1PlPL+n/A==",
+ "license": "MIT",
+ "dependencies": {
+ "@algolia/client-common": "5.15.0",
+ "@algolia/requester-browser-xhr": "5.15.0",
+ "@algolia/requester-fetch": "5.15.0",
+ "@algolia/requester-node-http": "5.15.0"
+ },
+ "engines": {
+ "node": ">= 14.0.0"
+ }
+ },
+ "node_modules/@algolia/client-search": {
+ "version": "5.15.0",
+ "resolved": "https://registry.npmjs.org/@algolia/client-search/-/client-search-5.15.0.tgz",
+ "integrity": "sha512-Z32gEMrRRpEta5UqVQA612sLdoqY3AovvUPClDfMxYrbdDAebmGDVPtSogUba1FZ4pP5dx20D3OV3reogLKsRA==",
+ "license": "MIT",
+ "dependencies": {
+ "@algolia/client-common": "5.15.0",
+ "@algolia/requester-browser-xhr": "5.15.0",
+ "@algolia/requester-fetch": "5.15.0",
+ "@algolia/requester-node-http": "5.15.0"
+ },
+ "engines": {
+ "node": ">= 14.0.0"
+ }
+ },
+ "node_modules/@algolia/ingestion": {
+ "version": "1.15.0",
+ "resolved": "https://registry.npmjs.org/@algolia/ingestion/-/ingestion-1.15.0.tgz",
+ "integrity": "sha512-MkqkAxBQxtQ5if/EX2IPqFA7LothghVyvPoRNA/meS2AW2qkHwcxjuiBxv4H6mnAVEPfJlhu9rkdVz9LgCBgJg==",
+ "license": "MIT",
+ "dependencies": {
+ "@algolia/client-common": "5.15.0",
+ "@algolia/requester-browser-xhr": "5.15.0",
+ "@algolia/requester-fetch": "5.15.0",
+ "@algolia/requester-node-http": "5.15.0"
+ },
+ "engines": {
+ "node": ">= 14.0.0"
+ }
+ },
+ "node_modules/@algolia/monitoring": {
+ "version": "1.15.0",
+ "resolved": "https://registry.npmjs.org/@algolia/monitoring/-/monitoring-1.15.0.tgz",
+ "integrity": "sha512-QPrFnnGLMMdRa8t/4bs7XilPYnoUXDY8PMQJ1sf9ZFwhUysYYhQNX34/enoO0LBjpoOY6rLpha39YQEFbzgKyQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@algolia/client-common": "5.15.0",
+ "@algolia/requester-browser-xhr": "5.15.0",
+ "@algolia/requester-fetch": "5.15.0",
+ "@algolia/requester-node-http": "5.15.0"
+ },
+ "engines": {
+ "node": ">= 14.0.0"
+ }
+ },
+ "node_modules/@algolia/recommend": {
+ "version": "5.15.0",
+ "resolved": "https://registry.npmjs.org/@algolia/recommend/-/recommend-5.15.0.tgz",
+ "integrity": "sha512-5eupMwSqMLDObgSMF0XG958zR6GJP3f7jHDQ3/WlzCM9/YIJiWIUoJFGsko9GYsA5xbLDHE/PhWtq4chcCdaGQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@algolia/client-common": "5.15.0",
+ "@algolia/requester-browser-xhr": "5.15.0",
+ "@algolia/requester-fetch": "5.15.0",
+ "@algolia/requester-node-http": "5.15.0"
+ },
+ "engines": {
+ "node": ">= 14.0.0"
+ }
+ },
+ "node_modules/@algolia/requester-browser-xhr": {
+ "version": "5.15.0",
+ "resolved": "https://registry.npmjs.org/@algolia/requester-browser-xhr/-/requester-browser-xhr-5.15.0.tgz",
+ "integrity": "sha512-Po/GNib6QKruC3XE+WKP1HwVSfCDaZcXu48kD+gwmtDlqHWKc7Bq9lrS0sNZ456rfCKhXksOmMfUs4wRM/Y96w==",
+ "license": "MIT",
+ "dependencies": {
+ "@algolia/client-common": "5.15.0"
+ },
+ "engines": {
+ "node": ">= 14.0.0"
+ }
+ },
+ "node_modules/@algolia/requester-fetch": {
+ "version": "5.15.0",
+ "resolved": "https://registry.npmjs.org/@algolia/requester-fetch/-/requester-fetch-5.15.0.tgz",
+ "integrity": "sha512-rOZ+c0P7ajmccAvpeeNrUmEKoliYFL8aOR5qGW5pFq3oj3Iept7Y5mEtEsOBYsRt6qLnaXn4zUKf+N8nvJpcIw==",
+ "license": "MIT",
+ "dependencies": {
+ "@algolia/client-common": "5.15.0"
+ },
+ "engines": {
+ "node": ">= 14.0.0"
+ }
+ },
+ "node_modules/@algolia/requester-node-http": {
+ "version": "5.15.0",
+ "resolved": "https://registry.npmjs.org/@algolia/requester-node-http/-/requester-node-http-5.15.0.tgz",
+ "integrity": "sha512-b1jTpbFf9LnQHEJP5ddDJKE2sAlhYd7EVSOWgzo/27n/SfCoHfqD0VWntnWYD83PnOKvfe8auZ2+xCb0TXotrQ==",
+ "license": "MIT",
+ "dependencies": {
+ "@algolia/client-common": "5.15.0"
+ },
+ "engines": {
+ "node": ">= 14.0.0"
+ }
+ },
"node_modules/@ampproject/remapping": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
@@ -534,6 +760,44 @@
"@jridgewell/sourcemap-codec": "^1.4.10"
}
},
+ "node_modules/@docsearch/css": {
+ "version": "3.8.0",
+ "resolved": "https://registry.npmjs.org/@docsearch/css/-/css-3.8.0.tgz",
+ "integrity": "sha512-pieeipSOW4sQ0+bE5UFC51AOZp9NGxg89wAlZ1BAQFaiRAGK1IKUaPQ0UGZeNctJXyqZ1UvBtOQh2HH+U5GtmA==",
+ "license": "MIT"
+ },
+ "node_modules/@docsearch/react": {
+ "version": "3.8.0",
+ "resolved": "https://registry.npmjs.org/@docsearch/react/-/react-3.8.0.tgz",
+ "integrity": "sha512-WnFK720+iwTVt94CxY3u+FgX6exb3BfN5kE9xUY6uuAH/9W/UFboBZFLlrw/zxFRHoHZCOXRtOylsXF+6LHI+Q==",
+ "license": "MIT",
+ "dependencies": {
+ "@algolia/autocomplete-core": "1.17.7",
+ "@algolia/autocomplete-preset-algolia": "1.17.7",
+ "@docsearch/css": "3.8.0",
+ "algoliasearch": "^5.12.0"
+ },
+ "peerDependencies": {
+ "@types/react": ">= 16.8.0 < 19.0.0",
+ "react": ">= 16.8.0 < 19.0.0",
+ "react-dom": ">= 16.8.0 < 19.0.0",
+ "search-insights": ">= 1 < 3"
+ },
+ "peerDependenciesMeta": {
+ "@types/react": {
+ "optional": true
+ },
+ "react": {
+ "optional": true
+ },
+ "react-dom": {
+ "optional": true
+ },
+ "search-insights": {
+ "optional": true
+ }
+ }
+ },
"node_modules/@emotion/babel-plugin": {
"version": "11.12.0",
"resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.12.0.tgz",
@@ -2290,6 +2554,30 @@
}
}
},
+ "node_modules/algoliasearch": {
+ "version": "5.15.0",
+ "resolved": "https://registry.npmjs.org/algoliasearch/-/algoliasearch-5.15.0.tgz",
+ "integrity": "sha512-Yf3Swz1s63hjvBVZ/9f2P1Uu48GjmjCN+Esxb6MAONMGtZB1fRX8/S1AhUTtsuTlcGovbYLxpHgc7wEzstDZBw==",
+ "license": "MIT",
+ "dependencies": {
+ "@algolia/client-abtesting": "5.15.0",
+ "@algolia/client-analytics": "5.15.0",
+ "@algolia/client-common": "5.15.0",
+ "@algolia/client-insights": "5.15.0",
+ "@algolia/client-personalization": "5.15.0",
+ "@algolia/client-query-suggestions": "5.15.0",
+ "@algolia/client-search": "5.15.0",
+ "@algolia/ingestion": "1.15.0",
+ "@algolia/monitoring": "1.15.0",
+ "@algolia/recommend": "5.15.0",
+ "@algolia/requester-browser-xhr": "5.15.0",
+ "@algolia/requester-fetch": "5.15.0",
+ "@algolia/requester-node-http": "5.15.0"
+ },
+ "engines": {
+ "node": ">= 14.0.0"
+ }
+ },
"node_modules/anser": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/anser/-/anser-2.1.1.tgz",
@@ -5850,6 +6138,13 @@
"loose-envify": "^1.1.0"
}
},
+ "node_modules/search-insights": {
+ "version": "2.17.3",
+ "resolved": "https://registry.npmjs.org/search-insights/-/search-insights-2.17.3.tgz",
+ "integrity": "sha512-RQPdCYTa8A68uM2jwxoY842xDhvx3E5LFL1LxvxCNMev4o5mLuokczhzjAgGwUZBAmOKZknArSxLKmXtIi2AxQ==",
+ "license": "MIT",
+ "peer": true
+ },
"node_modules/section-matter": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/section-matter/-/section-matter-1.0.0.tgz",
diff --git a/package.json b/package.json
index cda517939f..33d14c3fdd 100644
--- a/package.json
+++ b/package.json
@@ -14,6 +14,7 @@
"dependencies": {
"@codemirror/state": "6.4.1",
"@codemirror/view": "^6.22.2",
+ "@docsearch/react": "^3.8.0",
"@lezer/highlight": "^1.2.0",
"@redocly/realm": "0.103.1",
"@uiw/codemirror-themes": "4.21.21",
diff --git a/redirects.yaml b/redirects.yaml
index 0d8028e1e4..1307d09a82 100644
--- a/redirects.yaml
+++ b/redirects.yaml
@@ -22,6 +22,9 @@
/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/use-checks:
to: /docs/tutorials/how-tos/use-specialized-payment-types/use-checks
type: 301
+/docs/references/http-websocket-apis/public-api-methods/clio-server:
+ to: /docs/references/http-websocket-apis/public-api-methods/clio-methods
+ type: 301
/docs/references/protocol/transactions/transaction-results/transaction-results:
to: /docs/references/protocol/transactions/transaction-results
type: 301
@@ -43,6 +46,9 @@ xrp-testnet-faucet.html:
xrp-test-net-faucet.html:
to: /resources/dev-tools/xrp-faucets
type: 301
+/resources/xrp-faucets:
+ to: /resources/dev-tools/xrp-faucets
+ type: 301
tx-sender.html:
to: /resources/dev-tools/tx-sender
type: 301
@@ -2287,6 +2293,9 @@ blog/2023.html:
blog/2024.html:
to: /blog/
type: 301
+blog/label/developer-reflections.html:
+ to: /blog/
+ type: 301
code_of_conduct/:
to: /code-of-conduct
type: 301
@@ -2337,6 +2346,9 @@ code_of_conduct.ja:
/ja/xrp-test-net-faucet.html:
to: /ja/resources/dev-tools/xrp-faucets
type: 301
+/ja/resources/xrp-test-net-faucets:
+ to: /ja/resources/dev-tools/xrp-faucets
+ type: 301
/ja/tx-sender.html:
to: /ja/resources/dev-tools/tx-sender
type: 301
@@ -2367,6 +2379,9 @@ code_of_conduct.ja:
/ja/impact.html:
to: /ja/about/impact
type: 301
+/ja/impact:
+ to: /ja/about/impact
+ type: 301
/ja/carbon-calculator.html:
to: /ja/about/impact
type: 301
@@ -2779,13 +2794,13 @@ code_of_conduct.ja:
to: /ja/docs/concepts/tokens/
type: 301
/ja/federated-sidechains.html:
- to: /jahttps://opensource.ripple.com/docs/xls-38d-cross-chain-bridge/cross-chain-bridges/
+ to: https://opensource.ripple.com/docs/xls-38d-cross-chain-bridge/cross-chain-bridges/
type: 301
/ja/xrpl-interoperability.html:
- to: /jahttps://opensource.ripple.com/docs/xls-38d-cross-chain-bridge/cross-chain-bridges/
+ to: https://opensource.ripple.com/docs/xls-38d-cross-chain-bridge/cross-chain-bridges/
type: 301
/ja/intro-to-evm-sidechain.html:
- to: /jahttps://opensource.ripple.com/docs/evm-sidechain/intro-to-evm-sidechain/
+ to: https://opensource.ripple.com/docs/evm-sidechain/intro-to-evm-sidechain/
type: 301
/ja/the-rippled-server.html:
to: /ja/docs/concepts/networks-and-servers/
@@ -2815,7 +2830,7 @@ code_of_conduct.ja:
to: /ja/docs/tutorials/python/get-started
type: 301
/ja/docs/tutorials/python/get-started/:
- to: /jadocs/tutorials/python/build-apps/get-started/
+ to: /ja/docs/tutorials/python/build-apps/get-started/
type: 301
/ja/modular-tutorials-in-python.html:
to: /ja/docs/tutorials/python/
@@ -2857,10 +2872,10 @@ code_of_conduct.ja:
to: /ja/docs/tutorials/javascript/build-apps/get-started
type: 301
/ja/docs/tutorials/javascript/get-started:
- to: /jadocs/tutorials/javascript/build-apps/get-started/
+ to: /ja/docs/tutorials/javascript/build-apps/get-started/
type: 301
/ja/docs/tutorials/javascript/get-started/:
- to: /jadocs/tutorials/javascript/build-apps/get-started/
+ to: /ja/docs/tutorials/javascript/build-apps/get-started/
type: 301
/ja/get-started-using-node-js.html:
to: /ja/docs/tutorials/javascript/build-apps/get-started
@@ -2914,10 +2929,10 @@ code_of_conduct.ja:
to: /ja/docs/tutorials/javascript/build-apps/build-a-browser-wallet-in-javascript/
type: 301
/ja/docs/tutorials/javascript/build-a-browser-wallet-in-javascript:
- to: /jadocs/tutorials/javascript/build-apps/build-a-browser-wallet-in-javascript/
+ to: /ja/docs/tutorials/javascript/build-apps/build-a-browser-wallet-in-javascript/
type: 301
/ja/docs/tutorials/javascript/build-a-browser-wallet-in-javascript/:
- to: /jadocs/tutorials/javascript/build-apps/build-a-browser-wallet-in-javascript/
+ to: /ja/docs/tutorials/javascript/build-apps/build-a-browser-wallet-in-javascript/
type: 301
/ja/build-a-desktop-wallet-in-javascript.html:
to: /ja/docs/tutorials/javascript/build-apps/build-a-desktop-wallet-in-javascript
@@ -3076,22 +3091,22 @@ code_of_conduct.ja:
to: /ja/docs/concepts/transactions/finality-of-results/canceling-a-transaction
type: 301
/ja/evm-sidechains.html:
- to: /jahttps://opensource.ripple.com/docs/evm-sidechain/intro-to-evm-sidechain/
+ to: https://opensource.ripple.com/docs/evm-sidechain/intro-to-evm-sidechain/
type: 301
/ja/get-started-evm-sidechain.html:
- to: /jahttps://opensource.ripple.com/docs/evm-sidechain/get-started-evm-sidechain/
+ to: https://opensource.ripple.com/docs/evm-sidechain/get-started-evm-sidechain/
type: 301
/ja/connect-metamask-to-xrpl-evm-sidechain.html:
- to: /jahttps://opensource.ripple.com/docs/evm-sidechain/connect-metamask-to-xrpl-evm-sidechain/
+ to: https://opensource.ripple.com/docs/evm-sidechain/connect-metamask-to-xrpl-evm-sidechain/
type: 301
/ja/join-evm-sidechain-devnet.html:
- to: /jahttps://opensource.ripple.com/docs/evm-sidechain/join-evm-sidechain-devnet/
+ to: https://opensource.ripple.com/docs/evm-sidechain/join-evm-sidechain-devnet/
type: 301
/ja/evm-sidechain-validator-security.html:
- to: /jahttps://opensource.ripple.com/docs/evm-sidechain/evm-sidechain-validator-security/
+ to: https://opensource.ripple.com/docs/evm-sidechain/evm-sidechain-validator-security/
type: 301
/ja/evm-sidechain-run-a-validator-node.html:
- to: /jahttps://opensource.ripple.com/docs/evm-sidechain/evm-sidechain-run-a-validator-node/
+ to: https://opensource.ripple.com/docs/evm-sidechain/evm-sidechain-run-a-validator-node/
type: 301
/ja/use-xrpl-sidechains.html:
to: /ja/docs/tutorials/how-tos/use-xrpl-sidechains/
@@ -3382,7 +3397,7 @@ code_of_conduct.ja:
to: /ja/docs/references/client-libraries
type: 301
/ja/rippleapi-reference.html:
- to: /jahttps://js.xrpl.org/
+ to: https://js.xrpl.org/
type: 301
/ja/xrpljs2-migration-guide.html:
to: /ja/docs/references/xrpljs2-migration-guide
@@ -3700,7 +3715,7 @@ code_of_conduct.ja:
to: /ja/docs/references/http-websocket-apis/peer-port-methods/validator-list
type: 301
/ja/xrp-api.html:
- to: /jahttps://xpring-eng.github.io/xrp-api/
+ to: https://xpring-eng.github.io/xrp-api/
type: 301
/ja/data-api.html:
to: /ja/docs/references/data-api
diff --git a/redocly.yaml b/redocly.yaml
index 0d83fd6792..86c01ebf1d 100644
--- a/redocly.yaml
+++ b/redocly.yaml
@@ -13,6 +13,15 @@ l10n:
name: 日本語
redirects:
$ref: redirects.yaml
+responseHeaders:
+ '**':
+ - name: X-Frame-Options
+ value: DENY
+ - name: Content-Security-Policy
+ value: frame-ancestors 'none'
+ '/@l10n/es-ES/**':
+ - name: X-Robots-Tag
+ value: noindex
seo:
siteUrl: https://xrpl.org/
rbac:
@@ -50,6 +59,8 @@ links:
rel: stylesheet
- href: https://www.unpkg.com/@xrpl/ai-css/xrplai.css
rel: stylesheet
+ - href: https://cdn.jsdelivr.net/npm/@docsearch/css@3
+ rel: stylesheet
logo:
srcSet: ./static/img/XRPLedger_DevPortal-black.svg light ./static/img/XRPLedger_DevPortal-white.svg dark
diff --git a/resources/contribute-code/create-custom-transactors.md b/resources/contribute-code/create-custom-transactors.md
index abfd3f62a2..c0a80ff215 100644
--- a/resources/contribute-code/create-custom-transactors.md
+++ b/resources/contribute-code/create-custom-transactors.md
@@ -21,8 +21,8 @@ Transactors follow a basic order of operations:
This tutorial uses the existing `CreateCheck` transactor as an example. You can view the source files here:
-- [Header File](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/CreateCheck.h)
-- [CPP File](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/CreateCheck.cpp)
+- [Header File](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/CreateCheck.h)
+- [CPP File](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/CreateCheck.cpp)
## Header File
diff --git a/resources/dev-tools/components/websocket-api/data/command-list.json b/resources/dev-tools/components/websocket-api/data/command-list.json
index dc7280f084..ebf7aa661d 100644
--- a/resources/dev-tools/components/websocket-api/data/command-list.json
+++ b/resources/dev-tools/components/websocket-api/data/command-list.json
@@ -130,8 +130,6 @@
"body": {
"command": "ledger",
"ledger_index": "validated",
- "full": false,
- "accounts": false,
"transactions": false,
"expand": false,
"owner_funds": false
@@ -163,6 +161,16 @@
"limit": 5,
"binary": true
}
+ },
+ {
+ "name": "ledger_index",
+ "description": "Looks up the most recently closed ledger at a specific time.",
+ "link": "/docs/references/http-websocket-apis/public-api-methods/clio-methods/ledger_index",
+ "body": {
+ "command": "ledger_index",
+ "date": "2024-06-20T09:00:42.000Z"
+ },
+ "clio_only": true
}
]
},
diff --git a/resources/dev-tools/components/websocket-api/data/connections.json b/resources/dev-tools/components/websocket-api/data/connections.json
index 72565bad31..2802c386b3 100644
--- a/resources/dev-tools/components/websocket-api/data/connections.json
+++ b/resources/dev-tools/components/websocket-api/data/connections.json
@@ -40,7 +40,7 @@
"jsonrpc_url": "http://localhost:5005/",
"shortname": "Local server",
"longname":
- "localhost:6006 (Local rippled Server on port 6006) \n (Requires that you run rippled on this machine with default WebSocket settings)"
+ "localhost:6006 (Local rippled Server on port 6006) \n (Requires that you run rippled on this machine with default WebSocket settings)"
},
{
"id": "connection-testnet-clio",
diff --git a/resources/dev-tools/domain-verifier.page.tsx b/resources/dev-tools/domain-verifier.page.tsx
index da7ab3f086..b9d65cc025 100644
--- a/resources/dev-tools/domain-verifier.page.tsx
+++ b/resources/dev-tools/domain-verifier.page.tsx
@@ -5,8 +5,9 @@ import addressCodec, { encodeNodePublic } from "ripple-address-codec";
import { verify as keyCodecVerify } from "ripple-keypairs";
import { parse } from "smol-toml";
import { TextLookupForm } from "./components/TextLookupForm";
-import { addNewLogEntry, LogEntryItem, updateLogEntry } from './components/LogEntry'
-import { hexToBytes, hexToString, stringToHex } from "@xrplf/isomorphic/utils"
+import { addNewLogEntry, LogEntryItem, updateLogEntry } from "./components/LogEntry";
+import { hexToBytes, hexToString, stringToHex } from "@xrplf/isomorphic/utils";
+import { Link } from "@redocly/theme/components/Link/Link";
export const frontmatter = {
seo: {
@@ -16,7 +17,7 @@ export const frontmatter = {
};
const TIPS =
-
Check if the xrp-ledger.toml file is actually hosted in the /.well-known/ location at the domain in your manifest. Check your server\'s HTTPS settings and certificate, and make sure your server provides the required CORS header.
;
+
Check if the xrp-ledger.toml file is actually hosted in the /.well-known/ location at the domain in your manifest. Check your server\'s HTTPS settings and certificate, and make sure your server provides the required CORS header.
diff --git a/resources/dev-tools/toml-checker/ValidateTomlSteps.tsx b/resources/dev-tools/toml-checker/ValidateTomlSteps.tsx
index 6c08e7b97b..e17dd2fab4 100644
--- a/resources/dev-tools/toml-checker/ValidateTomlSteps.tsx
+++ b/resources/dev-tools/toml-checker/ValidateTomlSteps.tsx
@@ -1,4 +1,5 @@
import * as React from 'react';
+import { Link } from "@redocly/theme/components/Link/Link";
import axios, { AxiosError } from "axios";
import { parse } from "smol-toml";
import { getListEntries } from "./ListTomlFields";
@@ -299,7 +300,7 @@ export async function fetchFile(
followUpMessage: (
{"Check if the file is actually hosted at the URL above, "
+ "check your server's HTTPS settings and certificate, and make sure your server provides the required "}
- CORS header.
+ CORS header.
)
}}
updateLogEntry(setLogEntries, errorUpdate)
diff --git a/resources/dev-tools/tx-sender.page.tsx b/resources/dev-tools/tx-sender.page.tsx
index 09bf7c3c3a..7aedc4ee4e 100644
--- a/resources/dev-tools/tx-sender.page.tsx
+++ b/resources/dev-tools/tx-sender.page.tsx
@@ -1,6 +1,7 @@
import * as React from 'react';
import { useState } from 'react'
import { useThemeHooks } from '@redocly/theme/core/hooks';
+import { Link } from '@redocly/theme/components/Link/Link';
import AlertTemplate from './components/AlertTemplate';
import { transitions, positions, Provider as AlertProvider } from 'react-alert'
@@ -223,7 +224,7 @@ function TxSenderBody(): React.JSX.Element {
{{
buttonText: "Send XRP Payment",
units: "drops of XRP",
- longerDescription: (
{translate("resources.dev-tool.tx-sender.send-xrp-desc.part1", "Send a ")}{translate("resources.dev-tool.tx-sender.send-xrp-desc.part2", "simple XRP-to-XRP payment")}{translate("resources.dev-tool.tx-sender.send-xrp-desc.part3", ".")}
),
}}
inputSettings={
{
@@ -259,7 +260,7 @@ function TxSenderBody(): React.JSX.Element {
units: "drops of XRP",
longerDescription:
{translate("Deliver a small amount of XRP with a large ")}
{translate("Amount")}{translate(" value, to test your handling of ")}
- {translate("partial payments")}{translate(".")}
{translate("Your destination address needs a ")}
- {translate("trust line")}{translate(" to ")}
+ {translate("trust line")}{translate(" to ")}
{translate("(the test sender)")}
{translate(" for the currency in question. Otherwise, you'll get tecPATH_DRY.")}
{translate("The test sender creates a ")}
- {translate("trust line")}
+ {translate("trust line")}
{translate(" to your account for the given currency.")}
{translate("resources.dev-tool.faucet.content.part1", "These ")}{translate("resources.dev-tool.faucet.content.part2", "parallel XRP Ledger test networks")} {translate("resources.dev-tool.faucet.content.part3", "provide platforms for testing changes to the XRP Ledger and software built on it, without using real funds.")}
{translate("resources.dev-tool.faucet.content.part4", "These funds are intended for")} {translate("resources.dev-tool.faucet.content.part5", "testing")} {translate("resources.dev-tool.faucet.content.part6", "only. Test networks' ledger history and balances are reset as necessary. Devnets may be reset without warning.")}
{translate("resources.dev-tool.faucet.content.part7", "All balances and XRP on these networks are separate from Mainnet. As a precaution, do not use the Testnet or Devnet credentials on the Mainnet.")}
diff --git a/resources/dev-tools/xrp-ledger-toml-checker.page.tsx b/resources/dev-tools/xrp-ledger-toml-checker.page.tsx
index 62fdd16b5f..40b1c63c61 100644
--- a/resources/dev-tools/xrp-ledger-toml-checker.page.tsx
+++ b/resources/dev-tools/xrp-ledger-toml-checker.page.tsx
@@ -1,5 +1,6 @@
import * as React from 'react';
import { useThemeHooks } from '@redocly/theme/core/hooks';
+import { Link } from "@redocly/theme/components/Link/Link";
import { TextLookupForm, type TextLookupFormProps } from './components/TextLookupForm';
import { fetchFile, fetchWallet } from './toml-checker/ValidateTomlSteps';
import { LogEntryItem } from './components/LogEntry';
@@ -76,7 +77,7 @@ export default function TomlChecker() {
{translate(`xrp-ledger.toml Checker`)}
{translate('resources.dev-tools.toml-checker.p.part1', `If you run an XRP Ledger validator or use the XRP Ledger for your business,
you can provide information about your usage of the XRP Ledger to the world in a machine-readable `)}
- {translate(`xrp-ledger.toml`)}{translate('resources.dev-tools.toml-checker.p.part2', ` file`)}{translate('resources.dev-tools.toml-checker.p.part3', `.`)}