mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-17 10:15:50 +00:00
Update NFT status
This commit is contained in:
@@ -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 -->
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
[](img/nftokentester1.png)
|
||||
|
||||
# Prerequisites
|
||||
|
||||
Reference in New Issue
Block a user