Adjust some labels

This commit is contained in:
mDuo13
2025-10-14 15:35:01 -07:00
parent cb03c885db
commit 9ded2be8b7
60 changed files with 78 additions and 72 deletions

View File

@@ -4,7 +4,7 @@ parent: ledger-entry-types.html
seo:
description: NFTを売買するオファーを作成する。
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# NFTokenOffer

View File

@@ -4,7 +4,7 @@ parent: ledger-entry-types.html
seo:
description: NFTokenを記録するためのレジャー構造。
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# NFTokenPage

View File

@@ -4,7 +4,7 @@ parent: non-fungible-tokens.html
seo:
description: You can assign another account to mint NFTs in your stead.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# Authorizing Another Minter

View File

@@ -4,7 +4,7 @@ parent: non-fungible-tokens.html
seo:
description: Minting NFTs in batches.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# Batch Minting

View File

@@ -4,7 +4,7 @@ parent: non-fungible-tokens.html
seo:
description: You can mint NFTs as collections using the NFT Taxon field.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# Minting NFTs into Collections

View File

@@ -2,7 +2,7 @@
seo:
description: Create NFTs with the option of changing the URI to update its referenced data object.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# Dynamic Non-Fungible Tokens (dNFTs)

View File

@@ -4,7 +4,7 @@ parent: non-fungible-tokens.html
seo:
description: Use a new account to mint a fixed number of NFTs, then black hole the account.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# Guaranteeing a Fixed Supply of NFTs

View File

@@ -4,7 +4,7 @@ parent: tokens.html
seo:
description: Introduction to XRPL NFTs.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# Non-Fungible Tokens

View File

@@ -4,7 +4,7 @@ parent: non-fungible-tokens.html
seo:
description: Specialized APIs let you access useful NFT metadata.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# NFT APIs

View File

@@ -2,7 +2,7 @@
seo:
description: Create NFTs that can't be traded among users.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# Non-Transferable Tokens

View File

@@ -4,7 +4,7 @@ parent: non-fungible-tokens.html
seo:
description: Storage options for the payload of your NFT.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# NFT Payload Storage

View File

@@ -4,7 +4,7 @@ parent: non-fungible-tokens.html
seo:
description: Understand reserve requirements for minting and holding NFTs.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# NFT Reserve Requirements

View File

@@ -4,7 +4,7 @@ parent: non-fungible-tokens.html
seo:
description: You can assign another account to mint NFTs in your stead.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# Running an NFT Auction

View File

@@ -4,7 +4,7 @@ parent: non-fungible-tokens.html
seo:
description: Trading NFTs in direct or brokered mode.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# Trading NFTs

View File

@@ -4,7 +4,7 @@ seo:
status: not_enabled
labels:
- Blockchain
- Interoperability
- Sidechains
---
# Cross-Chain Bridges

View File

@@ -3,7 +3,7 @@ seo:
description: An XRPL sidechain is an independent ledger with its own consensus algorithm, transaction types, and rules.
labels:
- Blockchain
- Interoperability
- Sidechains
---
# XRPL Sidechains

View File

