mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
Merge commit '80ef0d625069a509839cd7ca81662fc7bcbbfff9' into ja-infra
This commit is contained in:
9
content/@i18n/ja/tutorials/http-websocket-apis/index.md
Normal file
9
content/@i18n/ja/tutorials/http-websocket-apis/index.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
html: http-websocket-apis-tutorials.html
|
||||
parent: tutorials.html
|
||||
top_nav_grouping: カテゴリ
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# HTTP / Websocket API
|
||||
|
||||
HTTP / Websocket APIのXRPLチュートリアルです。
|
||||
9
content/@i18n/ja/tutorials/java/index.md
Normal file
9
content/@i18n/ja/tutorials/java/index.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
html: java.html
|
||||
parent: tutorials.html
|
||||
top_nav_grouping: カテゴリ
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Java
|
||||
|
||||
JavaでのXRPLチュートリアルです。
|
||||
9
content/@i18n/ja/tutorials/javascript/index.md
Normal file
9
content/@i18n/ja/tutorials/javascript/index.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
html: javascript.html
|
||||
parent: tutorials.html
|
||||
top_nav_grouping: カテゴリ
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# JavaScript
|
||||
|
||||
JavaScriptでのXRPLチュートリアルです。
|
||||
@@ -0,0 +1,9 @@
|
||||
---
|
||||
html: modular-tutorials-in-javascript.html
|
||||
parent: javascript.html
|
||||
top_nav_grouping: カテゴリ
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# JavaScriptのモジュール形式チュートリアル
|
||||
|
||||
JavaScriptによるモジュール式XRPLチュートリアルです。
|
||||
@@ -0,0 +1,9 @@
|
||||
---
|
||||
html: nfts-using-javascript.html
|
||||
parent: modular-tutorials-in-javascript.html
|
||||
top_nav_grouping: カテゴリ
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# JavaScriptを使ったNFT
|
||||
|
||||
XRP Ledger上でNFTのミントと販売を行います。
|
||||
9
content/@i18n/ja/tutorials/python/index.md
Normal file
9
content/@i18n/ja/tutorials/python/index.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
html: python.html
|
||||
parent: tutorials.html
|
||||
top_nav_grouping: カテゴリ
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Python
|
||||
|
||||
PythonでのXRPLチュートリアルです。
|
||||
@@ -0,0 +1,9 @@
|
||||
---
|
||||
html: modular-tutorials-in-python.html
|
||||
parent: python.html
|
||||
top_nav_grouping: カテゴリ
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Pythonのモジュール形式チュートリアル
|
||||
|
||||
Pythonによるモジュール式XRPLチュートリアル。
|
||||
9
content/@i18n/ja/tutorials/tasks/index.md
Normal file
9
content/@i18n/ja/tutorials/tasks/index.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
html: tasks.html
|
||||
parent: tutorials.html
|
||||
top_nav_grouping: カテゴリ
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# タスク
|
||||
|
||||
XRP Ledgerの代表的なタスクです。
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
html: manage-account-settings.html
|
||||
parent: tasks.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# アカウントの設定の利用
|
||||
|
||||
XRP Ledgerアカウントを設定して、思い通りの支払いをしましょう。
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
html: use-specialized-payment-types.html
|
||||
parent: tasks.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# 専門的な支払いタイプの使用
|
||||
|
||||
EscrowやPayment Channelなどの高度な機能を使用して、XRP Ledgerでスマートアプリケーションを構築しましょう。
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
html: use-escrows.html
|
||||
parent: use-specialized-payment-types.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# Escrowの使用
|
||||
|
||||
XRP Ledgerは、一定時間の経過後か暗号条件が満たされた場合にのみ実行されるEscrowをサポートします。Escrowが送金できるのはXRPのみで、発行済み通貨は送金できません。
|
||||
8
content/@i18n/ja/tutorials/tasks/use-tokens/index.md
Normal file
8
content/@i18n/ja/tutorials/tasks/use-tokens/index.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
html: use-tokens.html
|
||||
parent: tasks.html
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# トークンの利用
|
||||
|
||||
XRP Ledgerでトークン(代替型やそれ以外)を発行し、取引しましょう
|
||||
@@ -7,7 +7,7 @@ labels:
|
||||
---
|
||||
# Checkの取消し
|
||||
|
||||
_[Checks Amendment][]が必要です。_
|
||||
_[Checks Amendment][]により追加されました。_
|
||||
|
||||
このチュートリアルでは、[Check](checks.html)を取り消す手順を説明します。この手順を実行すると、送金を行わずに[レジャーのCheckオブジェクト](check.html)が削除されます。
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ labels:
|
||||
---
|
||||
# Checkの変動金額での換金
|
||||
|
||||
_[Checks Amendment][]が必要です。_
|
||||
_[Checks Amendment][]により追加されました。_
|
||||
|
||||
Checkがレジャーに記録されており有効期限切れではない場合は、指定受取人は`DeliverMin`フィールドを指定した[CheckCashトランザクション][]を送信することで、Checkを変動金額で換金して受領できます。この方法でCheckを換金すると、受取人は送金を最大限受領でき、Checkの送金元からは、Checkの`SendMax`の全額が引き落とされるか、または可能な限りの額が引き落とされます。Checkの受取人に`DeliverMin`以上の額を送金できない場合は換金が失敗します。
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ labels:
|
||||
---
|
||||
# Checkの正確な金額での換金
|
||||
|
||||
_[Checks Amendment][]が必要です。_
|
||||
_[Checks Amendment][]により追加されました。_
|
||||
|
||||
Checkがレジャーに含まれており有効期限切れではない場合は、指定の受取人は`Amount`フィールドを指定した[CheckCashトランザクション][]を送信することで、Checkを換金し、Checkに指定されている額までの正確な額を受領できます。請求書の額面通りの金額を回収したい場合など、特定の金額の受領を希望する際には、この方法でCheckを換金できます。
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ labels:
|
||||
---
|
||||
# 受取人に基づくCheckの検索
|
||||
|
||||
_[Checks Amendment][]が必要です。_
|
||||
_[Checks Amendment][]により追加されました。_
|
||||
|
||||
このチュートリアルでは、[Check](checks.html)をその受取人で検索する方法を説明します。[Checkを送金元で検索する](look-up-checks-by-sender.html)こともできます。
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ labels:
|
||||
---
|
||||
# 送金元に基づくCheckの検索
|
||||
|
||||
_[Checks Amendment][]が必要です。_
|
||||
_[Checks Amendment][]により追加されました。_
|
||||
|
||||
このチュートリアルでは、[Check](checks.html)をその送金元で検索する方法を説明します。[Checkを受取人で検索する](look-up-checks-by-recipient.html)こともできます。
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ labels:
|
||||
---
|
||||
# Checkの送信
|
||||
|
||||
_[Checks Amendment][]が必要です。_
|
||||
_[Checks Amendment][]により追加されました。_
|
||||
|
||||
Checkの送信は、指定受取人にあなたからの支払いを引き出す許可を与えることに似ています。このプロセスの結果、受取人が後で現金化できる[レジャーのCheckオブジェクト](check.html)が作成されます。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user