mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
Move filter_interactive_steps to frontmatter
Requires Dactyl v0.13.2 or higher. Otherwise you'll get a "start_step() is not defined" error.
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
---
|
||||||
|
html: monitor-incoming-payments-with-websocket.html
|
||||||
|
funnel: Build
|
||||||
|
doc_type: Tutorials
|
||||||
|
category: Get Started
|
||||||
|
blurb: WebSocket APIを使用して、新しいXRPペイメントなどを積極的に監視します。
|
||||||
|
filters:
|
||||||
|
- interactive_steps
|
||||||
|
---
|
||||||
# WebSocketを使用した着信ペイメントの監視
|
# WebSocketを使用した着信ペイメントの監視
|
||||||
|
|
||||||
このチュートリアルでは、[WebSocket `rippled` API](rippled-api.html)を使用して、着信[ペイメント](payment-types.html)を監視する方法を説明します。すべてのXRP Ledgerトランザクションは公開されているため、誰もが任意のアドレスへの着信ペイメントを監視できます。
|
このチュートリアルでは、[WebSocket `rippled` API](rippled-api.html)を使用して、着信[ペイメント](payment-types.html)を監視する方法を説明します。すべてのXRP Ledgerトランザクションは公開されているため、誰もが任意のアドレスへの着信ペイメントを監視できます。
|
||||||
|
|||||||
@@ -1,3 +1,12 @@
|
|||||||
|
---
|
||||||
|
html: monitor-incoming-payments-with-websocket.html
|
||||||
|
funnel: Build
|
||||||
|
doc_type: Tutorials
|
||||||
|
category: Get Started
|
||||||
|
blurb: Use the WebSocket API to actively monitor for new XRP payments (and more).
|
||||||
|
filters:
|
||||||
|
- interactive_steps
|
||||||
|
---
|
||||||
# Monitor Incoming Payments with WebSocket
|
# Monitor Incoming Payments with WebSocket
|
||||||
|
|
||||||
This tutorial shows how to monitor for incoming [payments](payment-types.html) using the [WebSocket `rippled` API](rippled-api.html). Since all XRP Ledger transactions are public, anyone can monitor incoming payments to any address.
|
This tutorial shows how to monitor for incoming [payments](payment-types.html) using the [WebSocket `rippled` API](rippled-api.html). Since all XRP Ledger transactions are public, anyone can monitor incoming payments to any address.
|
||||||
|
|||||||
@@ -5,6 +5,8 @@ doc_type: Tutorials
|
|||||||
category: Get Started
|
category: Get Started
|
||||||
blurb: Test Netを使用してXRPの送金をテストします。
|
blurb: Test Netを使用してXRPの送金をテストします。
|
||||||
cta_text: XRPを送金しよう
|
cta_text: XRPを送金しよう
|
||||||
|
filters:
|
||||||
|
- interactive_steps
|
||||||
---
|
---
|
||||||
# XRPの送金
|
# XRPの送金
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,8 @@ doc_type: Tutorials
|
|||||||
category: Get Started
|
category: Get Started
|
||||||
blurb: Learn how to send test payments right from your browser.
|
blurb: Learn how to send test payments right from your browser.
|
||||||
cta_text: Send XRP
|
cta_text: Send XRP
|
||||||
|
filters:
|
||||||
|
- interactive_steps
|
||||||
---
|
---
|
||||||
# Send XRP
|
# Send XRP
|
||||||
|
|
||||||
|
|||||||
@@ -66,6 +66,7 @@ default_keys: &defaults
|
|||||||
# Override them with --vars to change which fork/branch to edit.
|
# Override them with --vars to change which fork/branch to edit.
|
||||||
github_forkurl: https://github.com/ripple/xrpl-dev-portal
|
github_forkurl: https://github.com/ripple/xrpl-dev-portal
|
||||||
github_branch: master
|
github_branch: master
|
||||||
|
ripple_lib_url: assets/js/ripple-lib-1.8.2.min.js
|
||||||
|
|
||||||
targets:
|
targets:
|
||||||
# First member is the default that gets built when target not specified
|
# First member is the default that gets built when target not specified
|
||||||
@@ -74,7 +75,6 @@ targets:
|
|||||||
display_name: XRPL.org
|
display_name: XRPL.org
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
prefix: ""
|
prefix: ""
|
||||||
ripple_lib_url: assets/js/ripple-lib-1.8.2.min.js
|
|
||||||
link_subs:
|
link_subs:
|
||||||
"./src/api-v3/paths/preparations/payments.ts": "https://github.com/xpring-eng/xrp-api/blob/master/src/api-v3/paths/preparations/payments.ts"
|
"./src/api-v3/paths/preparations/payments.ts": "https://github.com/xpring-eng/xrp-api/blob/master/src/api-v3/paths/preparations/payments.ts"
|
||||||
readability_goals:
|
readability_goals:
|
||||||
@@ -87,7 +87,6 @@ targets:
|
|||||||
<<: *defaults
|
<<: *defaults
|
||||||
prefix: "/ja/"
|
prefix: "/ja/"
|
||||||
locale_file: locale/ja/LC_MESSAGES/messages.mo
|
locale_file: locale/ja/LC_MESSAGES/messages.mo
|
||||||
ripple_lib_url: assets/js/ripple-lib-1.8.2-min.js
|
|
||||||
blurb: XRPとXRP Ledgerの全てに対してのコミュニティーリーソース
|
blurb: XRPとXRP Ledgerの全てに対してのコミュニティーリーソース
|
||||||
link_subs:
|
link_subs:
|
||||||
# Adjust XRP-API readme link to point to the right place in the repo
|
# Adjust XRP-API readme link to point to the right place in the repo
|
||||||
@@ -1619,36 +1618,18 @@ pages:
|
|||||||
- ja
|
- ja
|
||||||
|
|
||||||
- md: tutorials/use-simple-xrp-payments/send-xrp.md
|
- md: tutorials/use-simple-xrp-payments/send-xrp.md
|
||||||
filters:
|
|
||||||
- interactive_steps
|
|
||||||
targets:
|
targets:
|
||||||
- en
|
- en
|
||||||
|
|
||||||
- md: tutorials/use-simple-xrp-payments/send-xrp.ja.md
|
- md: tutorials/use-simple-xrp-payments/send-xrp.ja.md
|
||||||
filters:
|
|
||||||
- interactive_steps
|
|
||||||
targets:
|
targets:
|
||||||
- ja
|
- ja
|
||||||
|
|
||||||
- md: tutorials/get-started/monitor-incoming-payments-with-websocket.md
|
- md: tutorials/get-started/monitor-incoming-payments-with-websocket.md
|
||||||
html: monitor-incoming-payments-with-websocket.html
|
|
||||||
funnel: Build
|
|
||||||
doc_type: Tutorials
|
|
||||||
category: Get Started
|
|
||||||
blurb: Use the WebSocket API to actively monitor for new XRP payments (and more).
|
|
||||||
filters:
|
|
||||||
- interactive_steps
|
|
||||||
targets:
|
targets:
|
||||||
- en
|
- en
|
||||||
|
|
||||||
- md: tutorials/get-started/monitor-incoming-payments-with-websocket.ja.md
|
- md: tutorials/get-started/monitor-incoming-payments-with-websocket.ja.md
|
||||||
html: monitor-incoming-payments-with-websocket.html
|
|
||||||
funnel: Build
|
|
||||||
doc_type: Tutorials
|
|
||||||
category: Get Started
|
|
||||||
blurb: WebSocket APIを使用して、新しいXRPペイメントなどを積極的に監視します。
|
|
||||||
filters:
|
|
||||||
- interactive_steps
|
|
||||||
targets:
|
targets:
|
||||||
- ja
|
- ja
|
||||||
|
|
||||||
@@ -1885,8 +1866,6 @@ pages:
|
|||||||
- ja
|
- ja
|
||||||
|
|
||||||
- md: tutorials/manage-account-settings/use-tickets.md
|
- md: tutorials/manage-account-settings/use-tickets.md
|
||||||
filters:
|
|
||||||
- interactive_steps
|
|
||||||
targets:
|
targets:
|
||||||
- en
|
- en
|
||||||
- ja
|
- ja
|
||||||
|
|||||||
Reference in New Issue
Block a user