@@ -4,16 +4,16 @@ seo:
status: not_enabled
labels:
- Blockchain
- Interoperability
- Sidechains
---
# Witness Servers
[[Source]](https://github.com/seelabs/xbridge_witness "Source")
A _witness server_ acts as a neutral witness for transactions between a locking chain and an issuing chain. It listens to the door accounts on both sides of a bridge and signs attestations that confirm a transaction occurred. They are essentially acting as an oracle to “prove” that value was locked or burned on a source account, which allows the recipient to then claim (via minting or unlocking) the equivalent funds on the destination account.
The bridge between the locking chain and the issuing chain includes the following information in its configuration:
The bridge between the locking chain and the issuing chain includes the following information in its configuration:
* Witness servers that monitor transactions on the bridge. You can choose one or more witness servers.
* Witness servers that monitor transactions on the bridge. You can choose one or more witness servers.
* Fee for witness servers for their service.
Anyone can run a witness server. However, the burden is on the participants of the issuing chain to evaluate the reliability of witness servers. If you run a witness server, you must also run a `rippled` node and sync it to the chain the witness server needs access to.
@@ -92,7 +92,7 @@ The witness server takes a JSON configuration file, specified using the `--conf`
| [`IssuingChain`](#issuingchain-and-lockingchain-fields) | Object | Yes | The parameters for interacting with the issuing chain. |
| [`LockingChain`](#issuingchain-and-lockingchain-fields) | Object | Yes | The parameters for interacting with the locking chain. |
| `RPCEndpoint` | Object | Yes | The endpoint for RPC requests to the witness server. |
| `LogFile` | String | Yes | The location of the log file. |
| `LogFile` | String | Yes | The location of the log file. |
| `LogLevel` | String | Yes | The level of logs to store in the log file. The options are `All`, `Trace`, `Debug`, `Info`, `Warning`, `Error`, `Fatal`, `Disabled`, and `None`. |
| `DBDir` | String | Yes | The location of the directory where the databases are stored. |
| `SigningKeySeed` | String | Yes | The seed that the witness server should use to sign its attestations. |

View File

@@ -4,7 +4,7 @@ parent: account-methods.html
seo:
description: Get a list of all NFTs for an account.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# account_nfts
[[Source]](https://github.com/xrplf/rippled/blob/master/src/ripple/rpc/handlers/AccountObjects.cpp "Source")

View File

@@ -4,7 +4,7 @@ parent: clio-methods.html
seo:
description: Retrieve the history of ownership and transfers for the specified NFT using Clio server's `nft_history` API.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# nft_history

View File

@@ -4,7 +4,7 @@ parent: clio-methods.html
seo:
description: Retrieve information about the specified NFT using Clio server's `nft_info` API.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# nft_info
[[Source]](https://github.com/XRPLF/clio/blob/4a5cb962b6971872d150777881801ce27ae9ed1a/src/rpc/handlers/NFTInfo.cpp "Source")

View File

@@ -4,7 +4,7 @@ parent: clio-methods.html
seo:
description: Retrieve the history of ownership and transfers for the specified NFT using Clio server's `nft_history` API.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# nfts_by_issuer

View File

@@ -4,7 +4,7 @@ parent: path-and-order-book-methods.html
seo:
description: Get a list of all buy offers for a NFToken.
labels:
- Non-fungible Tokens, NFTs, NFTokens
- NFTs, NFTokens
---
# nft_buy_offers
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/rpc/handlers/NFTOffers.cpp "Source")

View File

@@ -4,7 +4,7 @@ parent: path-and-order-book-methods.html
seo:
description: Get a list of all sell offers for a NFToken.
labels:
- Non-fungible Tokens, NFTs, NFTokens
- NFTs, NFTokens
---
# nft_sell_offers
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/rpc/handlers/NFTOffers.cpp "Source")

View File

@@ -4,7 +4,7 @@ parent: basic-data-types.html
seo:
description: Introduction to XRPL NFTs.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# NFToken

View File

@@ -1,8 +1,8 @@
---
seo:
description: A single cross-chain bridge that connects and enables value to move efficiently between two blockchains.
description: A single cross-chain bridge that connects and enables value to move efficiently between two blockchains.
labels:
- Interoperability
- Sidechains
status: not_enabled
---
# Bridge

View File

@@ -2,7 +2,7 @@
seo:
description: Multi-Purpose Tokens (MPT) of one issuance held by a specific account.
labels:
- Multi-purpose Tokens, MPTs, Tokens
- MPTs, Tokens
status: not_enabled
---
# MPToken

View File

@@ -2,7 +2,7 @@
seo:
description: Definition of a Multi-Purpose Token (MPT) issuance.
labels:
- Multi-purpose Tokens, MPTs, Tokens
- MPTs, Tokens
status: not_enabled
---
# MPTokenIssuance

View File

@@ -2,7 +2,7 @@
seo:
description: An offer to buy or sell an NFT.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# NFTokenOffer
[[Source]](https://github.com/XRPLF/rippled/blob/f64cf9187affd69650907d0d92e097eb29693945/include/xrpl/protocol/detail/ledger_entries.macro#L34-L44 "Source")

View File

@@ -2,7 +2,7 @@
seo:
description: A group of up to 32 NFTs, stored together for efficiency.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# NFTokenPage
[[Source]](https://github.com/XRPLF/rippled/blob/f64cf9187affd69650907d0d92e097eb29693945/include/xrpl/protocol/detail/ledger_entries.macro#L97-L103 "Source")

View File

@@ -1,8 +1,8 @@
---
seo:
description: A cross-chain transfer of value.
description: A cross-chain transfer of value.
labels:
- Interoperability
- Sidechains
status: not_enabled
---
# XChainOwnedClaimID

View File

@@ -1,8 +1,8 @@
---
seo:
description: A record of attestations for creating an account via a cross-chain transfer.
description: A record of attestations for creating an account via a cross-chain transfer.
labels:
- Interoperability
- Sidechains
status: not_enabled
---
# XChainOwnedCreateAccountClaimID

View File

@@ -1,6 +1,8 @@
---
seo:
description: Accept a credential provisionally issued to your account.
labels:
- Credentials
---
# CredentialAccept
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/Credentials.cpp "Source")

View File

@@ -1,6 +1,8 @@
---
seo:
description: Provisionally issue a credential to a subject account.
labels:
- Credentials
---
# CredentialCreate
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/Credentials.cpp "Source")

View File

@@ -1,6 +1,8 @@
---
seo:
description: Remove a credential from the ledger, effectively revoking it.
labels:
- Credentials
---
# CredentialDelete
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/Credentials.cpp "Source")

View File

@@ -2,7 +2,7 @@
seo:
description: Preauthorize an account to send payments to you.
labels:
- Security
- Permissions
---
# DepositPreauth
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/DepositPreauth.cpp "Source")

View File

@@ -2,7 +2,7 @@
seo:
description: Set up your account to receive a specific MPT as a holder; or authorize a holder as an MPT issuer.
labels:
- Multi-purpose Tokens, MPTs
- MPTs
---
# MPTokenAuthorize
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/MPTokenAuthorize.cpp "Source")

