Skip to content

Commit

Permalink
Merge pull request XRPLF#2196 from XRPLF/addEscrowVideo
Browse files Browse the repository at this point in the history
Add Escrow video
  • Loading branch information
DennisDawson authored Oct 9, 2023
2 parents 0b8f924 + efe7402 commit 6a7eebe
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ To get test accounts:

## Create Escrow

<div align="center">
<iframe width="560" height="315" src="https://www.youtube.com/embed/mNPSSZxcq7s?si=ZZewy6EKpxSMfxak" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>

You can create a time-based escrow with a minimum time to finish the escrow and a cancel time after which the funds in escrow are no longer available to the recipient. This is a test harness: while a practical scenario might express time in days or weeks, this form lets you set the finish and cancel times in seconds so that you can quickly run through a variety of scenarios. (There are 86,400 seconds in a day, if you want to play with longer term escrows.)

To create a time-based escrow:
Expand Down

0 comments on commit 6a7eebe

Please sign in to comment.