mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 20:05:50 +00:00
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:
@@ -80,7 +80,7 @@ All of the configuration flags can be helpful for specific use cases. The follow
|
||||
|
||||
## Using the Account Configurator
|
||||
|
||||
You can download a copy of the [Account Configurator](../../../_code-samples/account-configurator/account-configurator.zip) from the `_code_samples` directory.
|
||||
You can download a copy of the [Account Configurator](../../../_code-samples/account-configurator/js/account-configurator.zip) from the `_code_samples` directory.
|
||||
|
||||
Expand the archive and open `account_configurator.html` in a browser window.
|
||||
|
||||
@@ -890,4 +890,4 @@ To configure an Issuer account:
|
||||
|
||||
Click **Remove Signers** to remove all signers for the current account.
|
||||
|
||||
{% raw-partial file="/docs/_snippets/common-links.md" /%}
|
||||
{% raw-partial file="/docs/_snippets/common-links.md" /%}
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user