mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
fix graphic links
This commit is contained in:
@@ -18,7 +18,7 @@ This example shows how to:
|
||||
1. Authorize an account to create NFTokens for your account.
|
||||
2. Mint a NFToken for another account, when authorized.
|
||||
|
||||
[](img/quickstart30.png)
|
||||
[](img/quickstart-py30.png)
|
||||
|
||||
# Usage
|
||||
|
||||
@@ -49,7 +49,7 @@ To authorize another account to create NFTokens for your account (for example, a
|
||||
2. Paste the **Operational Account** value in the standby **Authorized Minter** field.
|
||||
3. Click **Set Minter**.
|
||||
|
||||
[](img/quickstart31.png)
|
||||
[](img/quickstart-py31.png)
|
||||
|
||||
## Mint a NFToken for Another Account
|
||||
|
||||
@@ -65,7 +65,7 @@ To mint a non-fungible token for another account:
|
||||
5. Paste the **Standby Account** value in the Operational account **Issuer** field.
|
||||
6. Click the Operational account **Mint Other** button.
|
||||
|
||||
[](img/quickstart32.png)
|
||||
[](img/quickstart-py32.png)
|
||||
|
||||
Once the item is minted, the authorized minter can sell the NFToken normally. The proceeds go to the authorized minter, less the transfer fee. The minter and the issuer can settle up on a division of the price separately.
|
||||
|
||||
@@ -81,7 +81,7 @@ To create a NFToken sell offer:
|
||||
|
||||
The important piece of information in the response is the NFToken Offer Index, labeled as `nft_offer_index`, which is used to accept the sell offer.
|
||||
|
||||
[](img/quickstart33.png)
|
||||
[](img/quickstart-py33.png)
|
||||
|
||||
## Accept Sell Offer
|
||||
|
||||
@@ -95,11 +95,11 @@ To accept an available sell offer:
|
||||
4. Enter the **NFToken Offer Index** (labeled as `nft_offer_index` in the NFToken offer results. This is different from the `nft_id`).
|
||||
5. Click **Accept Sell Offer**.
|
||||
|
||||
[](img/quickstart34.png)
|
||||
[](img/quickstart-py34.png)
|
||||
|
||||
The Buyer account was debited the 100 XRP price plus 10 drops as the transaction cost. The Seller (Authorized Minter) account is credited 90 XRP. the Issuer and the Seller can divide the proceeds per their agreement in a separate transaction. The original Standby account receives a transfer fee of 10 XRP.
|
||||
|
||||
[](img/quickstart35.png)
|
||||
[](img/quickstart-py35.png)
|
||||
|
||||
# Code Walkthrough
|
||||
|
||||
|
||||
Reference in New Issue
Block a user