mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-06 04:45:49 +00:00
Fix bad image link
This commit is contained in:
@@ -1,11 +1,8 @@
|
|||||||
---
|
---
|
||||||
html: create-accounts-send-xrp-using-javascript.html
|
|
||||||
parent: send-payments-using-javascript.html
|
|
||||||
seo:
|
seo:
|
||||||
description: Create two accounts and transfer XRP between them.
|
description: Create two accounts and transfer XRP between them.
|
||||||
labels:
|
labels:
|
||||||
- Accounts
|
- Accounts
|
||||||
- Quickstart
|
|
||||||
- Transaction Sending
|
- Transaction Sending
|
||||||
- XRP
|
- XRP
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ seo:
|
|||||||
description: Create, finish, or cancel time-based escrow transactions.
|
description: Create, finish, or cancel time-based escrow transactions.
|
||||||
labels:
|
labels:
|
||||||
- Accounts
|
- Accounts
|
||||||
- Quickstart
|
|
||||||
- Transaction Sending
|
- Transaction Sending
|
||||||
- XRP
|
- XRP
|
||||||
---
|
---
|
||||||
@@ -117,7 +116,7 @@ If you forget to save the sequence number, you can find it in the escrow transac
|
|||||||
|
|
||||||
# Code Walkthrough
|
# 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
|
## ripple8-escrow.js
|
||||||
|
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ To get test accounts:
|
|||||||
3. Click **Get Operational Account**.
|
3. Click **Get Operational Account**.
|
||||||
4. Click **Get Op Account Info**.
|
4. Click **Get Op Account Info**.
|
||||||
|
|
||||||
[](/docs/img/quickstart-py-escrow2.png)
|
[](/docs/img/quickstart-py-escrow2.png)
|
||||||
|
|
||||||
## Create Escrow
|
## Create Escrow
|
||||||
|
|
||||||
|
|||||||
2104
package-lock.json
generated
2104
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -15,6 +15,7 @@
|
|||||||
"@codemirror/state": "6.5.2",
|
"@codemirror/state": "6.5.2",
|
||||||
"@codemirror/view": "^6.22.2",
|
"@codemirror/view": "^6.22.2",
|
||||||
"@docsearch/react": "^3.8.0",
|
"@docsearch/react": "^3.8.0",
|
||||||
|
"@esbuild/darwin-arm64": "^0.25.4",
|
||||||
"@lezer/highlight": "^1.2.0",
|
"@lezer/highlight": "^1.2.0",
|
||||||
"@redocly/realm": "0.120.2",
|
"@redocly/realm": "0.120.2",
|
||||||
"@uiw/codemirror-themes": "4.21.21",
|
"@uiw/codemirror-themes": "4.21.21",
|
||||||
|
|||||||
Reference in New Issue
Block a user