View File

@@ -2,7 +2,7 @@
seo:
description: Define the properties of a new Multi-Purpose Token (MPT).
labels:
- Multi-purpose Tokens, MPTs
- MPTs
---
# MPTokenIssuanceCreate
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/MPTokenIssuanceCreate.cpp "Source")

View File

@@ -2,7 +2,7 @@
seo:
description: Delete a Multi-Purpose Token definition.
labels:
- Multi-purpose Tokens, MPTs
- MPTs
---
# MPTokenIssuanceDestroy
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/MPTokenIssuanceDestroy.cpp "Source")
@@ -13,7 +13,7 @@ Delete a [Multi-purpose Token (MPT)](../../../../concepts/tokens/fungible-tokens
## Example MPTokenIssuanceDestroy JSON
```json
```json
{
"TransactionType": "MPTokenIssuanceDestroy",
"Fee": "10",

View File

@@ -2,7 +2,7 @@
seo:
description: Set mutable properties of a Multi-Purpose Token definition.
labels:
- Multi-purpose Tokens, MPTs
- MPTs
---
# MPTokenIssuanceSet
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/MPTokenIssuanceSet.cpp "Source")
@@ -13,7 +13,7 @@ Update a mutable property of a [Multi-purpose Token (MPT)](../../../../concepts/
## Example
```json
```json
{
"TransactionType": "MPTokenIssuanceSet",
"Fee": "10",

View File

@@ -2,7 +2,7 @@
seo:
description: Accept an offer to buy or sell an NFT.
labels:
- NFTs, Non-fungible Tokens
- NFTs
---
# NFTokenAcceptOffer
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/NFTokenAcceptOffer.cpp "Source")

View File

@@ -2,7 +2,7 @@
seo:
description: Permanently destroy an NFT.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# NFTokenBurn
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/NFTokenBurn.cpp "Source")

View File

@@ -2,7 +2,7 @@
seo:
description: Cancel offers to buy or sell an NFT.
labels:
- NFTs, Non-fungible Tokens
- NFTs
---
# NFTokenCancelOffer
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/NFTokenCancelOffer.cpp "Source")

View File

@@ -2,7 +2,7 @@
seo:
description: Create an offer to buy or sell an NFT.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# NFTokenCreateOffer
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/NFTokenCreateOffer.cpp "Source")

View File

@@ -2,7 +2,7 @@
seo:
description: Mint a Non-Fungible Token (NFT).
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# NFTokenMint
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/NFTokenMint.cpp "Source")
@@ -62,7 +62,7 @@ Transactions of the NFTokenMint type support additional values in the [`Flags` f
| `tfOnlyXRP` | `0x00000002` | 2 | The minted `NFToken` can only be bought or sold for XRP. This can be desirable if the token has a transfer fee and the issuer does not want to receive fees in non-XRP currencies. |
| `tfTrustLine` | `0x00000004` | 4 | **DEPRECATED** Automatically create [trust lines](../../../../concepts/tokens/fungible-tokens/index.md) from the issuer to hold transfer fees received from transferring the minted `NFToken`. The [fixRemoveNFTokenAutoTrustLine amendment][] makes it invalid to set this flag. |
| `tfTransferable` | `0x00000008` | 8 | The minted `NFToken` can be transferred to others. If this flag is _not_ enabled, the token can still be transferred _from_ or _to_ the issuer, but a transfer to the issuer must be made based on a buy offer from the issuer and not a sell offer from the NFT holder. |
| `tfMutable` | `0x00000010` | 16 | The `URI` field of the minted `NFToken` can be updated using the `NFTokenModify` transaction. |
| `tfMutable` | `0x00000010` | 16 | The `URI` field of the minted `NFToken` can be updated using the `NFTokenModify` transaction. |
## Embedding additional information

View File

@@ -2,7 +2,7 @@
seo:
description: Modify a dynamic NFT.
labels:
- Non-fungible Tokens, NFTs
- NFTs
---
# NFTokenModify
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/NFTokenModify.cpp "Source")

View File

@@ -2,7 +2,7 @@
seo:
description: Delete a price oracle.
labels:
- Oracle
- Oracles
---
# OracleDelete
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/DeleteOracle.cpp "Source")

View File

@@ -2,7 +2,7 @@
seo:
description: Create or update a price oracle.
labels:
- Oracle
- Oracles
---
# OracleSet
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/SetOracle.cpp "Source")

View File

@@ -2,7 +2,7 @@
seo:
description: Add, remove, or modify an account's regular key pair.
labels:
- Security
- Transaction Sending
---
# SetRegularKey

View File

@@ -2,7 +2,7 @@
seo:
description: Add, remove, or modify an account's multi-signing list.
labels:
- Security
- Transaction Sending
---
# SignerListSet
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/SetSignerList.cpp "Source")

View File

@@ -2,7 +2,7 @@
seo:
description: Create an account on another chain to serve as a door account for a cross-chain bridge.
labels:
- Interoperability
- Sidechains
status: not_enabled
---
# XChainAccountCreateCommit

View File

@@ -2,7 +2,7 @@
seo:
description: Provide an attestation that an XChainAccountCreateCommit transaction occurred on another chain, for a cross-chain bridge.
labels:
- Interoperability
- Sidechains
status: not_enabled
---
# XChainAddAccountCreateAttestation

View File

@@ -2,7 +2,7 @@
seo:
description: Provide an attestation that an XChainCommit transaction occurred on another chain, for a cross-chain bridge.
labels:
- Interoperability
- Sidechains
status: not_enabled
---
# XChainAddClaimAttestation

