Add Escrow Tutorial

This commit is contained in:
ddawson
2022-12-05 18:17:49 -08:00
parent 00781cc3ec
commit 1e31d41a42
19 changed files with 558 additions and 76 deletions

View File

@@ -1,7 +1,7 @@
---
html: create-trustline-send-currency.html
parent: xrpl-quickstart.html
blurb: Quickstart step 2, create TrustLines and send currency.
blurb: Create Trust Lines and send currency.
labels:
- Cross-Currency
- Payments
@@ -10,7 +10,7 @@ labels:
---
# 2. Create Trust Line and Send Currency
# Create Trust Line and Send Currency
This example shows how to:
@@ -892,11 +892,4 @@ Update the form to support the new functions.
</form>
</body>
</html>
```
---
| Previous | Next |
| :--- | ---: |
| [← 1. Create Accounts and Send XRP >](create-accounts-send-xrp.html) | [3. Mint and Burn NFTokens → >](mint-and-burn-nftokens.html) |
```