Update screenshots
@@ -21,7 +21,7 @@ This example shows how to:
|
||||
2. Get a list of offers for the brokered item.
|
||||
3. Broker a sale between two different accounts.
|
||||
|
||||
[](img/quickstart23.png)
|
||||
[](img/quickstart-py23.png)
|
||||
|
||||
You can download the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/content/_code-samples/quickstart/js/quickstart.zip){.github-code-download} archive to try each of the samples in your own browser.
|
||||
|
||||
@@ -44,7 +44,7 @@ You can download the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-port
|
||||
4. Click **Get Standby Account Info**.
|
||||
5. Click **Get Operational Account Info**.
|
||||
|
||||
[](img/quickstart24.png)
|
||||
[](img/quickstart-py24.png)
|
||||
|
||||
## Prepare a Brokered Transaction
|
||||
|
||||
@@ -66,14 +66,14 @@ You can download the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-port
|
||||
4. Optionally enter the number of seconds until **Expiration**.
|
||||
5. Click **Create Buy Offer**.
|
||||
|
||||
[](img/quickstart26.png)
|
||||
[](img/quickstart-py26.png)
|
||||
|
||||
## Get Offers
|
||||
|
||||
1. Enter the **NFT ID**.
|
||||
2. Click **Get Offers**.
|
||||
|
||||
[](img/quickstart27.png)
|
||||
[](img/quickstart-py27.png)
|
||||
|
||||
## Broker the Sale
|
||||
|
||||
@@ -82,7 +82,7 @@ You can download the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-port
|
||||
3. Enter a **Broker Fee**, in drops.
|
||||
4. Click **Broker Sale**.
|
||||
|
||||
[](img/quickstart28.png)
|
||||
[](img/quickstart-py28.png)
|
||||
|
||||
|
||||
## Cancel Offer
|
||||
@@ -92,7 +92,7 @@ After accepting a buy offer, a best practice for the broker is to cancel all oth
|
||||
1. Enter the _nft_offer_index_ of the buy offer you want to cancel in the **Buy NFT Offer Index** field.
|
||||
2. Click **Cancel Offer**.
|
||||
|
||||
[](img/quickstart29.png)
|
||||
[](img/quickstart-py29.png)
|
||||
|
||||
# Code Walkthrough
|
||||
|
||||
|
||||
@@ -27,9 +27,10 @@ You can download the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-port
|
||||
1. Open and run `lesson3-mint-token.py`.
|
||||
2. Get test accounts.
|
||||
1. If you have existing Testnet account seeds:
|
||||
1. Paste the account seeds in the **Seed** fields.
|
||||
1. Paste the standby account seed in the **Standby Seed** field.
|
||||
2. Click **Get Standby Account**.
|
||||
3. Click **Get Operational Account**.
|
||||
3. Paste the operational account seed in the **Operational Seed** field.
|
||||
4. Click **Get Operational Account**.
|
||||
2. If you do not have existing Testnet accounts:
|
||||
1. Click **Get New Standby Account**.
|
||||
2. Click **Get New Operational Account**.
|
||||
|
||||
@@ -17,7 +17,7 @@ The XRP Ledger (XRPL) is a robust, secure, customizable service. You can create
|
||||
|
||||
This quickstart describes a test harness interface you can build to try out the XRP Ledger. The test harness displays multiple accounts, so that you can transfer tokens from one account to the other and see the results in real time. The image below shows the Token Test Harness at the completion of step 4.
|
||||
|
||||

