mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
Merge pull request #359 from jhaaaa/reorg-complex-pay-tut
Reorg complex payment type tutorials
This commit is contained in:
@@ -518,7 +518,52 @@ pages:
|
||||
targets:
|
||||
- local
|
||||
|
||||
# TODO: split up "use escrows"
|
||||
- md: tutorials/use-complex-payment-types/use-escrows/use-escrows.md
|
||||
html: use-escrows.html
|
||||
funnel: Docs
|
||||
doc_type: Tutorials
|
||||
category: Use Complex Payment Types
|
||||
subcategory: Use Escrows
|
||||
blurb: The XRP Ledger supports held payments, or _escrows_, that can be executed only after a certain time has passed or a cryptographic condition has been fulfilled. Escrows can only send XRP, not issued currencies. You can use these features to build publicly-provable smart contracts. This article explains basic tasks relating to held payments.
|
||||
template: template-landing-children.html
|
||||
targets:
|
||||
- local
|
||||
|
||||
- md: tutorials/use-complex-payment-types/use-escrows/send-a-time-held-escrow.md
|
||||
html: send-a-time-held-escrow.html
|
||||
funnel: Docs
|
||||
doc_type: Tutorials
|
||||
category: Use Complex Payment Types
|
||||
subcategory: Use Escrows
|
||||
targets:
|
||||
- local
|
||||
|
||||
- md: tutorials/use-complex-payment-types/use-escrows/send-a-conditionally-held-escrow.md
|
||||
html: send-a-conditionally-held-escrow.html
|
||||
funnel: Docs
|
||||
doc_type: Tutorials
|
||||
category: Use Complex Payment Types
|
||||
subcategory: Use Escrows
|
||||
targets:
|
||||
- local
|
||||
|
||||
- md: tutorials/use-complex-payment-types/use-escrows/cancel-an-expired-escrow.md
|
||||
html: cancel-an-expired-escrow.html
|
||||
funnel: Docs
|
||||
doc_type: Tutorials
|
||||
category: Use Complex Payment Types
|
||||
subcategory: Use Escrows
|
||||
targets:
|
||||
- local
|
||||
|
||||
- md: tutorials/use-complex-payment-types/use-escrows/look-up-escrows.md
|
||||
html: look-up-escrows.html
|
||||
funnel: Docs
|
||||
doc_type: Tutorials
|
||||
category: Use Complex Payment Types
|
||||
subcategory: Use Escrows
|
||||
targets:
|
||||
- local
|
||||
|
||||
#TODO: split concept info off of the paychan tutorial
|
||||
- md: tutorials/use-complex-payment-types/use-payment-channels.md
|
||||
@@ -526,6 +571,7 @@ pages:
|
||||
funnel: Docs
|
||||
doc_type: Tutorials
|
||||
category: Use Complex Payment Types
|
||||
blurb: Payment Channels are an advanced feature for sending "asynchronous" XRP payments that can be divided into very small increments and settled later. This tutorial walks through the entire process of using a payment channel, with examples using the JSON-RPC API of a local rippled server.
|
||||
targets:
|
||||
- local
|
||||
|
||||
@@ -535,6 +581,7 @@ pages:
|
||||
doc_type: Tutorials
|
||||
category: Use Complex Payment Types
|
||||
subcategory: Use Checks
|
||||
blurb: Checks in the XRP Ledger authorize another account to claim funds later, similar to how personal paper checks work.
|
||||
template: template-landing-children.html
|
||||
targets:
|
||||
- local
|
||||
@@ -548,7 +595,50 @@ pages:
|
||||
targets:
|
||||
- local
|
||||
|
||||
# TODO: other 5 checks tutorials
|
||||
- md: tutorials/use-complex-payment-types/use-checks/cash-a-check-for-an-exact-amount.md
|
||||
html: cash-a-check-for-an-exact-amount.html
|
||||
funnel: Docs
|
||||
doc_type: Tutorials
|
||||
category: Use Complex Payment Types
|
||||
subcategory: Use Checks
|
||||
targets:
|
||||
- local
|
||||
|
||||
- md: tutorials/use-complex-payment-types/use-checks/cash-a-check-for-a-flexible-amount.md
|
||||
html: cash-a-check-for-a-flexible-amount.html
|
||||
funnel: Docs
|
||||
doc_type: Tutorials
|
||||
category: Use Complex Payment Types
|
||||
subcategory: Use Checks
|
||||
targets:
|
||||
- local
|
||||
|
||||
- md: tutorials/use-complex-payment-types/use-checks/cancel-a-check.md
|
||||
html: cancel-a-check.html
|
||||
funnel: Docs
|
||||
doc_type: Tutorials
|
||||
category: Use Complex Payment Types
|
||||
subcategory: Use Checks
|
||||
targets:
|
||||
- local
|
||||
|
||||
- md: tutorials/use-complex-payment-types/use-checks/look-up-checks-by-sender.md
|
||||
html: look-up-checks-by-sender.html
|
||||
funnel: Docs
|
||||
doc_type: Tutorials
|
||||
category: Use Complex Payment Types
|
||||
subcategory: Use Checks
|
||||
targets:
|
||||
- local
|
||||
|
||||
- md: tutorials/use-complex-payment-types/use-checks/look-up-checks-by-recipient.md
|
||||
html: look-up-checks-by-recipient.html
|
||||
funnel: Docs
|
||||
doc_type: Tutorials
|
||||
category: Use Complex Payment Types
|
||||
subcategory: Use Checks
|
||||
targets:
|
||||
- local
|
||||
|
||||
# TODO: "Send a Cross-Currency Payment"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user