diff --git a/content/tutorials/quickstart/broker-an-nft-sale-using-javascript.md b/content/tutorials/quickstart/broker-an-nft-sale-using-javascript.md index eaa600b681..53e1774712 100644 --- a/content/tutorials/quickstart/broker-an-nft-sale-using-javascript.md +++ b/content/tutorials/quickstart/broker-an-nft-sale-using-javascript.md @@ -41,6 +41,10 @@ You can download the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-port ## Prepare a Brokered Transaction +
+ +
+ 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). 2. Set the **Flags** field to _1_. diff --git a/content/tutorials/quickstart/create-accounts-send-xrp-using-javascript.md b/content/tutorials/quickstart/create-accounts-send-xrp-using-javascript.md index c9a04eeb85..d88cf98bad 100644 --- a/content/tutorials/quickstart/create-accounts-send-xrp-using-javascript.md +++ b/content/tutorials/quickstart/create-accounts-send-xrp-using-javascript.md @@ -34,6 +34,10 @@ Download and expand the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-p ## Usage +
+ +
+ To get test accounts: 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. +
+ +
+ 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. diff --git a/content/tutorials/quickstart/create-trustline-send-currency-using-javascript.md b/content/tutorials/quickstart/create-trustline-send-currency-using-javascript.md index 6ffb46ceb9..d2d4b11348 100644 --- a/content/tutorials/quickstart/create-trustline-send-currency-using-javascript.md +++ b/content/tutorials/quickstart/create-trustline-send-currency-using-javascript.md @@ -40,6 +40,10 @@ Open the Token Test Harness and get accounts: ## Create Trust Line +
+ +
+ To create a trust line between accounts: 1. Enter a [currency code](https://www.iban.com/currency-codes) in the **Currency** field. diff --git a/content/tutorials/quickstart/mint-and-burn-nfts-using-javascript.md b/content/tutorials/quickstart/mint-and-burn-nfts-using-javascript.md index 454d24785b..9162ba0208 100644 --- a/content/tutorials/quickstart/mint-and-burn-nfts-using-javascript.md +++ b/content/tutorials/quickstart/mint-and-burn-nfts-using-javascript.md @@ -13,7 +13,7 @@ This example shows how to: 1. Mint new Non-fungible Tokens (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) @@ -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) -## Mint a NFT +## Mint an NFT + +
+ +
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 -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**. 2. Click **Burn NFT**. diff --git a/content/tutorials/quickstart/transfer-nfts-using-javascript.md b/content/tutorials/quickstart/transfer-nfts-using-javascript.md index 1b3c5a9a70..251033bc4a 100644 --- a/content/tutorials/quickstart/transfer-nfts-using-javascript.md +++ b/content/tutorials/quickstart/transfer-nfts-using-javascript.md @@ -40,6 +40,10 @@ You can download the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-port ## Create a Sell Offer +
+ +
+ To create a NFT sell offer: 1. Enter the **Amount** of the sell offer in drops (millionths of an XRP).