mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 12:15:50 +00:00
Update screenshots
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user