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

@@ -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.