Fix Account Configurator

- The code samples page was glitching out because it wasn't in a
  language subfolder. Moved to a js/ folder to fix this.
- Updated pages that linked to the old location.
- The UI as linked directly in the _code-samples folder was displaying
  as expected but the JS wasn't loading correctly on the page, so none
  of the buttons worked. For now, I changed the Broker an NFT Sale
  page to link the ZIP instead.
This commit is contained in:
mDuo13
2025-06-23 13:21:18 -07:00
parent 8bab684cb5
commit af9c7cd4a5
6 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ 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](../../../../_code-samples/account-configurator/account-configurator.html) to create your Broker account.
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**.
4. Use one or more other accounts to create **Buy Offers** for the NFT.