Fix bad image link

This commit is contained in:
Dennis Dawson
2025-05-07 13:19:35 -07:00
parent e57011070b
commit c7a11da4fd
5 changed files with 976 additions and 1137 deletions

View File

@@ -1,11 +1,8 @@
---
html: create-accounts-send-xrp-using-javascript.html
parent: send-payments-using-javascript.html
seo:
description: Create two accounts and transfer XRP between them.
labels:
- Accounts
- Quickstart
- Transaction Sending
- XRP
---

View File

@@ -3,7 +3,6 @@ seo:
description: Create, finish, or cancel time-based escrow transactions.
labels:
- Accounts
- Quickstart
- Transaction Sending
- XRP
---
@@ -117,7 +116,7 @@ If you forget to save the sequence number, you can find it in the escrow transac
# Code Walkthrough
You can download the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/_code-samples/quickstart/js/)in the source repository for this website.
Download and expand the [Modular Tutorials](../../../../_code-samples/modular-tutorials/payment-modular-tutorials.zip)<!-- {.github-code-download} --> archive.
## ripple8-escrow.js

View File

@@ -45,7 +45,7 @@ To get test accounts:
3. Click **Get Operational Account**.
4. Click **Get Op Account Info**.
[![Escrow Tester with Account Information](/docs/img/quickstart-escrow2.png)](/docs/img/quickstart-py-escrow2.png)
[![Escrow Tester with Account Information](/docs/img/quickstart-py-escrow2.png)](/docs/img/quickstart-py-escrow2.png)
## Create Escrow

2104
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -15,6 +15,7 @@
"@codemirror/state": "6.5.2",
"@codemirror/view": "^6.22.2",
"@docsearch/react": "^3.8.0",
"@esbuild/darwin-arm64": "^0.25.4",
"@lezer/highlight": "^1.2.0",
"@redocly/realm": "0.120.2",
"@uiw/codemirror-themes": "4.21.21",