[JA] nft-collections

This commit is contained in:
develoQ
2023-03-02 15:07:23 +09:00
parent 1d12cf2996
commit 4013650445
3 changed files with 19 additions and 2 deletions

View File

@@ -0,0 +1,16 @@
---
html: nft-collections.html
parent: non-fungible-tokens.html
blurb: NFTのTaxonフィールドを使用して、NFTをコレクションとしてミントすることができます。
labels:
- 非代替性トークン, NFT
---
# NFTのコレクション化
`NFTokenTaxon`フィールドを使用すると、NFTをコレクションにグループ化することができます。ミント担当者は、`0x0`から`0xFFFFFFF`までの任意の数値を選択し、NFTを作成する際にそれを割り当てることができます。Taxon(分類群)の定義付けは完全に自由です。
例えば、最初のコレクションでは、`NFTokenTaxon``1`に設定します。NFTのコレクションで、Taxonの値が`316``420``911`であるものがあるかもしれません。NFTの種類を示すために、数字で始まるタクソンを使用することもできますたとえば、すべての不動産NFTは`2`で始まるTaxonを持っているなど
`NFTokenTaxon`フィールドは必須ですが、コレクションを作成するつもりがなければ`0`を設定するのもよいでしょう。
[NFTokenの分類群](nftoken.html#分類群)を参照してください。

View File

@@ -5,7 +5,6 @@ blurb: You can mint NFTs as collections using the NFT Taxon field.
labels:
- Non-fungible Tokens, NFTs
---
# Minting NFTs into Collections
You can use the `NFTokenTaxon` field to group NFTs into collections. As the minter, you can choose any numeric value from `0x0` to `0xFFFFFFFF`and assign it to NFTs as you create them. The significance of the taxon is entirely up to you.