Update NFT status

This commit is contained in:
mDuo13
2022-10-31 14:52:40 -07:00
parent a9e92f4d03
commit 4addf5996b
47 changed files with 110 additions and 116 deletions

View File

@@ -26,7 +26,6 @@ Before you install `rippled`, you must meet the [System Requirements](system-req
- `stable` for the latest production release (`master` branch)
- `unstable` for pre-release builds (`release` branch)
- `nightly` for experimental/development builds (`develop` branch)
- `xls20` for the preview of the [XLS-20d NFT standard](https://github.com/XRPLF/XRPL-Standards/discussions/46) :not_enabled:.
<!-- MULTICODE_BLOCK_START -->

View File

@@ -64,7 +64,6 @@ Before you install `rippled`, you must meet the [System Requirements](system-req
- `unstable` - Pre-release builds ([`release` branch](https://github.com/ripple/rippled/tree/release))
- `nightly` - Experimental/development builds ([`develop` branch](https://github.com/ripple/rippled/tree/develop))
- `xls20` - Preview of the [XLS-20d NFT standard](https://github.com/XRPLF/XRPL-Standards/discussions/46) :not_enabled:.
**Warning:** Unstable and nightly builds may be broken at any time. Do not use these builds for production servers.

View File

@@ -10,16 +10,12 @@ labels:
# 3. Mint and Burn NFTokens
{% include '_snippets/nfts-disclaimer.md' %}
This example shows how to:
1. Mint new Non-fungible Tokens (NFTokens).
1. Mint new Non-Fungible Tokens (NFTokens).
2. Get a list of existing NFTokens.
3. Delete (Burn) a NFToken.
![Test harness with mint NFToken fields](img/quickstart8.png)

View File

@@ -10,12 +10,9 @@ labels:
# 4. Transfer NFTokens
{% include '_snippets/nfts-disclaimer.md' %}
This example shows how to:
1. Create NFToken Sell Offers.
2. Create NFToken Buy Offers.
3. Accept NFToken Sell Offers.

View File

@@ -4,15 +4,11 @@ parent: use-tokens.html
blurb: Use a JavaScript test harness to mint, trade, and destroy NFTs.
labels:
- Non-fungible Tokens, NFTs
status: not_enabled
---
# NFToken Tester Tutorial
{% include '_snippets/nfts-disclaimer.md' %}
This example builds a JavaScript test harness where you can create NFTokens and associated transactions. Each button triggers a frequently used request or transaction used to manage `NFTokens`. The fields provided let you enter required parameters.
[![NFTokenTester Tutorial Window](img/nftokentester1.png)](img/nftokentester1.png)
# Prerequisites