View File

@@ -2,7 +2,7 @@
seo:
description: Complete a cross-chain transfer of value by claiming the value on the destination chain.
labels:
- Interoperability
- Sidechains
status: not_enabled
---
# XChainClaim

View File

@@ -2,7 +2,7 @@
seo:
description: Start a cross-chain transfer of value.
labels:
- Interoperability
- Sidechains
status: not_enabled
---
# XChainCommit

View File

@@ -2,7 +2,7 @@
seo:
description: Create a bridge between two chains.
labels:
- Interoperability
- Sidechains
status: not_enabled
---
# XChainCreateBridge

View File

@@ -2,15 +2,15 @@
seo:
description: Create a cross-chain claim ID that is used for a cross-chain transfer.
labels:
- Interoperability
- Sidechains
status: not_enabled
---
# XChainCreateClaimID
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/XChainBridge.cpp "Source")
Create a new cross-chain claim ID that is used for a [cross-chain transfer](../../../../concepts/xrpl-sidechains/cross-chain-bridges.md). A cross-chain claim ID represents *one* cross-chain transfer of value.
Create a new cross-chain claim ID that is used for a [cross-chain transfer](../../../../concepts/xrpl-sidechains/cross-chain-bridges.md). A cross-chain claim ID represents *one* cross-chain transfer of value.
This transaction is the first step of a cross-chain transfer of value and is submitted on the destination chain, not the source chain.
This transaction is the first step of a cross-chain transfer of value and is submitted on the destination chain, not the source chain.
It also includes the account on the source chain that locks or burns the funds on the source chain.

View File

@@ -2,7 +2,7 @@
seo:
description: Modify the parameters of a cross-chain bridge.
labels:
- Interoperability
- Sidechains
status: not_enabled
---
# XChainModifyBridge

View File

@@ -2,7 +2,7 @@
seo:
description: Steps to set up an IOU-IOU bridge.
labels:
- Interoperability
- Sidechains
---
# Set Up an IOU-IOU Bridge
@@ -81,7 +81,7 @@ Don't include a `MinAccountCreateAmount` value.
"TransactionType": "SignerListSet",
"Account": wallet_lockingchain.address,
"Fee": "12",
"SignerQuorum": 2,
"SignerQuorum": 2,
// Use the witness servers' submitting accounts on the locking chain.
"SignerEntries": [
{
@@ -131,7 +131,7 @@ Don't include a `MinAccountCreateAmount` value.
"TransactionType": "SignerListSet",
"Account": wallet_issuingchain.address,
"Fee": "12",
"SignerQuorum": 2,
"SignerQuorum": 2,
// Use the witness servers' submitting accounts on the issuing chain.
"SignerEntries": [
{

View File

@@ -2,7 +2,7 @@
seo:
description: Steps to create an XRP-XRP bridge with a new sidechain.
labels:
- Interoperability
- Sidechains
---
# Set Up an XRP-XRP Bridge
@@ -79,7 +79,7 @@ main()
"TransactionType": "SignerListSet",
"Account": wallet_lockingchain.address,
"Fee": "12",
"SignerQuorum": 2,
"SignerQuorum": 2,
// Use the witness servers' submitting accounts on the locking chain.
"SignerEntries": [
{
@@ -197,7 +197,7 @@ Use the `XChainAddAccountCreateAttestation` transaction to submit each attestati
"TransactionType": "SignerListSet",
"Account": wallet_issuingchain.address,
"Fee": "12",
"SignerQuorum": 2,
"SignerQuorum": 2,
// Use the witness servers' submitting accounts on the issuing chain created in step 7
"SignerEntries": [
{

View File

@@ -2,7 +2,7 @@
seo:
description: Steps to submit a cross-chain transaction, using a bridge.
labels:
- Interoperability
- Sidechains
---
# Submit Cross-chain Transactions