mirror of
				https://github.com/XRPLF/xrpl-dev-portal.git
				synced 2025-11-04 11:55:50 +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:
 | 
			
		||||
    description: Create two accounts and transfer XRP between them.
 | 
			
		||||
labels:
 | 
			
		||||
  - Accounts
 | 
			
		||||
  - Quickstart
 | 
			
		||||
  - Transaction Sending
 | 
			
		||||
  - XRP
 | 
			
		||||
---
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -45,7 +45,7 @@ To get test accounts:
 | 
			
		||||
        3. Click **Get Operational Account**.
 | 
			
		||||
        4. Click **Get Op Account Info**.
 | 
			
		||||
 | 
			
		||||
[](/docs/img/quickstart-py-escrow2.png)
 | 
			
		||||
[](/docs/img/quickstart-py-escrow2.png)
 | 
			
		||||
 | 
			
		||||
## 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/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",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user