Add link to revised video.

This commit is contained in:
ddawson
2023-10-23 11:25:38 -07:00
parent 226838ce6b
commit 5cb5c16c2f

View File

@@ -28,14 +28,12 @@ Download and expand the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-p
In a terminal window, install the `cryptoconditions` module with this command: In a terminal window, install the `cryptoconditions` module with this command:
```bash ```bash
pip install cryptoconditions` pip install cryptoconditions
``` ```
## Usage ## Usage
### Create Conditional Escrow ### Get Test Accounts
You create a condition-based escrow using a fulfillment code associated with a condition code.
To get test accounts: To get test accounts:
@@ -65,10 +63,10 @@ Click **Get Condition** to generate a condition/fulfillment pair and populate th
### Create Conditional Escrow: ### Create Conditional Escrow:
<div align="center"> <div align="center">
<iframe width="560" height="315" src="https://www.youtube.com/embed/nWaMAr84qR0?si=LkF-vwQ3QJ4XNhJA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> <iframe width="560" height="315" src="https://www.youtube.com/embed/IUfSX5RKahs?si=7kV0T2NTtqsZfpvX" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div> </div>
When you create a conditional escrow, you need to specify the `Condition` value you generated above. You can also set a cancel date and time, after which the escrow is no longer available. When you create a conditional escrow, you need to specify the `Condition` value you generated above. You must also set a cancel date and time, after which the escrow is no longer available.
To create a conditional escrow: To create a conditional escrow: