mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-25 14:15:50 +00:00
Add link to revised video.
This commit is contained in:
@@ -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:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user