For the complete documentation index, see llms.txt. This page is also available as Markdown.

Creating Schema

For all modes, the creator must create an NFT schema as explained in Metadata Schema and sign and send transactions to NFT Chain. Once it's done, you can check your query and check your schema simply by running the command below:

sixd query nftmngr show-nft-schema [code]

"code" is the code you have put in the schema on creation.

Last updated