mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-15 17:25:49 +00:00
link to topics, not forms
This commit is contained in:
@@ -26,9 +26,9 @@ You can download the [NFT Modular Tutorials](../../../../_code-samples/nft-modul
|
||||
|
||||
To create a brokered sale, you need a broker account, a Sell Offer with the broker account as its **Destination**, and one or more Buy Offers for the same NFT.
|
||||
|
||||
1. Optionally use the [Account Configurator (ZIP)](../../../../_code-samples/account-configurator/js/account-configurator.zip) to create your Broker account.
|
||||
2. Use a different issuer account in the [Mint NFT](../../../../_code-samples/nft-modular-tutorials/mint-nfts.html) form to mint a new NFT to sell.
|
||||
3. Use the issuer account in the [Transfer NFTs](../../../../_code-samples/nft-modular-tutorials/transfer-nfts.html) form to create a **Sell Offer** for the NFT with the Broker account as its **Destination**.
|
||||
1. Optionally use the [Account Configurator](../../../concepts/accounts/configuring-accounts.md) to create your Broker account.
|
||||
2. Use a different issuer account in the [Mint NFT](./mint-and-burn-nfts.md) form to mint a new NFT to sell.
|
||||
3. Use the issuer account in the [Transfer NFTs](./transfer-nfts.md) form to create a **Sell Offer** for the NFT with the Broker account as its **Destination**.
|
||||
4. Use one or more other accounts to create **Buy Offers** for the NFT.
|
||||
|
||||
## Get Accounts
|
||||
|
||||
Reference in New Issue
Block a user