tasks -> how-tos

This commit is contained in:
ddawson
2024-03-13 16:26:30 -07:00
committed by Amarantha Kulkarni
parent 5f5852a57e
commit 5c12a9b80a
116 changed files with 216 additions and 210 deletions

View File

@@ -12,7 +12,7 @@ targets:
The XRP Ledger has possibly the world's oldest _decentralized exchange_ (sometimes abbreviated "DEX"), operating continuously since the XRP Ledger's launch in 2012. The exchange allows users to buy and sell [tokens](../index.md) for XRP or other tokens, with minimal [fees](../../transactions/fees.md) charged to the network itself (not paid out to any party).
**Caution:** Anyone can [issue a token](../../../tutorials/tasks/use-tokens/issue-a-fungible-token.md) with any currency code or ticker symbol they want and sell it in the decentralized exchange. Always perform due diligence before buying a token, and pay attention to the issuer. Otherwise, you might give up something of value and receive worthless tokens in exchange.
**Caution:** Anyone can [issue a token](../../../tutorials/how-tos/use-tokens/issue-a-fungible-token.md) with any currency code or ticker symbol they want and sell it in the decentralized exchange. Always perform due diligence before buying a token, and pay attention to the issuer. Otherwise, you might give up something of value and receive worthless tokens in exchange.
## Structure

View File

@@ -87,9 +87,9 @@ You can only enable the No Freeze setting with a transaction signed by your addr
- **Concepts:**
- [Trust Lines and Issuing](index.md)
- **Tutorials:**
- [Enable No Freeze](../../../tutorials/tasks/use-tokens/enable-no-freeze.md)
- [Enact Global Freeze](../../../tutorials/tasks/use-tokens/enact-global-freeze.md)
- [Freeze a Trust Line](../../../tutorials/tasks/use-tokens/freeze-a-trust-line.md)
- [Enable No Freeze](../../../tutorials/how-tos/use-tokens/enable-no-freeze.md)
- [Enact Global Freeze](../../../tutorials/how-tos/use-tokens/enact-global-freeze.md)
- [Freeze a Trust Line](../../../tutorials/how-tos/use-tokens/freeze-a-trust-line.md)
- **References:**
- [account_lines method][]
- [account_info method][]

View File

@@ -8,7 +8,7 @@ labels:
---
# Stablecoin Configuration
There are some settings you must configure on your XRP Ledger account before you start issuing tokens. For examples of how to configure these settings, see [Issue a Fungible Token](../../../../tutorials/tasks/use-tokens/issue-a-fungible-token.md).
There are some settings you must configure on your XRP Ledger account before you start issuing tokens. For examples of how to configure these settings, see [Issue a Fungible Token](../../../../tutorials/how-tos/use-tokens/issue-a-fungible-token.md).
Settings you might want to configure include:

View File

@@ -16,7 +16,7 @@ To guarantee a fixed number of NFTs:
1. Use `AccountSet` to assign your operational wallet as an authorized minter for the issuer. See [Authorizing Another Account to Mint Your NFTs](authorizing-another-minter.md).
1. Use your operational account to mint the tokens using `NFTokenMint`. The operational wallet holds all of the tokens minted for the Issuer. See [Batch Minting](batch-minting.md).
1. Use `AccountSet` to remove your operational wallet as an authorized minter for the Issuer.
1. “Blackhole” the Issuer account. See [Disable Master Key Pair](../../../tutorials/tasks/manage-account-settings/disable-master-key-pair.md).
1. “Blackhole” the Issuer account. See [Disable Master Key Pair](../../../tutorials/how-tos/manage-account-settings/disable-master-key-pair.md).
At this point, it is impossible for any new tokens to be minted with the issuers address as the issuing account.