diff --git a/docs/tutorials/getting-started/interacting-with-NFTs.md b/docs/tutorials/getting-started/interacting-with-NFTs.md index fdd69d44..28805dbe 100644 --- a/docs/tutorials/getting-started/interacting-with-NFTs.md +++ b/docs/tutorials/getting-started/interacting-with-NFTs.md @@ -88,6 +88,8 @@ Below is an example of a `casper-client` command that uses the `mint` entrypoint Metadata describing the NFT to be minted, passed in as a `string`. +**Note**: If the `identifier_mode` was set to hash (1) during installation, the `token_hash` runtime argument needs to be specified during minting. Since you already know the NFT's identifier, you can easily query the NFT's `meta_data`, which is a very useful feature. This example uses an ordinal (0) `identifier_mode`. +
Casper client command without comments