Skip to content

Commit

Permalink
Note about token_hash during minting
Browse files Browse the repository at this point in the history
  • Loading branch information
ipopescu committed Mar 25, 2024
1 parent c5f490a commit 4b55cb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/tutorials/getting-started/interacting-with-NFTs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
<details>
<summary><b>Casper client command without comments</b></summary>
Expand Down

0 comments on commit 4b55cb6

Please sign in to comment.