mirror of
				https://github.com/XRPLF/xrpl-dev-portal.git
				synced 2025-11-04 03:45:49 +00:00 
			
		
		
		
	Move tutorials to concepts
This commit is contained in:
		@@ -1,3 +1,11 @@
 | 
			
		||||
---
 | 
			
		||||
html: transaction-queue.html
 | 
			
		||||
parent: xrpl-servers.html
 | 
			
		||||
blurb: Set up an environment where you can submit transactions securely.
 | 
			
		||||
labels:
 | 
			
		||||
  - Security
 | 
			
		||||
  - Development
 | 
			
		||||
---
 | 
			
		||||
# Transaction Queue
 | 
			
		||||
 | 
			
		||||
The `rippled` server uses a transaction queue to help enforce the [open ledger cost](transaction-cost.html#open-ledger-cost). The open ledger cost sets a target number of transactions in a given ledger, and escalates the required transaction cost very quickly when the open ledger surpasses this size. Rather than discarding transactions that cannot pay the escalated transaction cost, `rippled` tries to put them in a transaction queue, which it uses to build the next ledger.
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
---
 | 
			
		||||
html: look-up-transaction-results.html
 | 
			
		||||
parent: production-readiness.html
 | 
			
		||||
parent: finality-of-results.html
 | 
			
		||||
blurb: 以前に送信したトランザクションの結果を確認します。
 | 
			
		||||
labels:
 | 
			
		||||
  - 支払い
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
---
 | 
			
		||||
html: look-up-transaction-results.html
 | 
			
		||||
parent: production-readiness.html
 | 
			
		||||
parent: finality-of-results.html
 | 
			
		||||
blurb: Find the results of previously-submitted transactions.
 | 
			
		||||
labels:
 | 
			
		||||
  - Payments
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
---
 | 
			
		||||
html: reliable-transaction-submission.html
 | 
			
		||||
parent: production-readiness.html
 | 
			
		||||
parent: transactions.html
 | 
			
		||||
blurb: XRP Ledgerにトランザクションを送信することができるシステムを構築し、最終結果を素早く安全に受け取ります。
 | 
			
		||||
labels:
 | 
			
		||||
  - トランザクション送信
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
---
 | 
			
		||||
html: reliable-transaction-submission.html
 | 
			
		||||
parent: production-readiness.html
 | 
			
		||||
parent: transactions.html
 | 
			
		||||
blurb: Build a system that can submit transactions to the XRP Ledger and get their final results safely and quickly.
 | 
			
		||||
labels:
 | 
			
		||||
  - Transaction Sending
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
---
 | 
			
		||||
html: set-up-secure-signing.html
 | 
			
		||||
parent: production-readiness.html
 | 
			
		||||
html: secure-signing.html
 | 
			
		||||
parent: transactions.html
 | 
			
		||||
blurb: 安全にトランザクションを送信できる環境を設定します。
 | 
			
		||||
labels:
 | 
			
		||||
  - セキュリティ
 | 
			
		||||
@@ -1,12 +1,12 @@
 | 
			
		||||
---
 | 
			
		||||
html: set-up-secure-signing.html
 | 
			
		||||
parent: production-readiness.html
 | 
			
		||||
html: secure-signing.html
 | 
			
		||||
parent: transactions.html
 | 
			
		||||
blurb: Set up an environment where you can submit transactions securely.
 | 
			
		||||
labels:
 | 
			
		||||
  - Security
 | 
			
		||||
  - Development
 | 
			
		||||
---
 | 
			
		||||
# Set Up Secure Signing
 | 
			
		||||
# Secure Signing
 | 
			
		||||
 | 
			
		||||
To submit [transactions](transaction-basics.html) to the XRP Ledger, you need a way to digitally sign them without compromising the security of your [secret keys](cryptographic-keys.html). (If others gain access to your secret keys, they have as much control over your accounts as you do, and can steal or destroy all your money.) This page summarizes how to set up such an environment so you can sign transactions securely.
 | 
			
		||||
 | 
			
		||||
@@ -259,24 +259,6 @@ pages:
 | 
			
		||||
        targets:
 | 
			
		||||
            - ja
 | 
			
		||||
 | 
			
		||||
#     -   name: History
 | 
			
		||||
#         template: page-history.html.jinja
 | 
			
		||||
#         html: history.html
 | 
			
		||||
#         parent: xrp-ledger-overview.html
 | 
			
		||||
#         blurb: The history of the XRP Ledger (XRPL), launched in 2012 as a faster, scalable, more sustainable blockchain.
 | 
			
		||||
#         top_nav_grouping: XRP Ledger
 | 
			
		||||
#         sidebar: disabled
 | 
			
		||||
#         targets:
 | 
			
		||||
#             - en
 | 
			
		||||
# 
 | 
			
		||||
#     -   name: 沿革
 | 
			
		||||
#         template: page-history.html.jinja
 | 
			
		||||
#         html: history.html
 | 
			
		||||
#         parent: xrp-ledger-overview.html
 | 
			
		||||
#         top_nav_grouping: XRP Ledger
 | 
			
		||||
#         sidebar: disabled
 | 
			
		||||
#         targets:
 | 
			
		||||
#             - ja
 | 
			
		||||
 | 
			
		||||
    -   name: Ledger Explorer
 | 
			
		||||
        html: https://livenet.xrpl.org/
 | 
			
		||||
@@ -285,68 +267,6 @@ pages:
 | 
			
		||||
        targets:
 | 
			
		||||
            - en
 | 
			
		||||
 | 
			
		||||
#     -   name: XRP Ledger エクスプローラ
 | 
			
		||||
#         html: https://livenet.xrpl.org/
 | 
			
		||||
#         parent: xrp-ledger-overview.html
 | 
			
		||||
#         top_nav_grouping: XRP Ledger
 | 
			
		||||
#         targets:
 | 
			
		||||
#             - ja
 | 
			
		||||
# 
 | 
			
		||||
#     -   name: XRP
 | 
			
		||||
#         template: page-xrp-overview.html.jinja
 | 
			
		||||
#         html: xrp-overview.html
 | 
			
		||||
#         parent: xrp-ledger-overview.html
 | 
			
		||||
#         blurb: Learn more about XRP Ledger’s native digital asset, XRP.
 | 
			
		||||
#         top_nav_grouping: XRP
 | 
			
		||||
#         top_nav_name: XRP Overview
 | 
			
		||||
#         sidebar: disabled
 | 
			
		||||
#         targets:
 | 
			
		||||
#             - en
 | 
			
		||||
#             - ja
 | 
			
		||||
# 
 | 
			
		||||
#     -   name: Impact
 | 
			
		||||
#         html: impact.html
 | 
			
		||||
#         parent: xrp-ledger-overview.html
 | 
			
		||||
#         template: page-impact.html.jinja
 | 
			
		||||
#         top_nav_grouping: Sustainability
 | 
			
		||||
#         blurb: Learn how the XRP Ledger helps move money around the world faster, cheaper and more sustainably than any other currency available today.
 | 
			
		||||
#         sidebar: disabled
 | 
			
		||||
#         targets:
 | 
			
		||||
#             - en
 | 
			
		||||
# 
 | 
			
		||||
#     -   name: インパクト
 | 
			
		||||
#         html: impact.html
 | 
			
		||||
#         parent: xrp-ledger-overview.html
 | 
			
		||||
#         template: page-impact.html.jinja
 | 
			
		||||
#         top_nav_grouping: Sustainability
 | 
			
		||||
#         sidebar: disabled
 | 
			
		||||
#         targets:
 | 
			
		||||
#             - ja
 | 
			
		||||
# 
 | 
			
		||||
#     -   name: Carbon Calculator
 | 
			
		||||
#         html: carbon-calculator.html
 | 
			
		||||
#         parent: xrp-ledger-overview.html
 | 
			
		||||
#         template: page-calculator.html.jinja
 | 
			
		||||
#         top_nav_grouping: Sustainability
 | 
			
		||||
#         sidebar: disabled
 | 
			
		||||
#         blurb: Whether it's cash, credit, or crypto, every transaction you make consumes energy. Use the XRPL cryptocurrency carbon calculator to compare.
 | 
			
		||||
#         fb_card: currency-calculator-card-fb.png
 | 
			
		||||
#         twitter_card: currency-calculator-card-tw.png
 | 
			
		||||
#         targets:
 | 
			
		||||
#             - en
 | 
			
		||||
# 
 | 
			
		||||
#     -   name: 二酸化炭素電卓
 | 
			
		||||
#         html: carbon-calculator.html
 | 
			
		||||
#         parent: xrp-ledger-overview.html
 | 
			
		||||
#         template: page-calculator.html.jinja
 | 
			
		||||
#         top_nav_grouping: Sustainability
 | 
			
		||||
#         sidebar: disabled
 | 
			
		||||
#         blurb: 現金、クレジットカード、暗号資産でもエネルギー消費する。インタラクティブツールで消費量を比較しましょう。
 | 
			
		||||
#         fb_card: currency-calculator-card-fb.png
 | 
			
		||||
#         twitter_card: currency-calculator-card-tw.png
 | 
			
		||||
#         targets:
 | 
			
		||||
#             - ja
 | 
			
		||||
 | 
			
		||||
    -   name: XRPL Foundation
 | 
			
		||||
        html: https://foundation.xrpl.org/
 | 
			
		||||
        parent: xrp-ledger-overview.html
 | 
			
		||||
@@ -514,12 +434,42 @@ pages:
 | 
			
		||||
            - ja
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    - md: concepts/server/rippled-server.md
 | 
			
		||||
    - md: concepts/server/xrpl-servers.md
 | 
			
		||||
      parent: concepts.html
 | 
			
		||||
      targets:
 | 
			
		||||
         - en
 | 
			
		||||
         - ja
 | 
			
		||||
 | 
			
		||||
    - md: concepts/server/rippled-server.md
 | 
			
		||||
      parent: xrpl-servers.html
 | 
			
		||||
      targets:
 | 
			
		||||
         - en
 | 
			
		||||
         - ja
 | 
			
		||||
         
 | 
			
		||||
    - md: concepts/server/server-modes.md
 | 
			
		||||
      parent: xrpl-servers.html
 | 
			
		||||
      targets:
 | 
			
		||||
         - en
 | 
			
		||||
         - ja
 | 
			
		||||
         
 | 
			
		||||
    - md: concepts/server/clio-server.md
 | 
			
		||||
      parent: xrpl-servers.html
 | 
			
		||||
      targets:
 | 
			
		||||
         - en
 | 
			
		||||
         - ja
 | 
			
		||||
         
 | 
			
		||||
    - md: concepts/server/transaction-queue.md
 | 
			
		||||
      parent: xrpl-servers.html
 | 
			
		||||
      targets:
 | 
			
		||||
         - en
 | 
			
		||||
         - ja
 | 
			
		||||
         
 | 
			
		||||
    - md: concepts/server/invariant-checking.md
 | 
			
		||||
      parent: xrpl-servers.html
 | 
			
		||||
      targets:
 | 
			
		||||
         - en
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    - md: concepts/xrpl/ledgers.md
 | 
			
		||||
      parent: concepts.html
 | 
			
		||||
      targets:
 | 
			
		||||
@@ -580,12 +530,6 @@ pages:
 | 
			
		||||
         - en
 | 
			
		||||
         - ja
 | 
			
		||||
 | 
			
		||||
    - md: concepts/xrpl/invariant-checking.md
 | 
			
		||||
      parent: consensus.html
 | 
			
		||||
      targets:
 | 
			
		||||
         - en
 | 
			
		||||
         - ja
 | 
			
		||||
 | 
			
		||||
    - md: concepts/xrpl/consensus-research.md
 | 
			
		||||
      parent: consensus.html
 | 
			
		||||
      targets:
 | 
			
		||||
@@ -651,6 +595,16 @@ pages:
 | 
			
		||||
      targets:
 | 
			
		||||
         - en
 | 
			
		||||
         - ja
 | 
			
		||||
 | 
			
		||||
    - md: concepts/transactions/secure-signing.md
 | 
			
		||||
      parent: transactions.html
 | 
			
		||||
      targets:
 | 
			
		||||
         - en
 | 
			
		||||
         
 | 
			
		||||
    - md: concepts/transactions/secure-signing.ja.md
 | 
			
		||||
      parent: transactions.html
 | 
			
		||||
      targets:
 | 
			
		||||
         - ja
 | 
			
		||||
         
 | 
			
		||||
    - md: concepts/transactions/multi-signing.md
 | 
			
		||||
      parent: transactions.html
 | 
			
		||||
@@ -669,6 +623,16 @@ pages:
 | 
			
		||||
      targets:
 | 
			
		||||
         - en
 | 
			
		||||
         - ja
 | 
			
		||||
         
 | 
			
		||||
    - md: concepts/transactions/reliable-transaction-submission.md
 | 
			
		||||
      parent: transactions.html
 | 
			
		||||
      targets:
 | 
			
		||||
         - en
 | 
			
		||||
         
 | 
			
		||||
    - md: concepts/transactions/reliable-transaction-submission.ja.md
 | 
			
		||||
      parent: transactions.html
 | 
			
		||||
      targets:
 | 
			
		||||
         - ja
 | 
			
		||||
          
 | 
			
		||||
    - md: concepts/transactions/finality-of-results.md
 | 
			
		||||
      parent: transactions.html
 | 
			
		||||
@@ -777,6 +741,16 @@ pages:
 | 
			
		||||
      targets:
 | 
			
		||||
         - en
 | 
			
		||||
         - ja
 | 
			
		||||
 | 
			
		||||
    -   md: concepts/transactions/look-up-transaction-results.md
 | 
			
		||||
        parent: transactions.html
 | 
			
		||||
        targets:
 | 
			
		||||
            - en
 | 
			
		||||
 | 
			
		||||
    -   md: concepts/transactions/look-up-transaction-results.ja.md
 | 
			
		||||
        parent: transactions.html
 | 
			
		||||
        targets:
 | 
			
		||||
            - ja
 | 
			
		||||
         
 | 
			
		||||
    - md: concepts/tokens/tokens.md
 | 
			
		||||
      parent: concepts.html
 | 
			
		||||
@@ -1093,46 +1067,6 @@ pages:
 | 
			
		||||
 | 
			
		||||
    -   md: tutorials/build-apps/build-a-desktop-wallet-in-python.md
 | 
			
		||||
 | 
			
		||||
    -   name: Production Readiness
 | 
			
		||||
        html: production-readiness.html
 | 
			
		||||
        parent: tutorials.html
 | 
			
		||||
        template: pagetype-category.html.jinja
 | 
			
		||||
        blurb: Follow these best practices to build a robust, safe production system for using the XRP Ledger.
 | 
			
		||||
        targets:
 | 
			
		||||
            - en
 | 
			
		||||
 | 
			
		||||
    -   name: 本番環境への準備
 | 
			
		||||
        html: production-readiness.html
 | 
			
		||||
        parent: tutorials.html
 | 
			
		||||
        template: pagetype-category.html.jinja
 | 
			
		||||
        blurb: 以下のベストプラクティスに従って、XRPレジャーを使用するための堅牢で安全な本番システムを構築してください。
 | 
			
		||||
        targets:
 | 
			
		||||
            - ja
 | 
			
		||||
 | 
			
		||||
    -   md: tutorials/production-readiness/set-up-secure-signing.md
 | 
			
		||||
        targets:
 | 
			
		||||
            - en
 | 
			
		||||
 | 
			
		||||
    -   md: tutorials/production-readiness/set-up-secure-signing.ja.md
 | 
			
		||||
        targets:
 | 
			
		||||
            - ja
 | 
			
		||||
 | 
			
		||||
    -   md: tutorials/production-readiness/look-up-transaction-results.md
 | 
			
		||||
        targets:
 | 
			
		||||
            - en
 | 
			
		||||
 | 
			
		||||
    -   md: tutorials/production-readiness/look-up-transaction-results.ja.md
 | 
			
		||||
        targets:
 | 
			
		||||
            - ja
 | 
			
		||||
 | 
			
		||||
    -   md: tutorials/production-readiness/reliable-transaction-submission.md
 | 
			
		||||
        targets:
 | 
			
		||||
            - en
 | 
			
		||||
 | 
			
		||||
    -   md: tutorials/production-readiness/reliable-transaction-submission.ja.md
 | 
			
		||||
        targets:
 | 
			
		||||
            - ja
 | 
			
		||||
 | 
			
		||||
        # Redirect for this page's new home outside of tutorials
 | 
			
		||||
    -   name: Cancel or Skip a Transaction
 | 
			
		||||
        html: cancel-or-skip-a-transaction.html
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user