|
||||
[](img/quickstart-py15.png)
|
||||
|
||||
That is a lot of fields and buttons, all working together to perform some significant practical tasks. But getting _started_ with the XRP Ledger is not that complicated. When you eat the elephant a bite at a time, none of the tasks are difficult to consume.
|
||||
|
||||
|
||||
@@ -103,10 +103,11 @@ To accept an offer to buy an NFT:
|
||||
## Get Offers
|
||||
|
||||
To list the buy and sell offers associated with an NFT:
|
||||
|
||||
1. Enter the **NFT ID**.
|
||||
2. Click **Get Offers**.
|
||||
|
||||
[](img/quickstart21.png)
|
||||
[](img/quickstart-py21.png)
|
||||
|
||||
## Cancel Offer
|
||||
|
||||
@@ -115,7 +116,7 @@ To cancel a buy or sell offer that you have created:
|
||||
1. Enter the **NFT Offer Index**.
|
||||
2. Click **Cancel Offer**.
|
||||
|
||||
[](img/quickstart22.png)
|
||||
[](img/quickstart-py22.png)
|
||||
|
||||
# Code Walkthrough
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 72 KiB |
|
Before Width: | Height: | Size: 119 KiB After Width: | Height: | Size: 117 KiB |
|
Before Width: | Height: | Size: 137 KiB After Width: | Height: | Size: 136 KiB |
|
Before Width: | Height: | Size: 139 KiB After Width: | Height: | Size: 134 KiB |
|
Before Width: | Height: | Size: 153 KiB After Width: | Height: | Size: 152 KiB |
|
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 91 KiB |
|
Before Width: | Height: | Size: 141 KiB After Width: | Height: | Size: 149 KiB |
|
Before Width: | Height: | Size: 141 KiB After Width: | Height: | Size: 139 KiB |
|
Before Width: | Height: | Size: 156 KiB After Width: | Height: | Size: 149 KiB |
|
Before Width: | Height: | Size: 178 KiB After Width: | Height: | Size: 177 KiB |
|
Before Width: | Height: | Size: 160 KiB After Width: | Height: | Size: 150 KiB |
|
Before Width: | Height: | Size: 186 KiB After Width: | Height: | Size: 151 KiB |
|
Before Width: | Height: | Size: 182 KiB After Width: | Height: | Size: 154 KiB |
|
Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 130 KiB |
|
Before Width: | Height: | Size: 200 KiB After Width: | Height: | Size: 201 KiB |
|
Before Width: | Height: | Size: 220 KiB After Width: | Height: | Size: 200 KiB |
|
Before Width: | Height: | Size: 224 KiB After Width: | Height: | Size: 216 KiB |
|
Before Width: | Height: | Size: 218 KiB After Width: | Height: | Size: 172 KiB |
|
Before Width: | Height: | Size: 234 KiB After Width: | Height: | Size: 219 KiB |
|
Before Width: | Height: | Size: 175 KiB After Width: | Height: | Size: 177 KiB |
|
Before Width: | Height: | Size: 105 KiB After Width: | Height: | Size: 102 KiB |
|
Before Width: | Height: | Size: 180 KiB After Width: | Height: | Size: 166 KiB |
|
Before Width: | Height: | Size: 201 KiB After Width: | Height: | Size: 173 KiB |
|
Before Width: | Height: | Size: 190 KiB After Width: | Height: | Size: 154 KiB |
|
Before Width: | Height: | Size: 209 KiB After Width: | Height: | Size: 162 KiB |
|
Before Width: | Height: | Size: 287 KiB After Width: | Height: | Size: 168 KiB |
|
Before Width: | Height: | Size: 224 KiB After Width: | Height: | Size: 144 KiB |
|
Before Width: | Height: | Size: 199 KiB After Width: | Height: | Size: 141 KiB |
|
Before Width: | Height: | Size: 192 KiB After Width: | Height: | Size: 137 KiB |
|
Before Width: | Height: | Size: 106 KiB After Width: | Height: | Size: 94 KiB |
|
Before Width: | Height: | Size: 152 KiB After Width: | Height: | Size: 124 KiB |
|
Before Width: | Height: | Size: 190 KiB After Width: | Height: | Size: 141 KiB |
|
Before Width: | Height: | Size: 178 KiB After Width: | Height: | Size: 168 KiB |
|
Before Width: | Height: | Size: 193 KiB After Width: | Height: | Size: 166 KiB |
|
Before Width: | Height: | Size: 219 KiB After Width: | Height: | Size: 161 KiB |
|
Before Width: | Height: | Size: 206 KiB After Width: | Height: | Size: 152 KiB |
|
Before Width: | Height: | Size: 182 KiB After Width: | Height: | Size: 142 KiB |
|
Before Width: | Height: | Size: 103 KiB After Width: | Height: | Size: 84 KiB |
|
Before Width: | Height: | Size: 162 KiB After Width: | Height: | Size: 125 KiB |
|
Before Width: | Height: | Size: 191 KiB After Width: | Height: | Size: 138 KiB |
|
Before Width: | Height: | Size: 171 KiB After Width: | Height: | Size: 128 KiB |
|
Before Width: | Height: | Size: 157 KiB After Width: | Height: | Size: 114 KiB |
|
Before Width: | Height: | Size: 225 KiB After Width: | Height: | Size: 117 KiB |
|
Before Width: | Height: | Size: 207 KiB After Width: | Height: | Size: 148 KiB |
|
Before Width: | Height: | Size: 255 KiB After Width: | Height: | Size: 150 KiB |
|
Before Width: | Height: | Size: 316 KiB After Width: | Height: | Size: 174 KiB |
|
Before Width: | Height: | Size: 286 KiB After Width: | Height: | Size: 169 KiB |
|
Before Width: | Height: | Size: 285 KiB After Width: | Height: | Size: 172 KiB |
|
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 76 KiB |
|
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 91 KiB |
|
Before Width: | Height: | Size: 184 KiB After Width: | Height: | Size: 128 KiB |