link to topics, not forms

This commit is contained in:
Dennis Dawson
2025-06-23 14:31:05 -07:00
parent 55934e03b8
commit ea0bad889a

View File

@@ -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