add videos

This commit is contained in:
ddawson
2023-09-19 16:10:51 -07:00
parent adf8617de0
commit ad1263aa77
5 changed files with 28 additions and 4 deletions

View File

@@ -41,6 +41,10 @@ You can download the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-port
## Prepare a Brokered Transaction ## Prepare a Brokered Transaction
<div align="center">
<iframe width="560" height="315" src="https://www.youtube.com/embed/GemQ-t7g9fo?si=zVTLXFg3v-XX4Rf_" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
1. Use the Standby account to create an NFT Sell Offer with the Broker account as the destination. 1. Use the Standby account to create an NFT Sell Offer with the Broker account as the destination.
1. Enter the **Amount** of the sell offer in drops (millionths of an XRP). 1. Enter the **Amount** of the sell offer in drops (millionths of an XRP).
2. Set the **Flags** field to _1_. 2. Set the **Flags** field to _1_.

View File

@@ -34,6 +34,10 @@ Download and expand the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-p
## Usage ## Usage
<div align="center">
<iframe width="560" height="315" src="https://www.youtube.com/embed/GX436F-FaV4?si=OyuTUD4zHZ5a0Dgx" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
To get test accounts: To get test accounts:
1. Open `1.get-accounts-send-xrp.html` in a browser 1. Open `1.get-accounts-send-xrp.html` in a browser
@@ -46,6 +50,10 @@ To get test accounts:
You can transfer XRP between your new accounts. Each account has its own fields and buttons. You can transfer XRP between your new accounts. Each account has its own fields and buttons.
<div align="center">
<iframe width="560" height="315" src="https://www.youtube.com/embed/sjYJOcKXZvY?si=IRx_AFMaZarOIOPY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
To transfer XRP from the Standby account to the Operational account: To transfer XRP from the Standby account to the Operational account:
1. On the Standby (left) side of the form, enter the **Amount** of XRP to send. 1. On the Standby (left) side of the form, enter the **Amount** of XRP to send.

View File

@@ -40,6 +40,10 @@ Open the Token Test Harness and get accounts:
## Create Trust Line ## Create Trust Line
<div align="center">
<iframe width="560" height="315" src="https://www.youtube.com/embed/HpcyZt1jG3E?si=evreLRsmgF5rrQrW" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
To create a trust line between accounts: To create a trust line between accounts:
1. Enter a [currency code](https://www.iban.com/currency-codes) in the **Currency** field. 1. Enter a [currency code](https://www.iban.com/currency-codes) in the **Currency** field.

View File

@@ -13,7 +13,7 @@ This example shows how to:
1. Mint new Non-fungible Tokens (NFTs). 1. Mint new Non-fungible Tokens (NFTs).
2. Get a list of existing NFTs. 2. Get a list of existing NFTs.
3. Delete (Burn) a NFT. 3. Delete (Burn) an NFT.
[![Test harness with mint NFT fields](img/quickstart8.png)](img/quickstart8.png) [![Test harness with mint NFT fields](img/quickstart8.png)](img/quickstart8.png)
@@ -34,7 +34,11 @@ You can download the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-port
[![Get accounts](img/quickstart9.png)](img/quickstart9.png) [![Get accounts](img/quickstart9.png)](img/quickstart9.png)
## Mint a NFT ## Mint an NFT
<div align="center">
<iframe width="560" height="315" src="https://www.youtube.com/embed/GemQ-t7g9fo?si=sdtt6-3NrtmtsGHH" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
To mint a non-fungible token object: To mint a non-fungible token object:
@@ -54,9 +58,9 @@ Click **Get NFTs** to get a list of NFTs owned by the account.
## Burn a Token ## Burn a Token
The current owner of a NFT can always destroy (or _burn_) a NFT object. The current owner of an NFT can always destroy (or _burn_) an NFT object.
To permanently destroy a NFT: To permanently destroy an NFT:
1. Enter the **Token ID**. 1. Enter the **Token ID**.
2. Click **Burn NFT**. 2. Click **Burn NFT**.

View File

@@ -40,6 +40,10 @@ You can download the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-port
## Create a Sell Offer ## Create a Sell Offer
<div align="center">
<iframe width="560" height="315" src="https://www.youtube.com/embed/He5PpO7TQbQ?si=mejmPLh-Z7ocbJVV" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
To create a NFT sell offer: To create a NFT sell offer:
1. Enter the **Amount** of the sell offer in drops (millionths of an XRP). 1. Enter the **Amount** of the sell offer in drops (millionths of an XRP).